function go(target) { location.href = target; } function pageview(target) { var winl = (screen.width-640)/2; var wint = (screen.height-450)/2; var settings ='height='+450+','; settings +='width='+640+','; settings +='top='+wint+','; settings +='left='+winl+','; settings +='scrollbars=yes,'; settings +='resizable=yes'+','; settings +='status=no'+','; settings +='toolbar=no'; floater = window.open(target,"new_window",settings); } function dlgbox(target) { floater = window.open(target,"new_window", "status=no,resizable=yes,scrollbars=no,toolbar=no,location=no,menu=no,width=640,height=450"); } function openw(target,content,width,height) { var winl = (screen.width-width)/2; var wint = (screen.height-height)/2; var settings ='height='+height+','; settings +='width='+width+','; settings +='top='+wint+','; settings +='left='+winl+','; settings +='scrollbars=no'+','; settings +='resizable=yes'+','; settings +='status=no'+','; settings +='toolbar=no'; window.open(target,content,settings); } function shcontent (content) { var winl = (screen.width-350)/2; var wint = (screen.height-450)/2; var settings ='height='+450+','; settings +='width='+350+','; settings +='top='+wint+','; settings +='left='+winl+','; settings +='scrollbars=yes,'; settings +='resizable=yes'+','; settings +='status=no'+','; settings +='toolbar=no'; floater = window.open("","new",settings); floater.document.open(); floater.document.write(content); floater.document.close(); } 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