// 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=10,top=10')\">" + 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 checkForm()
{
if(document.form2.search.value=="")
{
alert ("Bitte Suchbegriff eingeben");
document.form2.search.focus();
return false;
}
}

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);}