// JScript File function bookmarkSite(title, url){ if (document.all) window.external.AddFavorite(url, title); else if (window.sidebar) window.sidebar.addPanel(title, url, "") } function search() { var strPhrase = document.getElementById("phrase").value; if (strPhrase == '') alert('You must enter a phrase or keyword to search for. Please try again.') else window.location = '<%=Me.RootFolder %>/search/content.aspx?phrase=' + strPhrase; } function roll_over(img_name, img_src) { document[img_name].src = img_src; }