function ow2(radio,stream) { 	

if (radio == 'singsing') {
theURL="http://www.sing-sing.org/navi/diff.php?stream=" + stream;
 	window.open(theURL,'TVRadio', 'titlebar=no,toolbar=no,menubar=no,resizable=no,location=no,directories=no,status=no,scrollbars=no,copyhistory=no, width=250,height=260');
}

if (radio == 'singsing2') { 
theURL="http://www.sing-sing.org/navi/diff2.php?stream=" + stream;
 	window.open(theURL,'TVRadio', 'titlebar=no,toolbar=no,menubar=no,resizable=no,location=no,directories=no,status=no,scrollbars=no,copyhistory=no, width=250,height=260');
}

if (radio == 'anais') {
theURL="http://www.sing-sing.org/navi/anais.pl?stream=" + stream;
 	window.open(theURL,'TVRadio','scrollbars=no,width=235,height=116');
}

if (radio == 'retro') {
theURL="http://www.sing-sing.org/cgi-bin/retro.cgi?stream=" + stream;
 	window.open(theURL,'TVRadio','scrollbars=no,width=235,height=116');
}

if (radio == 'fantazio') {
theURL="http://www.sing-sing.org/cgi-bin/fantazio.cgi?stream=" + stream;
 	window.open(theURL,'TVRadio','scrollbars=no,width=235,height=116');
}

if (radio == 'flow') {
theURL="http://www.sing-sing.org/cgi-bin/flow.cgi?stream=" + stream;
 	window.open(theURL,'TVRadio','scrollbars=no,width=235,height=116');
}

if (radio == 'aguanaboca') {
theURL="http://www.sing-sing.org/cgi-bin/aguanaboca.cgi?stream=" + stream;
 	window.open(theURL,'TVRadio','scrollbars=no,width=235,height=116');
}

if (radio == 'abdallah') {
theURL="http://www.sing-sing.org/cgi-bin/abdallah.cgi?stream=" + stream;
 	window.open(theURL,'TVRadio','scrollbars=no,width=235,height=116');
}
}
