function submit_search(){ document.SiteSearchForm.submit(); } function MM_closeBrWindow(theURL,winName,features) { //v2.0 window.close(theURL,winName,features); } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function bt_rollover(ref, classRef) { eval(ref).className = classRef; } function create_button(text, href, css_class, onclick_evt, onmouseover_evt, onmouseout_evt, tabindex) { var t = ""; if (( document.getElementById )||( document.all )) { // browser implements part of W3C DOM HTML // Gecko, Internet Explorer 5+, Opera 5+ // Internet Explorer 4 or Opera with IE user agent t = "
" + text + "<\/a><\/div>"; } else if ( document.layers ) { // Netscape 4 t = ""; } document.write(t); }