// Pop Upfunction siteLaunch(mypage, myname, w, h, scroll) {var winl = (screen.availWidth - w) / 2;var wint = (screen.availHeight - h) / 2;winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+''win = window.open(mypage, myname, winprops)if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }}// function URLgo() {	for(temp=0;temp<=(document.URLnavpopup.URLmenu.options.length-1);temp++) {	if (document.URLnavpopup.URLmenu.options[temp].selected) {	url = document.URLnavpopup.URLmenu.options[temp].value;	if (url != "nowhere") {	document.location.href=url;	}}}}
