<!-- 
if (document.images) {
	email_on = newImage("images/seite_empfehlen-over.jpg");
	email_off = newImage("images/seite_empfehlen.jpg");
	trailer_on = newImage("images/trailer_ansehen-over.jpg");
	trailer_off = newImage("images/trailer_ansehen.jpg");
}
newPopUp({
	name:"emailafriend",
	url:"seite_empfehlen.php",
	width:400, height:350, scroll:"no", resizable:"no"});	
newPopUp({
	name:"dvd",
	url:"dvd.html",
	width:420, height:600, scroll:"yes", resizable:"no"});	
newPopUp({
	name:"dvd_bluray",
	url:"dvd_bluray.html",
	width:420, height:600, scroll:"yes", resizable:"no"});	
newPopUp({
	name:"trailer",
	url:"trailer.html",
	width:550, height:500, scroll:"no", resizable:"no"});	
newPopUp({
	name:"kinos",
	url:"kinos.php",
	width:400, height:500, scroll:"yes", resizable:"yes"});	
// -->
