function toggleMenu(currMenu) {
if (document.getElementById) {
thisMenu = document.getElementById(currMenu).style
if (thisMenu.display == "block") {
thisMenu.display = "none"}
else {thisMenu.display = "block"}
return false }
else {return true}
}

function Forum() {Windowfor = window.open("http://revampscripts.com/forum/studyinus.shtml","Winfor",
"menubar=yes,scrollbars=yes,width=700,height=670,top=100"), Windowfor.focus()}

function Mailing() {Windowmail = window.open("http://www.alumni.caltech.edu/~natalia/studyinus/mailinglist.htm","winmail",
"menubar=yes,scrollbars=yes,width=600,height=670,top=100"), Windowmail.focus()}
