function Subscribe() { var load = window.open('http://eepurl.com/x8vvr','','scrollbars=yes,menubar=no,height=660,width=740,resizable=yes,toolbar=no,location=no,status=no,left=50,top=50'); } function Subscribe2() { var load = window.open('http://eepurl.com/x8vvr','','scrollbars=yes,menubar=no,height=660,width=740,resizable=yes,toolbar=no,location=no,status=no,left=50,top=50'); } function Subscribe3() { var load = window.open('http://eepurl.com/x8vvr','','scrollbars=yes,menubar=no,height=660,width=740,resizable=yes,toolbar=no,location=no,status=no,left=50,top=50'); } function Search() { var int = document.getElementById("search"); var chg = document.getElementById("aclub"); var con = document.getElementById("bclub"); var msg = document.getElementById("message"); int.style.display = ""; chg.style.display = "none"; con.style.display = ""; msg.style.display = "none"; } function Search2() { var int = document.getElementById("search"); var chg = document.getElementById("aclub"); var con = document.getElementById("bclub"); var msg = document.getElementById("message"); int.style.display = "none"; chg.style.display = ""; con.style.display = "none"; msg.style.display = ""; }