// 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'] = '<b>PERSONAL COMPUTER</b><br />Desktops, Notebooks, Netbooks, Tablet-PCs, Grafikkarten, Monitore, Drucker und Standard&#045;Software|/pages/products/p_desktops.html';
navmenu['1.2'] = '<b>APPLE PRODUKTE</b><br />MacBook &#040;Pro&#041;, Mac mini, iMac, Mac Pro, iPad, iPod&#043;iTunes und Software|/pages/products/p_apple.html';
navmenu['1.3'] = '<b>INTEL &amp; SUPERMICRO SERVER</b><br />Multi-Core Xeon Serie 5x00, E3 und E7 Server, Enterprise Festplatten und Server&#045;Betriebssysteme|/pages/products/p_intel.html';
navmenu['1.4'] = '<b>NETWORK &amp; STORAGE</b><br />Disk-Arrays, Tapes, Libraries, Switches, HBAs und Storage Software|/pages/products/p_storage.html';

navmenu['2.0'] = '|';
navmenu['2.1'] = '<b>BACKUP &amp; RECOVERY</b><br />EMC NetWorker, Roxio Retrospect und Arkeia Software|/pages/solutions/l_backup.html';
navmenu['2.2'] = '<b>DATENMANAGEMENT</b><br />MS SQL Server, Filemaker, Oracle, Canto Cumulus und Open Source|/pages/solutions/l_datenmgt.html';
navmenu['2.3'] = '<b>MESSAGING &amp; COLLABORATION</b><br />MS Exchange Server, Kerio Connect, SharePoint &amp; Workspace Software und Open Source|/pages/solutions/l_mess_collab.html';
navmenu['2.4'] = '<b>SECURITY</b><br />Check Point, Trend Micro, Kaspersky, Aladdin, Websense und Open Source Security Appliances|/pages/solutions/l_secured.html';
navmenu['2.5'] = '<b>VIRTUALISIERUNG &amp; CLOUD</b><br />VMware, Citrix, Xen.org, Parallels, Microsoft und Oracle|/pages/solutions/l_virtual.html';

navmenu['3.0'] = '|';
navmenu['3.1'] = '<b>DIENSTLEISTUNGEN</b><br />Rufen Sie uns an<br />+43.5522.48555|/pages/firma/aboutus.html';
navmenu['3.2'] = '<b>OUTSOURCING</b><br />Erfahren Sie mehr &uuml;ber IHREN Wartungs-Vertrag|/pages/firma/aboutus.html';
navmenu['3.3'] = '<b>IT SERVICES</b><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'] = '<b>ADOBE</b><br />Creative Suite 5.5|/pages/products/p_cs55.html';
navmenu['4.2'] = '<b>APPLE</b><br />stellt iPad 2 vor|/pages/products/p_ipad2.html';
navmenu['4.3'] = '<b>CLOUD</b><br />Computing im Unternehmen|/pages/solutions/l_privatecloud.html';
navmenu['4.4'] = '<b>INTEL</b><br />Thunderbolt Technologie|/pages/products/p_thunderbolt.html';
navmenu['4.5'] = '<b>OPEN-E</b><br />Data Storage Software|/pages/solutions/l_open-e.html';

navmenu['5.0'] = '|';
navmenu['5.1'] = '<b>CITYDATA</b><br />und die Umwelt &#045; <br />Fakten und Initiativen|/pages/firma/umwelt.html';
navmenu['5.2'] = '<b>CITYDATA</b><br />und Open Source &#045; <br />Projekte und Quellen|/pages/solutions/l_opensource.html';

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

