function launchWindow(url) {noteWindow=window.open(url,"footnoteWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=560,height=450"); } function launchGamesWindow(url) {noteWindow=window.open(url,"GWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=680,height=400"); } function launchGamesWindowLarge(url) {noteWindow=window.open(url,"GLWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=680,height=500"); } function launchNsWindow(url) {noteWindow=window.open(url,"nsWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=565,height=500"); } function launchKZWindow(url) {noteWindow=window.open(url,"kzWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=500,height=380"); }