function showOptions(){ if (document.getElementById("list")) { document.getElementById("list").style.display = "inline"; } } function hideOptions(){ if (document.getElementById("list")) { document.getElementById("list").style.display = "none"; } } var url = "http://www.issaquahchamber.com/scripts/autodropdown.js.php"; function addToFavorites(title) { if (window.sidebar) { // Mozilla Firefox Bookmark window.sidebar.addPanel(title, url,""); } else if( window.external ) { // IE Favorite window.external.AddFavorite( url, title); } else if(window.opera && window.print) { // Opera Hotlist return true; } }