//var popurls=new Array() //popurls[0]="http://pdi2000.scopemaker.com/search.htm" ; // popurls[1]="services.htm"; function openpopup(idx){ var winh=window.open(idx,"","status=yes, resizable=yes, scrollbars=yes width=800, height=600, top=10, left=10"); winh.outerHeight=600; winh.outerWidth=800; winh.screenX=100; winh.screenY=100; winh.focus(); } /*function popuphelp(thefilename) { var winh = window.open(thefilename, "helpwindow", "status=no, resizable=yes, scrollbars=yes width=400, height=400, top=100, left=100"); if (isAOL) { winh.setResizable(true); winh.scrollbars.visible=true; } winh.outerHeight=400; winh.outerWidth=400; winh.screenX=100; winh.screenY=100; winh.focus(); 8? */