	function goThere(){	var list = document.htl.urlList;	location = list.options[list.selectedIndex].value }	function goTherezzz(var1,var2){	var list = var1.var2;	location = list.options[list.selectedIndex].value }		 	function goThere2(){	var list = document.htl2.urlList2;	location = list.options[list.selectedIndex].value }	function goThere3(){	var list = document.htl3.urlList3;	location = list.options[list.selectedIndex].value }	function goThere4(){	var list = document.htl4.urlList4;	location = list.options[list.selectedIndex].value }	function goThere5(){	var list = document.htl5.urlList5;	location = list.options[list.selectedIndex].value }function popUp(URL) {day = new Date();id = day.getTime();eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=535,height=523,top=3,left=3');");}function popUp2(URL) {day = new Date();id = day.getTime();eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=703,height=330');");}function popUp3(URL) {day = new Date();id = day.getTime();eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=AUTO,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=530');");}function right(e) {var msg = "";if (navigator.appName == 'Netscape' && e.which == 3) {alert(msg);return false;}if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {alert(msg);return false;}else return true;}function trap()   {  if(document.images)    {    for(i=0;i<document.images.length;i++)      {      document.images[i].onmousedown = right;      document.images[i].onmouseup = right;      }    }  }