//Popup Script
<!--
function makeWindow1(win_h, win_w, html_file){
	specs_str= "toolbar=no,status=no,scrollbars=yes,resizable=no,menubar=no,height=" + win_h + ",width=" + win_w + ",screenx=10,screeny=0,left=10,top=0";
	window1=window.open("","thewindow",specs_str);
	window1.location.href= html_file;
}
//-->
////////////////////////////////////////////////////////////////////////////////////////////////////
//RollOver Script
<!--
	var regoff = new Image();regoff.src="http://cyberschoolbus.un.org/images/register2_button_off.gif";
	var regon = new Image(); regon.src="http://cyberschoolbus.un.org/images/register2_button_on.gif";
//-->