

function 	empfehlen()
{
		var turl = location.href;
		mail_str = "mailto:?subject= krimitotal.de - Das Spiel für Deine Krimi-Themenparty.";
		mail_str += "&body=Schau Dir diese Seite mal an: " + document.title + ".   ";
		mail_str += "Hier ist die Adresse: " + turl + " "; 
		mail_str += "   Viele Gruesse. "; 
	
		location.href = mail_str;
}

function 	newsletter()
{
		var turl = location.href;
		mail_str = "mailto:abo@krimitotal.de?subject=Newsletter ja";
		mail_str += "&body=Hallo, hiermit abonniere ich den Krimi total Newsletter.";
		mail_str += " Danke."; 
	
		location.href = mail_str;
}

function 	kontakt()
{
		var turl = location.href;
		mail_str = "mailto:info@krimitotal.de?subject=KRIMI total - Kontakt";
		mail_str += "&body=Hallo KRIMI total-Team, ...";
	
		location.href = mail_str;
}


function 	bookmark()
{
	bookmarkurl = "http://www.krimitotal.de";
	bookmarktitle = "krimitotal.de - Krimi - Party - Spiele (Party-Rollenspiele) für zu Hause.";
	if (document.all) {
		window.external.AddFavorite(bookmarkurl,bookmarktitle)
	} else alert("Bitte bei Netscape STRG + D drücken"); 
		
}

function	htmlcode( bid ) { 
	bannerwin=window.open('/bannercode.php?bid='+bid+'','Bannercode','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=400,height=210');
	bannerwin.focus();
}

function	popup_agb( ) { 
	agbwin=window.open('/agb.php?popup=1','agb','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=620,height=250');
	agbwin.focus();
}

function	popup_agb_ek( ) { 
	agbwin=window.open('/agb.php?ek=1&popup=1','agb','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=620,height=250');
	agbwin.focus();
}