function netscapers() {
         if (navigator.appName == "Netscape") {
            document.getElementById("hol1").style.top="74px";
            document.getElementById("hol2").style.top="77px";
         }
}
function showgrafic(pageurl,winwidth,winheight) {
         graficshow=window.open (
             "showgrafic.php?pic="+pageurl,
             "ShopImage",
             "toolbar=no,"
            +"scrollbars=no,"
            +"location=no,"
            +"resizable=no,"
            +"width="+winwidth
            +",height="+winheight
         );
}
function openCalender(art) {
         var typus = art;
         window.open("calender.html?art=" + typus,"wcal","toolbar=no,scrollbars=no,location=no,resizable=yes,width=250,height=140");
}
function insertAkunftIntoForm(reisetag,anreisemonat,anreisejahr) {
         document.mainForm.anreiseTag.selectedIndex=reisetag;
         document.mainForm.anreiseMon.selectedIndex=anreisemonat;
         document.mainForm.anreiseJahr.selectedIndex=anreisejahr;
}
function insertAbreiseIntoForm(reisetag,anreisemonat,anreisejahr) {
         document.mainForm.abreiseTag.selectedIndex=reisetag;
         document.mainForm.abreiseMon.selectedIndex=anreisemonat;
         document.mainForm.abreiseJahr.selectedIndex=anreisejahr;
}
function showAnArrow() {
         showNoArrow();
         document.getElementById("anArrow").innerHTML="<img src='grafik/arrow.gif' width='20' height='23' border='0' alt=''>";
}
function showAbArrow() {
         showNoArrow();
         document.getElementById("abArrow").innerHTML="<img src='grafik/arrow.gif' width='20' height='23' border='0' alt=''>";
}
function showNoArrow() {
         document.getElementById("anArrow").innerHTML="<img src='grafik/blind.gif' width='20' height='23' border='0' alt=''>";
         document.getElementById("abArrow").innerHTML="<img src='grafik/blind.gif' width='20' height='23' border='0' alt=''>";
}