function OpenImpressum()
{
	var width = 750;
	var height = 490;
	var win = window.open("impressum.html", "_blank", "width="+width+",height="+height+",scrollbars=no");
	win.moveTo((screen.width-width)/2, (screen.height-height)/2);
}

function FormMail(email, recipient, subject, redirect, Name, Strasse, Ort, Telefon, Mail, Message)
{
	var width = 750;
	var height = 490;
	var win = window.open("formmail.php?email="+email+"&recipient="+recipient+"&subject="+subject+"&redirect=formok.html&Name="+Name+"&Strasse="+Strasse+"&Ort="+Ort+"&Telefon="+Telefon+"&Mail="+Mail+"&Message="+Message, "_blank", "width="+width+",height="+height+",scrollbars=no");
	win.moveTo((screen.width-width)/2, (screen.height-height)/2);
}

function FormTermin(email,recipient,subject,redirect,Kontrolle,Prophylaxe,Beratung,Wunschdatum,Wunschuhrzeit,Name,mail,Telefon,MeineErreichbarkeit)
{
	var width = 750;
	var height = 490;
	var win = window.open("formmail.php?email="+email+"&recipient="+recipient+"&subject="+subject+"&redirect=formok.html&Kontrolle="+Kontrolle+"&Prophylaxe="+Prophylaxe+"&Beratung="+Beratung+"&Wunschdatum="+Wunschdatum+"&Wunschuhrzeit="+Wunschuhrzeit+"&Name="+Name+"&mail="+mail+"&Telefon="+Telefon+"&MeineErreichbarkeit="+MeineErreichbarkeit, "_blank", "width="+width+",height="+height+",scrollbars=no");
	win.moveTo((screen.width-width)/2, (screen.height-height)/2);
}

//
// Verhinderung von Flashrahmen
//
function FlashMovie(src, movie, width, height, version, quality, menu, bgcolor, flashvars)
{
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version="+version+",0,0,0' width='" +width+ "' height='" +height+ "' id='" +movie+ "'>");
	document.write("<param name='movie' value='" +src+ "' />");
	document.write("<param name='FlashVars' value='" +flashvars+ "'>");
	document.write("<param name='quality' value='" +quality+ "' />");
	document.write("<param name='menu' value='" +menu+ "' />");
	document.write("<param name='bgcolor' value='" +bgcolor+ "' />");
	document.write("<embed src='" +src+ "' swLiveConnect='true' menu='" +menu+ "' FlashVars='" +flashvars+ "' quality='" +quality+ "' bgcolor='" +bgcolor+ "' width='" +width+ "' height='" +height+ "' name='" +movie+ "' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</object>");
}
