/*-------------------------*/

	function site_OpenWindow(p_name, p_url, p_width, p_height, p_scrollbars) { var wleft, wtop; if (window.screen != null) { wleft = Math.ceil(eval((screen.width-p_width)/2)); wtop = Math.ceil(eval((screen.height-p_height)/2)); } else { wleft = 150; wtop = 150; } newWindow = window.open(p_url, p_name, 'resizable=no,toolbar=no,scrollbars='+p_scrollbars+',menubar=no,status=no,width='+p_width+',height='+p_height+',top='+wtop+',left='+wleft); } 

/*-------------------------*/

function PlayTrailer(movie, locatie) { 

	var flashvars = false;
	var params = {
	  menu: "true",
	  wmode: "transparent",
	  quality: "high",
	  loop: "false",
	  allowFullScreen: "true",
	  flashvars: movie
	};

	swfobject.embedSWF("/content/design/anims/HavanaPlayer.swf", locatie, "640", "360", "9.0.0","/content/design/anims/expressInstall.swf", flashvars, params);

}

/*-------------------------*/
