function embedflash(datei,breite,hoehe,farbe,swfvars){	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='"+breite+"' height='"+hoehe+"'><param name='bgcolor' value='#"+ farbe +"' /><param name=FlashVars value='"+swfvars+"'><param name='movie' value='"+datei+"' ><param name='quality' value='best'><embed src='"+datei+"' FlashVars='"+swfvars+"' quality='best' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+breite+"' height='"+hoehe+"' bgcolor='"+farbe+"'></embed></object>");}function nospam(spamart,domainend,domain,user){		if(spamart == "mail"){		var mail = user+'@'+domain+'.'+domainend;				document.write('<a href="mailto:'+mail+'?subject=Kontakt von Website - film-jeunehomme.ch">'+mail+'</a>');			}	if(spamart == "link"){		var url = 'www.'+domain+'.'+domainend;		document.write('<a href="http://'+url+'" target="_blank">'+url+'</a>');	}}function inhaltLeer(element,inhalt,leeren){	if(element.value == '' || element.value == ' '){		element.value = inhalt;	}		if (leeren == 'ja'){		if(element.value == inhalt ){			element.value = '';				element.focus();			}	}	}function getParams(width, height) {	var left = Math.floor((window.screen.width - width) / 2 + 0);	var top = Math.floor((window.screen.height - height) / 2 + -60);	return "left=" + left + ",top=" + top + ",width=" + width + ",height=" + height + ",resizable=0,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=no";}function Start(URL, newTarget, FpicWidth, FpicHeight) {		var picWidth = FpicWidth;	var picHeight = FpicHeight;		OpenWin = this.open(URL, newTarget, getParams(picWidth, picHeight), "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,directories=0,menuBar=0,width=" + FpicWidth + ",height=" + FpicHeight);}