<!--
function PopupWindow(ScriptName,width,height)  
{
	var popwindow = window.open(ScriptName,'','width='+width+',height='+height+',directories=no,location=no,menubar=no,status=no,titlebar=no,toolbar=no,scrollbars=yes,resizeable=yes');
	return popwindow;
}
//-->