/*function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}*/

function OpenWindow(URL){
	window.open(URL,"music","width=300,height=150");
}