function SubmitSearchForm( ) { if ( document.searchForm.searchtext.value.length > 0 ) { document.searchForm.submit( ); } } function wo(link,ww,hh,title) { w=window.open(link,'',(ww ? 'width='+ww+',' : '')+(hh ? 'height='+hh+',' : '')+'toolbar=0,scrollbars=0,resizable'); if (link.indexOf('.html')==-1) { if (document.layers) title=''; w.document.open(); w.document.write(''+title+''); w.document.write('
'); w.document.close(); } w.focus(); } function wos(link,ww,hh) { w=window.open(link,'',(ww ? 'width='+ww+',' : '')+(hh ? 'height='+hh+',' : '')+'toolbar=0,scrollbars=0,resizable'); w.focus(); }