function popupform(myform, windowname) { if (! window.focus)return true; window.open('', windowname, 'height=250,width=400,scrollbars=no'); myform.target=windowname; return true; } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function popup(path,winName){ //Ignore winName popDialog=window.open(path,'winName',"width=600,height=400,scrollbars=no,resizable=no,menubar=no,top=10,left=20"); setTimeout("popDialog.focus()",200); } function popup2(path,winName){ //Ignore winName popDialog=window.open(path,'winName',"width=700,height=80,scrollbars=no,resizable=no,menubar=no,top=10,left=20"); setTimeout("popDialog.focus()",200); } function popup3(path,winName){ //Ignore winName popDialog=window.open(path,'winName',"width=343,height=600,scrollbars=no,resizable=no,menubar=no,top=10,left=20"); setTimeout("popDialog.focus()",200); } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&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