function arrowOverNav(currentTD) { currentTD.className='navover'; } function arrowOffNav(currentTD) { currentTD.className='navout'; } function SearchBlank() { if (document.UltraSeekSearch.qt.value=="") { alert("Please enter a word or phrase to search on."); return false; } else { document.UltraSeekSearch.submit(); } } function Warning1() //This puts up a message to the user if they're using Netscape 4 or below { if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) <= 4 && document.title == "Data Storage Systems - StorageTek") { //alert ("Please note that this web site looks best when viewed with Internet Explorer version 5.0 or higher. Netscape 4.0 (or lower) browsers will affect text formatting and navigation appearance which may interfere with your use of this site."); return false; } else { return true; } }