<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

var newwin;
function openwin(winurl,winname,winfeatures)
{
	newwin = window.open(winurl,winname,winfeatures);
}

function rec(){
	openwin('http://www.foxfilm.de/recommenditpopup/index.php?id=33','recpop','scrollbars=yes,width=570,height=400')
}

function lesetippspop(){
	openwin('poplesetipps.html','lesetipps','scrollbars=yes,width=390,height=550')
}

function terms(){
	openwin('http://www.foxfilm.de/shared/terms.html','terms','scrollbars=yes,width=500,height=400')
}

function privacy(){
	openwin('http://foxde.rsc03.net/servlet/website/ResponseForm?MQKLE.2e.26_wyb2795_wveb95','privacy','scrollbars=yes,width=500,height=400')
}

// -->
