
function surfto(form) {
        var myindex=form.dest.selectedIndex
        window.open(form.dest.options[myindex].value,"fullwindow","");

		var oldWin = window.open(form.dest.options[myindex].value,"fullwindow"); 
		oldWin.focus(); // give focus 
}

function surfto2(form) {
        var myindex=form.dest.selectedIndex
        window.open(form.dest.options[myindex].value,'vrtradio','top=50,left=50,width=810,height=525,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');

		var oldWin = window.open(form.dest.options[myindex].value,"vrtradio"); 
		oldWin.focus(); // give focus 

}

function surfto3(form) {
        var myindex=form.dest.selectedIndex
        window.open(form.dest.options[myindex].value,'radioplayer','top=185,left=275,width=450,height=270,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');

		var oldWin = window.open(form.dest.options[myindex].value,"radioplayer"); 
		oldWin.focus(); // give focus 
}
function surfto4(form) {
        var myindex=form.dest.selectedIndex
        window.open(form.dest.options[myindex].value,'videoplayer','top=50,left=10,width=780,height=450,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');

		var oldWin = window.open(form.dest.options[myindex].value,"videoplayer"); 
		oldWin.focus(); // give focus 
}

function surfto5(form) {
        var myindex=form.dest.selectedIndex
        window.open(form.dest.options[myindex].value,'tvplayer','top=50,left=10,width=780,height=400,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');

		var oldWin = window.open(form.dest.options[myindex].value,"tvplayer"); 
		oldWin.focus(); // give focus 
}

function surfto6(form) {
        var myindex=form.dest.selectedIndex
        window.open(form.dest.options[myindex].value,'newspaper','top=50,left=10,width=780,height=300,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');

		var oldWin = window.open(form.dest.options[myindex].value,"newspaper"); 
		oldWin.focus(); // give focus 
}


function surfto7(form) {
        var myindex=form.dest.selectedIndex
        window.open(form.dest.options[myindex].value,'gamescenter','top=50,left=10,width=780,height=450,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');

		var oldWin = window.open(form.dest.options[myindex].value,"gamescenter"); 
		oldWin.focus(); // give focus 
}





function surfto9(form) {
        var myindex=form.dest.selectedIndex
        window.open(form.dest.options[myindex].value,'contact2','top=130,left=250,width=450,height=400,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');

		var oldWin = window.open(form.dest.options[myindex].value,"contact2"); 
		oldWin.focus(); // give focus 
}





