function openPopup(url,name,p) 
{
	window.open(url,name,p);
}


var ww = 430;
var wh = 580;
var l = Math.round((screen.width / 2) - (ww / 2));
var t = Math.round((screen.height / 2) - (wh / 2));
var al = "width=" + ww + ",height=" + wh + ",left=" + l + ",top=" + t + ",scrollbars=no,status=no";


var ww = 430;
var wh = 300;
var l = Math.round((screen.width / 2) - (ww / 2));
var t = Math.round((screen.height / 2) - (wh / 2));
var cv = "width=" + ww + ",height=" + wh + ",left=" + l + ",top=" + t + ",scrollbars=no,status=no";

var ww = 630;
var wh = 515;
var l = Math.round((screen.width / 2) - (ww / 2));
var t = Math.round((screen.height / 2) - (wh / 2));
var films = "width=" + ww + ",height=" + wh + ",left=" + l + ",top=" + t + ",scrollbars=no,status=no";


var ww = 430;
var wh = 580;
var l = Math.round((screen.width / 2) - (ww / 2));
var t = Math.round((screen.height / 2) - (wh / 2));
var maak = "width=" + ww + ",height=" + wh + ",left=" + l + ",top=" + t + ",scrollbars=yes,status=no";


var ww = 560;
var wh = 460;
var l = Math.round((screen.width / 2) - (ww / 2));
var t = Math.round((screen.height / 2) - (wh / 2));
var trailers = "width=" + ww + ",height=" + wh + ",left=" + l + ",top=" + t + ",scrollbars=yes,status=no";


function chkForm()
{
	var errors = "";
	
	
	if ((document.zoekform.keyword.value == ""))	
	{
		errors +=  "-> Geen zoekwoord.\n";
	}

	if(errors)
	{
		errors = "" + errors;
		alert("\n"+errors+"\n");
		errors = "";
		return false;
	} 
	else 
	{
		return true;
	}
	    
}



function MM_jumpMenu(targ,selObj,restore)
{
  eval("window.location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}