function clear_nlbox()
{
	if (document.newsletter_frm.email.value == "Uw e-adres")
	document.newsletter_frm.email.value = "";
}
function fill_nlbox()
{
	if (document.newsletter_frm.email.value == "")
	document.newsletter_frm.email.value = "Uw e-adres";
}

function detect()
{
	if(screen.width<1024||screen.height<768)
	{
		alert("Deze website wordt het best weergegeven bij een resolutie van 1024x768 of hoger. Uw resolutie is "+screen.width+" bij "+screen.height+".  Wijzig indien mogelijk uw resolutie.")
	}
}

function ftvlaunch(video,quality,pid) 
{
	var LeftPosition = (screen.width) ? (screen.width-665)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-430)/2 : 0;
	var popwin = window.open('http://www.zoomin.tv/videoplayer/index.cfm?id='+video+'&mode=normal&quality='+ quality +'&pid='+ pid,'MTV6_window','toolbar=no,width=665,height=430,top='+TopPosition+',left='+LeftPosition+',directories=no,status=no,statusbar=0,scrollbars=no,resizable=no,menubar=no');
	popwin.focus();
}

function launchvideo(url,w,h) 
{
	if(w==null)w = 800;
	if(h==null)h = 700;
	var LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	var popwin = window.open(url, '','toolbar=no,width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',directories=no,status=no,statusbar=0,scrollbars=no,resizable=no,menubar=no');
	popwin.focus();
}