<!--
function popup(location, name, x, y)
{
	window.open(location, name, "menubar=no, width=" + x + " ,height=" + y + " ,toolbar=no");
}
//-->