// translated text
var seeall = "";
var processingRequest = "Processing Request";

// set this to the location of your local im directories
var imdir = "/pages/bilder/menue";

// sub menu width
var mwidth = 150;

// menus are organized using a two number decimel delineated system (1.2)
// the first number indicates which main topic link the menu belongs to.
// the second number indicates the order the sub topic link appears in the menu.
//
// the values for each item are then organized by a | delineated system (Link Name|URL)
// item X.0 MUST alway be the exact name of the main topic link as hardcoded in
// the masthead and must include a link that is the also the same.
//
// if the first main topic link was Products and it's URL was /products/ then then you
// would start the products menu with... 
//
// navmenu['1.0'] = 'Products|/products/';
//
// if the main topic link is not a link to another page, but simply the title of your
// menu (i.e. Select A Topic) then you would set the [X.0] item to "|". this way the
// See All Item is not created at the bottom of the menu. like...
//
// navmenu['1.0'] = '|';

navmenu['1.0'] = '|';
navmenu['1.1'] = 'DESKTOPS<br />Notebooks, Personal Computer, Grafikkarten, Monitore, Drucker|/pages/products/p_desktops.html';
navmenu['1.2'] = 'APPLE INC<br />MacBook &#040;Pro&#041;, Mac mini, iMac, Mac Pro, Xserve, iPod&#043;iTunes|/pages/products/p_apple.html';
navmenu['1.3'] = 'INTEL CORPORATION<br />Multicore Xeon und  Itanium Server|/pages/products/p_intel.html';
navmenu['1.4'] = 'ORACLE SUN<br />SPARC, Opteron, Xeon Server bzw Desktops|/pages/products/p_sun.html';
navmenu['1.5'] = 'STORAGE<br />Disk-Arrays, Tapes, Libraries|/pages/products/p_storage.html';

navmenu['2.0'] = '|';
navmenu['2.1'] = 'BACKUP &amp; RECOVERY<br />EMC NetWorker und Retrospect, Arkeia Software|/pages/solutions/l_backup.html';
navmenu['2.2'] = 'DATENMANAGEMENT<br />MS SQL Server, Filemaker, Oracle, Canto Cumulus, Open Source|/pages/solutions/l_datenmgt.html';
navmenu['2.3'] = 'MESSAGING &amp; COLLABORATION<br />MS Exchange Server, Kerio MailServer|/pages/solutions/l_mess_collab.html';
navmenu['2.4'] = 'SECURITY<br />Check Point, Trend Micro, Kaspersky, Aladdin, Websense|/pages/solutions/l_secured.html';
navmenu['2.5'] = 'PUBLISHING<br />Helios Publishing Server, ICC Farbmanagement|/index.html';
navmenu['2.6'] = 'VIRTUALISIERUNG<br />EMC VMware, Citrix, Xen.org, Parallels, Microsoft, Oracle Sun|/pages/solutions/l_virtual.html';

navmenu['3.0'] = '|';
navmenu['3.1'] = 'DIENSTLEISTUNGEN<br />Rufen Sie uns an<br />+43.5522.48555|/pages/firma/aboutus.html';
navmenu['3.2'] = 'OUTSOURCING<br />Erfahren Sie mehr &uuml;ber IHREN Wartungs-Vertrag|/pages/firma/aboutus.html';
navmenu['3.3'] = 'IT SERVICES<br />Wir unterst&uuml;tzen Sie gerne bei der Evaluierung, Realisierung und Betreuung Ihrer IT-Projekte|/pages/firma/aboutus.html';

navmenu['4.0'] = '|';
navmenu['4.1'] = 'APPLE<br />pr&auml;sentiert iPad|/pages/products/p_ipad.html';
navmenu['4.2'] = 'EIZO<br />setzt auf EcoView-Monitore|/pages/products/p_ecoview.html';
navmenu['4.3'] = 'SUN<br />gibt OpenSolaris in Version 2009.6 frei|/pages/products/p_opensolaris.html';

navmenu['5.0'] = '|';
navmenu['5.1'] = 'CITYDATA<br />UND DIE UMWELT<br />Fakten und Initiativen|/pages/firma/umwelt.html';
navmenu['5.2'] = 'CITYDATA<br />UND OPEN SOURCE<br />Trends, Projekte, Quellen|/pages/solutions/l_opensource.html';

navmenu['6.0'] = '|';
navmenu['6.1'] = 'Ansprechpartner, Telefonnummern und Mail-Adressen|/pages/firma/aboutus.html';
navmenu['6.2'] = 'Lageplan, Standortinformationen und Anfahrtsrouten|/pages/firma/lageplan.html';
navmenu['6.3'] = 'Informationspflicht laut ECG|/pages/firma/aboutus.html';
