<!--

// ++++ Bilder vorladen ++++




// Liste der Bilder
var preload_images =
[
  "pic/b_-.gif",
  "pic/b_anfragen.gif",
  "pic/b_besteckverleih.gif",
  "pic/b_canapees.gif",
  "pic/b_cocktailbar.gif",
  "pic/b_dekorationen.gif",
  "pic/b_empfaenge.gif",
  "pic/b_equipment.gif",
  "pic/b_events.gif",
  "pic/b_fingerfood.gif",
  "pic/b_geschirr.gif",
  "pic/b_hochzeitss.gif",
  "pic/b_partyscatering.gif",
  "pic/b_personal.gif",
  "pic/b_promotions.gif",
  "pic/b_veranstaltungsm.gif",
  "pic/b_glounge.gif",
]
// intern benoetigte Parameter
var load_next = 500 // Zeit in ms zwischen zwei Ladevorgaengen
var pos_array = 0
// Ladefunktion
function preload()
{
  // Naechstes Bild laden
  var new_image = new Image()
  new_image.src = preload_images[pos_array]
  // Noch Bilder zu laden?
  pos_array++
  if(pos_array < preload_images.length)
    setTimeout('preload()', load_next)
}
// Start der Vorladefunktion
function preload_start1()
{
  // Bilder vorhanden?
  if(preload_images.length == 0)
    return
  // Pruefroutine starten
  setTimeout('preload()', load_next)
}



// ++++ Fenster auf volle Bildschirmgröße öffnen ++++

function resize()
    {
	var hoehe=screen.height; //Bildschirmhöhe
	var breite=screen.width;//Bildschirmbreite

	self.resizeTo(breite,hoehe);
	self.moveTo(0,0);
    }

function init() {
    scrW = screen.width;			//Abfrage der maximalen Breite
    scrH = screen.height;			//Abfrage der maximalen Höhe
	window.outerHeight = screen.height;	//Höhe inizialisieren
	window.outerWidth = screen.width;	//Breite inizialisieren
    resizeTo( scrW, scrH );			//Breite und Höhe wird ausgegeben
    moveTo ( 0,0 )				//hier befindet sich die Positionsangabe
}



// ++++ Fenster öffnen ++++

function aufmachengl(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('glounge/start.htm','fenster',attribute);
}

function aufmachen0(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('veranstaltungsm/start.htm','fenster',attribute);
}

function aufmachen1(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('partyservice/start.htm','fenster',attribute);
}

function aufmachen1a(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('catering/start.htm','fenster',attribute);
}

function aufmachen2(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('equipment/start.htm','fenster',attribute);
}

function aufmachen3(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('geschirr/start.htm','fenster',attribute);
}

function aufmachen4(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('besteckverleih/start.htm','fenster',attribute);
}

function aufmachen5(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('empfaenge/start.htm','fenster',attribute);
}

function aufmachen6(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('cocktailbar/start.htm','fenster',attribute);
}

function aufmachen7(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('fingerfood/start.htm','fenster',attribute);
}

function aufmachen8(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('canapees/start.htm','fenster',attribute);
}

function aufmachen9(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('dekorationen/start.htm','fenster',attribute);
}

function aufmachen10(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('hochzeitss/start.htm','fenster',attribute);
}

function aufmachen11(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('events/start.htm','fenster',attribute);
}

function aufmachen12(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('promotions/start.htm','fenster',attribute);
}

function aufmachen13(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('bands/start.htm','fenster',attribute);
}

function aufmachen14(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('limous/start.htm','fenster',attribute);
}

function aufmachen15(WindowURL)
{
        var attribute="resizable=yes,menubar=no,toolbar=yes,location=no,status=no,width=1011,height=713,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('personal/start.htm','fenster',attribute);
}

function aufmachennews(WindowURL)
{
        var attribute="resizable=yes,scrollbars=yes,menubar=no,toolbar=yes,location=no,status=no,width=700,height=700,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('news/start.htm','fenster',attribute);
}

function aufmachenagb(WindowURL)
{
        var attribute="resizable=yes,scrollbars=yes,menubar=no,toolbar=yes,location=no,status=no,width=700,height=700,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('agb/start.htm','fenster',attribute);
}

function aufmachenimp(WindowURL)
{
        var attribute="resizable=yes,scrollbars=yes,menubar=no,toolbar=no,location=no,status=no,width=700,height=700,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('impress/start.htm','fenster',attribute);
}

function aufmachendis(WindowURL)
{
        var attribute="resizable=yes,scrollbars=yes,menubar=no,toolbar=no,location=no,status=no,width=700,height=700,,top=0,top="+(screen.height-screen.height)+",left="+(screen.width-screen.width); //top="+((screen.height-560)/3)+",left="+((screen.width-780)/2)
        popup=window.open('disclaimer/start.htm','fenster',attribute);
}



// ++++ Buttons Farbe wechseln ++++

	var img=new Image();
	img.src="pic/i_b_glounge_g.gif";

	var img=new Image();
	img.src="pic/i_b_veranstaltungsm_g.gif";

	var img=new Image();
	img.src="pic/i_b_-.gif";

	var img=new Image();
	img.src="pic/i_b_partyservice_g.gif";

	var img=new Image();
	img.src="pic/i_b_catering_g.gif";

	var img=new Image();
	img.src="pic/i_b_equipment_g.gif";

	var img=new Image();
	img.src="pic/i_b_geschirr_g.gif";

	var img=new Image();
	img.src="pic/i_b_besteckverleih_g.gif";

	var img=new Image();
	img.src="pic/i_b_empfaenge_g.gif";

	var img=new Image();
	img.src="pic/i_b_cocktailbar_g.gif";

	var img=new Image();
	img.src="pic/i_b_fingerfood_g.gif";

	var img=new Image();
	img.src="pic/i_b_canapees_g.gif";

	var img=new Image();
	img.src="pic/i_b_dekorationen_g.gif";

	var img=new Image();
	img.src="pic/i_b_hochzeitss_g.gif";

	var img=new Image();
	img.src="pic/i_b_events_g.gif";

	var img=new Image();
	img.src="pic/i_b_promotions_g.gif";

	var img=new Image();
	img.src="pic/i_b_bands_g.gif";

	var img=new Image();
	img.src="pic/i_b_limous_g.gif";

	var img=new Image();
	img.src="pic/i_b_personal_g.gif";

	var img=new Image();
	img.src="pic/i_adresse03_g.gif";

	var img=new Image();
	img.src="pic/i_b_news_g.gif";

	var img=new Image();
	img.src="pic/i_b_agb_g.gif";

	var img=new Image();
	img.src="pic/i_b_impress_g.gif";

	var img=new Image();
	img.src="pic/i_b_disclaimer_g.gif";
	

	
var status;
var statust;

function wechsel_i_b_glounge()
    {
        if (status==0)
        {
        document.bildi_b_glounge.src="pic/i_b_glounge.gif";
        status=1;
        }
        else
        {
        document.bildi_b_glounge.src="pic/i_b_glounge_g.gif";
        status=0;
        }

    }


function wechsel_i_b_glounge_t()
    {
	
        if (statust==0)
        {
        document.bildi_b_glounge.src="pic/i_b_glounge.gif";
        statust=1;
        }
        else
        {
        document.bildi_b_glounge.src="pic/i_b_glounge_g.gif";
        statust=0;
        }
var timer;timer=setTimeout('wechsel_i_b_glounge_t()', 1000)
    }


function wechsel_i_b_veranstaltungsm()
    {
        if (status==0)
        {
        document.bildi_b_veranstaltungsm.src="pic/i_b_veranstaltungsm.gif";
        status=1;
        }
        else
        {
        document.bildi_b_veranstaltungsm.src="pic/i_b_veranstaltungsm_g.gif";
        status=0;
        }
   
    }

function wechsel_i_b_bs()
    {
        if (status==0)
        {
        document.bildi_b_bs.src="pic/i_b_-.gif";
        status=1;
        }
        else
        {
        document.bildi_b_bs.src="pic/i_b_-.gif";
        status=0;
        }
   
    }

function wechsel_i_b_partyservice()
    {
        if (status==0)
        {
        document.bildi_b_partyservice.src="pic/i_b_partyservice.gif";
        status=1;
        }
        else
        {
        document.bildi_b_partyservice.src="pic/i_b_partyservice_g.gif";
        status=0;
        }
    }

function wechsel_i_b_catering()
    {
        if (status==0)
        {
        document.bildi_b_catering.src="pic/i_b_catering.gif";
        status=1;
        }
        else
        {
        document.bildi_b_catering.src="pic/i_b_catering_g.gif";
        status=0;
        }
    }

function wechsel_i_b_equipment()
    {
        if (status==0)
        {
        document.bildi_b_equipment.src="pic/i_b_equipment.gif";
        status=1;
        }
        else
        {
        document.bildi_b_equipment.src="pic/i_b_equipment_g.gif";
        status=0;
        }
    }
 
function wechsel_i_b_geschirr()
    {
        if (status==0)
        {
        document.bildi_b_geschirr.src="pic/i_b_geschirr.gif";
        status=1;
        }
        else
        {
        document.bildi_b_geschirr.src="pic/i_b_geschirr_g.gif";
        status=0;
        }
    }

function wechsel_i_b_besteckverleih()
    {
        if (status==0)
        {
        document.bildi_b_besteckverleih.src="pic/i_b_besteckverleih.gif";
        status=1;
        }
        else
        {
        document.bildi_b_besteckverleih.src="pic/i_b_besteckverleih_g.gif";
        status=0;
        }
    }

function wechsel_i_b_empfaenge()
    {
        if (status==0)
        {
        document.bildi_b_empfaenge.src="pic/i_b_empfaenge.gif";
        status=1;
        }
        else
        {
        document.bildi_b_empfaenge.src="pic/i_b_empfaenge_g.gif";
        status=0;
        }
    }

function wechsel_i_b_cocktailbar()
    {
        if (status==0)
        {
        document.bildi_b_cocktailbar.src="pic/i_b_cocktailbar.gif";
        status=1;
        }
        else
        {
        document.bildi_b_cocktailbar.src="pic/i_b_cocktailbar_g.gif";
        status=0;
        }
    }

function wechsel_i_b_fingerfood()
    {
        if (status==0)
        {
        document.bildi_b_fingerfood.src="pic/i_b_fingerfood.gif";
        status=1;
        }
        else
        {
        document.bildi_b_fingerfood.src="pic/i_b_fingerfood_g.gif";
        status=0;
        }
    }

function wechsel_i_b_canapees()
    {
        if (status==0)
        {
        document.bildi_b_canapees.src="pic/i_b_canapees.gif";
        status=1;
        }
        else
        {
        document.bildi_b_canapees.src="pic/i_b_canapees_g.gif";
        status=0;
        }
    }

function wechsel_i_b_dekorationen()
    {
        if (status==0)
        {
        document.bildi_b_dekorationen.src="pic/i_b_dekorationen.gif";
        status=1;
        }
        else
        {
        document.bildi_b_dekorationen.src="pic/i_b_dekorationen_g.gif";
        status=0;
        }
    }

function wechsel_i_b_hochzeitss()
    {
        if (status==0)
        {
        document.bildi_b_hochzeitss.src="pic/i_b_hochzeitss.gif";
        status=1;
        }
        else
        {
        document.bildi_b_hochzeitss.src="pic/i_b_hochzeitss_g.gif";
        status=0;
        }
    }

function wechsel_i_b_events()
    {
        if (status==0)
        {
        document.bildi_b_events.src="pic/i_b_events.gif";
        status=1;
        }
        else
        {
        document.bildi_b_events.src="pic/i_b_events_g.gif";
        status=0;
        }
    }

function wechsel_i_b_promotions()
    {
        if (status==0)
        {
        document.bildi_b_promotions.src="pic/i_b_promotions.gif";
        status=1;
        }
        else
        {
        document.bildi_b_promotions.src="pic/i_b_promotions_g.gif";
        status=0;
        }
    }

function wechsel_i_b_bands()
    {
        if (status==0)
        {
        document.bildi_b_bands.src="pic/i_b_bands.gif";
        status=1;
        }
        else
        {
        document.bildi_b_bands.src="pic/i_b_bands_g.gif";
        status=0;
        }
    }

function wechsel_i_b_limous()
    {
        if (status==0)
        {
        document.bildi_b_limous.src="pic/i_b_limous.gif";
        status=1;
        }
        else
        {
        document.bildi_b_limous.src="pic/i_b_limous_g.gif";
        status=0;
        }
    }

function wechsel_i_b_personal()
    {
        if (status==0)
        {
        document.bildi_b_personal.src="pic/i_b_personal.gif";
        status=1;
        }
        else
        {
        document.bildi_b_personal.src="pic/i_b_personal_g.gif";
        status=0;
        }
    }

function wechsel_i_adresse03()
    {
        if (status==0)
        {
        document.bildi_adresse03.src="pic/i_adresse03.gif";
        status=1;
        }
        else
        {
        document.bildi_adresse03.src="pic/i_adresse03_g.gif";
        status=0;
        }
    }

function wechsel_i_b_news()
    {
        if (status==0)
        {
        document.bildi_b_news.src="pic/i_b_news.gif";
        status=1;
        }
        else
        {
        document.bildi_b_news.src="pic/i_b_news_g.gif";
        status=0;
        }
    }

function wechsel_i_b_agb()
    {
        if (status==0)
        {
        document.bildi_b_agb.src="pic/i_b_agb.gif";
        status=1;
        }
        else
        {
        document.bildi_b_agb.src="pic/i_b_agb_g.gif";
        status=0;
        }
    }

function wechsel_i_b_impress()
    {
        if (status==0)
        {
        document.bildi_b_impress.src="pic/i_b_impress.gif";
        status=1;
        }
        else
        {
        document.bildi_b_impress.src="pic/i_b_impress_g.gif";
        status=0;
        }
    }

function wechsel_i_b_disclaimer()
    {
        if (status==0)
        {
        document.bildi_b_disclaimer.src="pic/i_b_disclaimer.gif";
        status=1;
        }
        else
        {
        document.bildi_b_disclaimer.src="pic/i_b_disclaimer_g.gif";
        status=0;
        }
    }






// -->


