function addUpperMenuSep(x,y) { var picurl = PICPATH+'um_sep.png'; document.write('
'); document.write(''); document.write('
'); } function createUpperMenu(inx) { // Produkte var p; p = new UpperMenuPoint(0,0,88,21,'um_std.png','um_std_actv.png','Produkte','live.php?document=22',null); menuPoints.push(p.addPoint(14,'Schließtechnik','live.php?document=42',null) ); menuPoints.push(p.addPoint(14,'Schließanlagen','live.php?document=47',null) ); menuPoints.push(p.addPoint(14,'Verzinkerei','live.php?document=51',null) ); menuPoints.push(p.addPoint(14,'Service','live.php?document=52',null) ); p.create(); menuPoints.push(p); addUpperMenuSep(88,0); // Unternehmen p = new UpperMenuPoint(91,0,86,21,'um_std.png','um_std_actv.png','Unternehmen',null,150); var sm1 = new UpperSubMenu(0,150,2); menuPoints.push( sm1.addPoint(14,'Unternehmenszweck','live.php?document=78',null) ); menuPoints.push( sm1.addPoint(14,'Philosophie','live.php?document=79',null) ); menuPoints.push( sm1.addPoint(14,'Historie','live.php?document=80',null) ); menuPoints.push( sm1.addPoint(14,'ISEO ','live.php?document=172',null) ); menuPoints.push(p.addPoint(14,'Iseo Deutschland GmbH','live.php?document=77',sm1) ); var sm1 = new UpperSubMenu(0,150,2); menuPoints.push( sm1.addPoint(14,'Geschäftsleitung','live.php?document=89',null) ); menuPoints.push( sm1.addPoint(14,'Produktion','live.php?document=91',null) ); menuPoints.push( sm1.addPoint(14,'Vertrieb','live.php?document=92',null) ); menuPoints.push( sm1.addPoint(14,'Forschung und Entwicklung','live.php?document=93',null) ); menuPoints.push( sm1.addPoint(14,'Qualitätsmanagement','live.php?document=94',null) ); menuPoints.push( sm1.addPoint(14,'Einkauf','live.php?document=128',null) ); menuPoints.push( sm1.addPoint(14,'Finanzen & Contolling','live.php?document=136',null) ); menuPoints.push(p.addPoint(14,'Ansprechpartner','live.php?document=40',sm1) ); var sm1 = new UpperSubMenu(0,150,2); menuPoints.push(p.addPoint(14,'Referenzen','live.php?document=87',null) ); var sm1 = new UpperSubMenu(0,150,2); menuPoints.push(p.addPoint(14,'Job & Karriere','live.php?document=83',null) ); var sm1 = new UpperSubMenu(0,150,2); menuPoints.push( sm1.addPoint(14,'ISEO - Netzwerkpartner','live.php?document=173',null) ); menuPoints.push(p.addPoint(14,'Netzwerke','live.php?document=84',sm1) ); p.create(); menuPoints.push(p); addUpperMenuSep(177,0); // Aktuelles p = new UpperMenuPoint(180,0,86,21,'um_std.png','um_std_actv.png','Aktuelles',null,120); var sm1 = new UpperSubMenu(0,110,2); menuPoints.push(p.addPoint(14,'Unternehmen','live.php?document=109',null) ); var sm1 = new UpperSubMenu(0,110,2); menuPoints.push(p.addPoint(14,'Produkte','live.php?document=110',null) ); p.create(); menuPoints.push(p); addUpperMenuSep(266,0); // Downloads p = new UpperMenuPoint(269,0,86,21,'um_std.png','um_std_actv.png','Downloads',null,150); var sm1 = new UpperSubMenu(0,110,2); menuPoints.push(p.addPoint(14,'Zertifikate','live.php?document=189',null) ); var sm1 = new UpperSubMenu(0,110,2); menuPoints.push(p.addPoint(14,'Ausschreibungsunterlagen','live.php?document=138',null) ); var sm1 = new UpperSubMenu(0,110,2); menuPoints.push(p.addPoint(14,'Produktübersicht','live.php?document=148',null) ); var sm1 = new UpperSubMenu(0,110,2); menuPoints.push(p.addPoint(14,'Presse','live.php?document=162',null) ); var sm1 = new UpperSubMenu(0,110,2); menuPoints.push(p.addPoint(14,'Bildschirmschoner','live.php?document=178',null) ); var sm1 = new UpperSubMenu(0,110,2); menuPoints.push(p.addPoint(14,'Bestellformular für Gleichschließungen','live.php?document=174',null) ); var sm1 = new UpperSubMenu(0,110,2); menuPoints.push(p.addPoint(14,'Schließplanentwurf','live.php?document=179',null) ); var sm1 = new UpperSubMenu(0,110,2); menuPoints.push(p.addPoint(14,'Ethikcode','live.php?document=190',null) ); p.create(); menuPoints.push(p); addUpperMenuSep(355,0); p = new UpperMenuPoint(358,0,109,21,'um_std.png','um_std_actv.png','Händlerverzeichnis','live.php?action=dealer',null); p.create(); menuPoints.push(p); addUpperMenuSep(467,0); p = new UpperMenuPoint(470,0,63,21,'um_std.png','um_std_actv.png','Kontakt','live.php?action=contact',null); p.create(); menuPoints.push(p); addUpperMenuSep(533,0); p = new UpperMenuPoint(536,0,36,21,'um_right.png','um_right_actv.png','Login','live.php?action=login',120); var sm1 = new UpperSubMenu(0,150,2); menuPoints.push( sm1.addPoint(14,'Schulungsunterlagen','live.php?document=159',null) ); menuPoints.push( sm1.addPoint(14,'Werbemittel','live.php?document=160',null) ); menuPoints.push(p.addPoint(14,'Geschützer Bereich','live.php?document=150',sm1) ); p.create(); menuPoints.push(p); sort(); }