function songinfo(songID)
{
 songwin = window.open("songinfo.asp?songID="+songID, "songinfowin", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,height=280,width=545");
}
function launchPlayer()
{
 webPlayerWindow = window.open("flash/webPlayer.htm", "webPlayerWindowWindow", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,height=11,width=11");
}
function launchWebCam()
{
 webCamWindow = window.open("http://www.stver.com/flash/webCam.htm", "webCamWindowWindow", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,height=11,width=11");
}
