function launchRadio() { radioWindow = window.open("http://www.sputnik7.com/radio/quango/radiopage.html", "radioWindow", "height=151,width=338,menubar=0,status=1,location=0,resizable=1,toolbar=0"); } 

function launchRadioSet(bandwidth, playlist) { radioWindow = window.open("http://www.sputnik7.com/radio/quango/radiopage.html?playlist=" + playlist + "&bandwidth=" + bandwidth, "radioWindow", "height=151,width=338,menubar=0,status=1,location=0,resizable=1,toolbar=0"); }

