<!--
function legal() {
	  remote = open("poplegale.html", "", "statusbar=0,resizable=0,width=350,height=500,left=0,top=0, scrollbars=yes");
}

function news() {
	  remote = open("siscroll2.html", "", "statusbar=0,resizable=0,width=303,height=196,left=0,top=0");
}

function launch() {
  remote = open("popstream.html", "", "statusbar=0,resizable=0,width=303,height=470,left=0,top=0");
}

function vote() {
  remote = open("popvote.html", "", "statusbar=0,resizable=0,width=308,height=219,left=0,top=0");
}

function preview(id) {
	var address = "preview.php?song="+id;
	remote = open(address, "", "statusbar=0,resizable=0,width=303,height=239,left=0,top=0");
}
function previewtest(id) {
	var address = "previewtest.php?song="+id;
	remote = open(address, "", "addressbar=0,statusbar=0,resizable=0,width=255,height=220,left=0,top=0");
}

function goPlayer() {
	remote = open("video_roger.php", "", "statusbar=0,resizable=0,width=208,height=224,left=0,top=0");
}

function goPlayerAudio() {
	remote = open("audio_roger.php", "", "statusbar=0,resizable=0,width=208,height=224,left=0,top=0");
}

function goBeach() {
	remote = open("pop_beach.html", "", "statusbar=0,resizable=0, width=965, height=492,left=70,top=110");
}


function MM_controlSound(x, _sndObj, sndFile) { //v3.0
var i, method = "", sndObj = eval(_sndObj);
if (sndObj != null) {
if (navigator.appName == 'Netscape') method = "play";
else {
if (window.MM_WMP == null) {
window.MM_WMP = false;
for(i in sndObj) if (i == "ActiveMovie") {
window.MM_WMP = true; break;
} }
if (window.MM_WMP) method = "play";
else if (sndObj.FileName) method = "run";
} }
if (method) eval(_sndObj+"."+method+"()");
else window.location = sndFile;
}

function DHTMLSound(surl) {
  document.getElementById("dummyspan").innerHTML=
    "<embed src='"+surl+"' hidden=true autostart=true loop=false>";
}

 
 


//-->