// JavaScript Document
function neuesfenster(adresse,breite,hoehe,linktext) {
var nummerzufahl = 1 + 100*(Math.random());
var nummerzufahl2 = Math.round(nummerzufahl);
var fensteroeffnen = "<a href='#zzz' rel='nofollow' onClick=\"window.open('" + adresse + "', '" + nummerzufahl2 + "','toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=" + breite + ",height=" + hoehe + ",left=5,top=5')\">" + linktext + "</a>";
window.document.writeln(fensteroeffnen);
}
function iframe1(adresse,breite,hoehe,linktext) {
var iframe1 = "<a href=" + adresse + " onClick=\"return hs.htmlExpand(this, { contentId: 'layer1', objectType: 'iframe', objectWidth: " + breite + ", objectHeight: " + hoehe + "} )\" class=\"highslide\">" + linktext + "</a><div class=\"highslide-html-content\" id=\"layer1\" style=\"width: " + breite + "px\"><div class=\"highslide-move\" style=\"border: 0; height: 18px; padding: 2px; cursor: default\"><a href=\"#\" onClick=\"return hs.close(this)\" class=\"control\">Schlie&szlig;en (X)</a></div><div class=\"highslide-body\"></div></div>";
window.document.writeln(iframe1);}

function hsflug(adresse,breite,hoehe,linktext) {
var hsflug = "<a href=" + adresse + " onClick=\"return hs.htmlExpand(this, { contentId: 'hsflug', objectType: 'iframe', objectWidth: " + breite + ", objectHeight: " + hoehe + "} )\" class=\"highslide\" style=\"position:relative; top:0; left:0;\">" + linktext + "</a><div class=\"highslide-html-content\" id=\"hsflug\" style=\"width: " + breite + "px\"><div class=\"highslide-move\" style=\"border: 0; height: 18px; padding: 2px; cursor: default\"><a href=\"#\" onClick=\"return hs.close(this)\" class=\"control\">Schlie&szlig;en (X)</a></div><div class=\"highslide-body\"></div></div>";
window.document.writeln(hsflug);}

function hshotel(adresse,breite,hoehe,linktext) {
var hshotel = "<a href=" + adresse + " onClick=\"return hs.htmlExpand(this, { contentId: 'hshotel', objectType: 'iframe', objectWidth: " + breite + ", objectHeight: " + hoehe + "} )\" class=\"highslide\" style=\"position:relative; top:0; left:0;\">" + linktext + "</a><div class=\"highslide-html-content\" id=\"hshotel\" style=\"width: " + breite + "px\"><div class=\"highslide-move\" style=\"border: 0; height: 18px; padding: 2px; cursor: default\"><a href=\"#\" onClick=\"return hs.close(this)\" class=\"control\">Schlie&szlig;en (X)</a></div><div class=\"highslide-body\"></div></div>";
window.document.writeln(hshotel);}

function hslastminute(adresse,breite,hoehe,linktext) {
var hslastminute = "<a href=" + adresse + " onClick=\"return hs.htmlExpand(this, { contentId: 'hslastminute', objectType: 'iframe', objectWidth: " + breite + ", objectHeight: " + hoehe + "} )\" class=\"highslide\" style=\"position:relative; top:0; left:0;\">" + linktext + "</a><div class=\"highslide-html-content\" id=\"hslastminute\" style=\"width: " + breite + "px\"><div class=\"highslide-move\" style=\"border: 0; height: 18px; padding: 2px; cursor: default\"><a href=\"#\" onClick=\"return hs.close(this)\" class=\"control\">Schlie&szlig;en (X)</a></div><div class=\"highslide-body\"></div></div>";
window.document.writeln(hslastminute);}

function hspauschal(adresse,breite,hoehe,linktext) {
var hspauschal = "<a href=" + adresse + " onClick=\"return hs.htmlExpand(this, { contentId: 'hspauschal', objectType: 'iframe', objectWidth: " + breite + ", objectHeight: " + hoehe + "} )\" class=\"highslide\" style=\"position:relative; top:0; left:0;\">" + linktext + "</a><div class=\"highslide-html-content\" id=\"hspauschal\" style=\"width: " + breite + "px\"><div class=\"highslide-move\" style=\"border: 0; height: 18px; padding: 2px; cursor: default\"><a href=\"#\" onClick=\"return hs.close(this)\" class=\"control\">Schlie&szlig;en (X)</a></div><div class=\"highslide-body\"></div></div>";
window.document.writeln(hspauschal);}

function hsferienhaus(adresse,breite,hoehe,linktext) {
var hsferienhaus = "<a href=" + adresse + " onClick=\"return hs.htmlExpand(this, { contentId: 'hsferienhaus', objectType: 'iframe', objectWidth: " + breite + ", objectHeight: " + hoehe + "} )\" class=\"highslide\" style=\"position:relative; top:0; left:0;\">" + linktext + "</a><div class=\"highslide-html-content\" id=\"hsferienhaus\" style=\"width: " + breite + "px\"><div class=\"highslide-move\" style=\"border: 0; height: 18px; padding: 2px; cursor: default\"><a href=\"#\" onClick=\"return hs.close(this)\" class=\"control\">Schlie&szlig;en (X)</a></div><div class=\"highslide-body\"></div></div>";
window.document.writeln(hsferienhaus);}

function empfehlen()
{
var url = window.document.getElementById("url").value;
var adresse ='https://sslsites.de/www.urlauberinfos.com/empfehlung/empfehlung.php?url='+url;
window.open(adresse,'Empfehlung','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=400,height=370,left=100,top=10');
return false;
}
function drucken()
{
var url = window.document.getElementById("url").value;
var adresse ='http://www.urlauberinfos.com/empfehlung/drucken.php?url='+url;
window.open(adresse,'Drucken','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=700,height=640,left=10,top=10');
return false;
}

function UnCryptMailto(s, shift) {
	var n=0;
	var r="";
	for(var i=0;i<s.length;i++) { 
		n=s.charCodeAt(i); 
		if (n>=8364) {n = 128;}
		r += String.fromCharCode(n-(shift)); 
	}
	return r;
}
function linkTo_UnCryptMailto(s, shift)	{
	location.href=UnCryptMailto(s, shift);
}