//----------------------------pub.js 原有的函数------------------------------------ function openw(fileName,windowName,theWidth,theHeight) { if (windowName == "newMessageWindow") { uniqueName = new Date(); windowName = uniqueName.getTime(); } window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width="+theWidth+",height="+theHeight) } function list() { no = document.navform.number.selectedIndex; page = document.navform.number.options[no].value; window.location.href = page ; } function list1() { no = document.navform1.number1.selectedIndex; page1 = document.navform1.number1.options[no].value; window.location.href = page1 ; } function list2() { no = document.navform2.number2.selectedIndex; page2 = document.navform2.number2.options[no].value; window.location.href = page2 ; } function show(m) { var theobj; if ((navigator.appName == 'Netscape') && (document.layers != null)){ theobj=eval(m); if (theobj) theobj.visibility = "show"; } else if (document.all !=null) { theobj=eval(m); if (theobj) theobj.style.visibility = "visible"; } } function hide(m) { var theobj; if (navigator.appName == 'Netscape' && document.layers != null){ theobj=eval(m); if (theobj) theobj.visibility = 'hide'; } else if (document.all !=null) { theobj=eval(m); if (theobj) theobj.style.visibility = "hidden"; } } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i