
 // ---------- struktur produkte----------->

var produkte=new Array();

produkte[0]=new Array()
        produkte[0]["description"] = "Das Konzept '<br><em>Concept</em>'";
        produkte[0]["href"] = "#";
        produkte[0]["name"] = "aa";

produkte[1]=new Array()
        produkte[1]["description"] = "Die Lage '<br><em>Location</em>'";
        produkte[1]["href"] = "#";
        produkte[1]["name"] = "ab";


 // --------- /struktur produkte----------->

 // ---------- struktur Unternehmen----------->

var unternehmen=new Array();

unternehmen[0]=new Array()
        unternehmen[0]["description"] = "Aussattung '<br><em>Concept</em>'";
        unternehmen[0]["href"] = "#";
        unternehmen[0]["name"] = "ba";

unternehmen[1]=new Array()
        unternehmen[1]["description"] = "Wohnungen '<br><em>Apartments</em>'";
        unternehmen[1]["href"] = "#";
        unternehmen[1]["name"] = "bb";

unternehmen[2]=new Array()
        unternehmen[2]["description"] = "Ladengeschäft '<br><em>Shop</em>'";
        unternehmen[2]["href"] = "#";
        unternehmen[2]["name"] = "bc";

 unternehmen[3]=new Array()
        unternehmen[3]["description"] = "Daten & Fakten '<br><em>Facts & Figures</em>'";
        unternehmen[3]["href"] = "#";
        unternehmen[3]["name"] = "bd";
		


 // --------- /struktur unternehmen----------->

  // ---------- struktur support----------->

var support=new Array();

 support[0]=new Array()
        support[0]["description"] = "Ladengeschäft '<br><em>Shop</em>'";
        support[0]["href"] = "#";
        support[0]["name"] = "ca";

 support[1]=new Array()
        support[1]["description"] = "1. OG '<br><em>1st Floor</em>'";
        support[1]["href"] = "#";
        support[1]["name"] = "cb";
		
 support[2]=new Array()
        support[2]["description"] = "2. OG '<br><em>2nd Floor</em>'";
        support[2]["href"] = "#";
        support[2]["name"] = "cc";
		
 support[3]=new Array()
        support[3]["description"] = "3. OG '<br><em>3rd Floor</em>'";
        support[3]["href"] = "#";
        support[3]["name"] = "cd";
		
 support[4]=new Array()
        support[4]["description"] = "4. OG '<br><em>4th Floor</em>'";
        support[4]["href"] = "#";
        support[4]["name"] = "ce";
		
 support[5]=new Array()
        support[5]["description"] = "Terrasse '<br><em>Terrace</em>'";
        support[5]["href"] = "#";
        support[5]["name"] = "cf";
		
 support[6]=new Array()
        support[6]["description"] = "Kellergeschoss '<br><em>Cellar</em>'";
        support[6]["href"] = "#";
        support[6]["name"] = "cg";


 // --------- /struktur support----------->

 // ---------- struktur Aktuelles----------->

var aktuelles=new Array();

aktuelles[0]=new Array()
        aktuelles[0]["description"] = "Übersicht";
        aktuelles[0]["href"] = "index_04.html";
        aktuelles[0]["name"] = "da";



 // --------- /struktur aktuelles----------->

  // ---------- struktur Karriere----------->

var karriere=new Array();

karriere[0]=new Array()
        karriere[0]["description"] = "Krauts-Merchandising";
        karriere[0]["href"] = "index_05.html";
        karriere[0]["name"] = "ea";



 // --------- /struktur Karriere----------->

 // ---------- struktur Kontakt----------->

var kontakt=new Array();

kontakt[0]=new Array()
        kontakt[0]["description"] = "Kontaktformular";
        kontakt[0]["href"] = "index_06_01.html";
        kontakt[0]["name"] = "fa";
		
kontakt[1]=new Array()
        kontakt[1]["description"] = "Adresse";
        kontakt[1]["href"] = "index_06_02.html";
        kontakt[1]["name"] = "fb";
		
kontakt[2]=new Array()
        kontakt[2]["description"] = "Map";
        kontakt[2]["href"] = "index_06_03.html";
        kontakt[2]["name"] = "fc";
		
kontakt[3]=new Array()
        kontakt[3]["description"] = "Impressum";
        kontakt[3]["href"] = "index_06_04.html";
        kontakt[3]["name"] = "fd";
		
kontakt[4]=new Array()
        kontakt[4]["description"] = "AGB";
        kontakt[4]["href"] = "index_06_05.html";
        kontakt[4]["name"] = "fe";
		
		

// --------- /struktur Kontakt----------->

var home=new Array();

home[0]=new Array()
        home[0]["description"] = "";
        home[0]["href"] = "#";
        home[0]["name"] = "ga";

// --<td> background color---------------------->




// --------- menu by request ----------->




function drawmenu(which)
{
        var chosen;
        if (which == 'produkte') chosen = produkte;
        if (which == 'unternehmen') chosen = unternehmen;
        if (which == 'support') chosen = support;
        if (which == 'aktuelles') chosen = aktuelles;
        if (which == 'karriere') chosen = karriere;
        if (which == 'kontakt') chosen = kontakt;
		 if (which == 'home') chosen = home;
        var ret_val = '';


        for (var i=0;i<chosen.length;i++)
        {

                ret_val += "<tr><td width='1' bgcolor='#ffffff'><img src='pics/blind.gif' width='1' height='1' alt='' border='0'></td><td bgcolor='#E8BF70' align='center' height='37'><img src='pics/blind.gif' alt='' border='0' name='" + chosen[i].name + "'><a class='dhtml' href='" + chosen[i].href + "'  target='_top' onMouseOver=\"" + chosen[i].name + ".src='pics/blind.gif'\";description('" + chosen[i].description +"');return true\" onMouseOut=\"" + chosen[i].name + ".src='pics/blind.gif';\">" + chosen[i].description + "</a></td><td width='1' bgcolor='#ffffff'><img src='pics/blind.gif' width='1' height='1' alt='' border='0'></td></tr><tr><td colspan='4' bgcolor='#ffffff'><img src='pics/blind.gif' width='1' height='1' alt='' border='0'></td></tr>";
        }

		/*<tr><td background='pics/bg_buttons2.gif' width='220' height='36'><table width='220' cellspacing='0' cellpadding='0' border='0'><tr><td align'left' valign='top' rowspan='2'><img src='pics/blind.gif' width='2' height='36' alt='' border='0' name='" + chosen[i].name + "'></td><td><img src='pics/blind.gif' width='8' height='1' border='0'></td><td width='220'><a class='me1' href='" + chosen[i].href + "'  target='_top' onMouseOver=\"" + chosen[i].name + ".src='pics/blind.gif'\";description('" + chosen[i].description +"');return true\" onMouseOut=\"" + chosen[i].name + ".src='pics/blind.gif';\">" + chosen[i].description + "</a></td></tr></table></td></tr>
*/
		
        return ret_val
}

function draw_menu_head()
{
        return "<table bgcolor='#ffffff' width='126' cellspacing='0' cellpadding='0' border='0'>";
}
function draw_menu_foot()
{
         return "</table>";
}



function draw_layer(which, layername, width, height)
{

        var ret_val = '';
        ret_val = '<div id="' + layername + '" style="position: absolute; visibility: hidden; width:' + width  + 'px; height:' + height + 'px; clip:rect(0px ' + width + 'px ' + height + 'px 0px);z-index:2">';
        ret_val += draw_menu_head();
        ret_val += drawmenu(which);
        ret_val += draw_menu_foot();
        ret_val += '</script></div>';

        return ret_val;

}


function mk_menu()
{

        document.write(draw_layer('produkte', 'Layer1', '150', '100'));
        document.write(draw_layer('unternehmen', 'Layer2', '150', '170'));
        document.write(draw_layer('support', 'Layer3', '150', '300'));
        document.write(draw_layer('aktuelles', 'Layer4', '150', '120'));
        document.write(draw_layer('karriere', 'Layer5', '150', '30'));
        document.write(draw_layer('kontakt', 'Layer6', '150', '100'));

}

onerror = nope;
function nope()
{
return true;
}


// --------- /menu by request ----------->


// --------- /rollovers (bullet), status ----------->
