function openDoc(theurl,targ,whichWin){ if(targ!=currFrame){ if(targ=="Content"){ top.Content.location=theurl; } if(targ!="Content"){ top.document.location=theurl+"&expit="+top.Navigator.document.tempformtopassgedysstr.gedysstr2.value; } } if(targ==currFrame){ top.Content.location=theurl+"&1"; }} function openWin(n,url,properties,tim){ n2 = n eval(n+'= window.open(url,n2,properties)'); if(tim!="Off"){ setTimeout(n+'.close()',tim) } } function startSearch(query){ if(query=="") {alert("Please fill out the Search field before clicking the Search button"); return false; } else { top.Content.document.location.href="../vSEARCH?SearchView&Query="+query; } } function openDoc2(url,targ){ if(targ=='_top'){ top.document.location.href=url } if(targ=='_blank'){ window.open(url,'somewindow') } if(targ=='Content'){ top.Content.document.location.href=url } } function surf(){ query= Green.doc.forms["theform"].Query.value if(query=="") {alert("Please fill out the Search field before clicking the Search button"); return false; } else { location.href="../vSEARCH?SearchView&Query="+query; } }