function terms() {var n=open('upload/MTVN_BALA_TOU.html','terms','width=500,height=500,top=0,left=0,menubar=no,scrollable=yes,resizable=no,scrollbars=yes');}
function privacy() {var n=open('upload/MTVN_BALA_PP.html','privacy','width=500,height=500,top=0,left=0,menubar=no,scrollable=yes,resizable=no,scrollbars=yes');}
function copy() {var n=open('upload/compliance.html','copy','width=500,height=500,top=0,left=0,menubar=no,scrollable=yes,resizable=no,scrollbars=yes');}
function friend() {var n=open('friends.php','friend','width=500,height=500,top=0,left=0,menubar=no,scrollable=yes,resizable=no,scrollbars=yes');}
function signup() {var n=open('upload/submit.php','submit','width=400,height=560,top=0,left=0,menubar=no,scrollable=yes,resizable=yes,scrollbars=no');}
function game1() {var n=open('/review/site/games/matchup/matchup.html','game1','width=740,height=540,top=0,left=0,menubar=no,scrollable=yes,resizable=no,scrollbars=no');}
function game2() {var n=open('/review/site/games/quiz/index.html','game2','width=740,height=540,top=0,left=0,menubar=no,scrollable=yes,resizable=no,scrollbars=no');}

var newWindow = null;

function closeWin()
{
	if (newWindow != null)
	{
		if(!newWindow.closed)
		{
			newWindow.close();
		}
	}
}

function launchBroadbandVideo(urlstring)
{
	var url = "http://www.mtvu.com/uber/player.jhtml?"+urlstring;

	closeWin();

	var tools = "resizable,toolbar=no,location=no,scrollbars=no,width=996,height=555,left=0,top=0";
	newWindow = window.open(url, 'newUberWin', tools);
	newWindow.focus();
}
