function open_pic(url,weite,hoehe)
{
	if (weite == '') width=550;
	if (hoehe == '') height=560;
	//Anpassung Bildhöhe zzgl. Rahmen
	weite = weite + 40;
	hoehe = hoehe + 85;
	window.open(url,"Bildergalerie","width="+weite+",height="+hoehe+",toolbar=no,locationbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no");
}

function send2friend_de(url,titel)
{
	window.open("/send2friend.html?url=" + escape(url) + "&titel=" + escape(titel),"Send2Friend","width=570,height=300,toolbar=no,locationbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no");
}

function send2friend_en(url,titel)
{
	window.open("/send2friend_en.html?url=" + escape(url) + "&titel=" + escape(titel),"Send2Friend","width=570,height=300,toolbar=no,locationbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no");
}

function Popup(link,width,height)
{
	Fenster = window.open(link,'popup','toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=' + width +',height=' +height);
	Fenster.moveTo(180,220);
	Fenster.focus();
}
