/* Joust Outliner Version 2.5.4 (c) Copyright 1996-2001, MITEM (Europe) Ltd. All rights reserved. This code may be freely copied and distributed provided that it is accompanied by this header. For full details of the Joust license, as well as documentation and help, go to http://www.ivanpeters.com/. */ function initOutlineIcons(imgStore) { var ip0 = '../img/menu/'; var di= ip0; var ip= ip0 +((theBrowser.platform =='Mac') ?'mac/' :((theBrowser.platform =='OS/2') ?'os2/' :'win/')); // menu structure imgStore.add('iconPlusTop', ip + 'plustop.gif', 18, 16); imgStore.add('iconPlus', ip + 'plus.gif', 18, 16); imgStore.add('iconPlusBottom', ip + 'plusbottom.gif', 18, 16); imgStore.add('iconPlusOnly', ip + 'plusonly.gif', 18, 16); imgStore.add('iconMinusTop', ip + 'minustop.gif', 18, 16); imgStore.add('iconMinus', ip + 'minus.gif', 18, 16); imgStore.add('iconMinusBottom', ip + 'minusbottom.gif', 18, 16); imgStore.add('iconMinusOnly', ip + 'minusonly.gif', 18, 16); imgStore.add('iconLine', ip + 'line.gif', 18, 16); imgStore.add('iconBlank', ip + 'blank.gif', 18, 16); imgStore.add('iconJoinTop', ip + 'jointop.gif', 18, 16); imgStore.add('iconJoin', ip + 'join.gif', 18, 16); imgStore.add('iconJoinBottom', ip + 'joinbottom.gif', 18, 16); //Add folder and document images to the imgStore [enumerated by ty_ID] imgStore.add('Link-Prüfung', ip0 + 'linkcheck.gif', 16, 16); imgStore.add('Link-Prüfung', ip0 + 'linkchecksel.gif', 16, 16); imgStore.add('Datenbank', ip0 + 'db.gif', 16, 16); imgStore.add('DatenbankSelected', ip0 + 'dbsel.gif', 16, 16); imgStore.add('Feedback', ip0 + 'mail.gif', 16, 16); imgStore.add('FeedbackSelected', ip0 + 'mailsel.gif', 16, 16); imgStore.add('System-Log', ip0 + 'log.gif', 16, 16); imgStore.add('System-LogSelected', ip0 + 'logsel.gif', 16, 16); imgStore.add('Gruppenverwaltung', ip0 + 'users.gif', 16, 16); imgStore.add('GruppenverwaltungSelected', ip0 + 'userssel.gif', 16, 16); imgStore.add('Benutzerverwaltung', ip0 + 'user.gif', 16, 16); imgStore.add('BenutzerverwaltungSelected', ip0 + 'usersel.gif', 16, 16); imgStore.add('Root', ip0 + 'world.gif', 16, 16); imgStore.add('Ordner', ip + 'folderclosed.gif', 18, 16); imgStore.add('OrdnerSelected', ip + 'folderclosedsel.gif', 18, 16); imgStore.add('OrdnerExpanded', ip + 'folderopen.gif', 18, 16); imgStore.add('OrdnerExpandedSelected', ip + 'folderopensel.gif', 18, 16); if ((theBrowser.code == 'NS') || (theBrowser.code == 'MSIE')) { di += theBrowser.code.toLowerCase() + '_doc'; imgStore.add('Dokument', di + '.gif', 18, 16); imgStore.add('DokumentMouseOver', di + '_mo.gif', 18, 16); imgStore.add('DokumentSelected', di + '_sel.gif', 18, 16); } else { imgStore.add('Dokument', di + 'doc.gif', 18, 16); } imgStore.add('Bild', ip0 + 'pict.gif', 16, 16); imgStore.add('BildSelected', ip0 + 'pictsel.gif', 16, 16); // Liste... imgStore.add('Kalender', ip0 + 'calendar.gif', 16, 16); imgStore.add('KalenderSelected', ip0 + 'calendarsel.gif', 16, 16); imgStore.add('Download', ip0 + 'download.gif', 16, 16); imgStore.add('DownloadSelected', ip0 + 'downloadsel.gif', 16, 16); // Media... imgStore.add('Media', ip0 + 'media.gif', 16, 16); imgStore.add('MediaSelected', ip0 + 'mediasel.gif', 16, 16); // XLink imgStore.add('ExternerLink', ip0 + 'xlink.gif', 16, 16); imgStore.add('ExternerLinkSelected', ip0 + 'xlinksel.gif', 16, 16); imgStore.add('Glossar', ip0 + 'glossar.gif', 16, 16); imgStore.add('GlossarSelected', ip0 + 'glossarsel.gif', 16, 16); // ImageMap... imgStore.add('Galerie', ip0 + 'galery.gif', 16, 16); imgStore.add('GalerieSelected', ip0 + 'galerysel.gif', 16, 16); // Site... // Anmerkung imgStore.add('Anmerkung', ip0 + 'note.gif', 16, 16); imgStore.add('AnmerkungSelected', ip0 + 'notesel.gif', 16, 16); // Applikation imgStore.add('Applikation', ip0 + 'app.gif', 16, 16); imgStore.add('ApplikationSelected', ip0 + 'appsel.gif', 16, 16); // Frameset imgStore.add('Frameset', ip0 + 'frame.gif', 16, 16); imgStore.add('FramesetSelected', ip0 + 'framesel.gif', 16, 16); // Agent imgStore.add('Ansicht', ip0 + 'agent.gif', 16, 16); imgStore.add('AnsichtSelected', ip0 + 'agentsel.gif', 16, 16); // SiteMap imgStore.add('SiteMap', ip0 + 'sitemap.gif', 16, 16); imgStore.add('SiteMapSelected', ip0 + 'sitemapsel.gif', 16, 16); // Traffic imgStore.add('Traffic', ip0 + 'traffic.gif', 14, 14); imgStore.add('TrafficSelected', ip0 + 'trafficsel.gif', 16, 16); // Ticker // Voting // Box imgStore.add('Box', ip0 + 'box.gif', 14, 14); imgStore.add('BoxSelected', ip0 + 'boxsel.gif', 16, 16); } function preventCollapse(theEntry) { if (theEntry.isopen) return false; } function initialise() { // Tell joust where to find the various index files it needs index1 = 'index.php'; index2 = 'index2.php'; index3 = 'index3.htm'; // Set up parameters to control menu behaviour theMenu.autoScrolling = true; theMenu.modalFolders = false; theMenu.linkOnExpand = false; theMenu.toggleOnLink = false; theMenu.showAllAsLinks = false; theMenu.savePage = true; theMenu.tipText = "status"; theMenu.selectParents = false; theMenu.name = "theMenu"; theMenu.container = "self.menu"; theMenu.reverseRef = "parent"; theMenu.contentFrame = "text"; theMenu.defaultTarget = "text"; // Initialise all the icons initOutlineIcons(theMenu.imgStore); // Now set up the menu with a whole lot of addEntry and addChild function calls var mParent = -1; var mCurrent = -1; var mLast = -1; theMenu.linkOnExpand = true; var mCur= new Array(5); mCur[0]= theMenu.addEntry(-1, "Root", "Transo-Pharm Online", "obj/page.php?obj=1", "Transo-Pharm Online [-1]"); theMenu.entry[mCur[0]].noOutlineImg= true; theMenu.entry[mCur[0]].onToggle= 'preventCollapse(me)'; mCur[1]= theMenu.addChild(mCur[0], "Ordner", "Public", "obj/page.php?obj=2&path=1", "Ordner 2"); theMenu.entry[mCur[1]].url+= '&m=' +mCur[1]; mCur[2]= theMenu.addChild(mCur[1], "Ordner", "Content", "obj/page.php?obj=40&path=1,2", "Ordner 40"); theMenu.entry[mCur[2]].url+= '&m=' +mCur[2]; mCur[3]= theMenu.addChild(mCur[2], "Ordner", "English", "obj/page.php?obj=14&path=1,2,40", "Ordner 14"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[4]= theMenu.addChild(mCur[3], "Ordner", "About Transo-Pharm", "obj/page.php?obj=16&path=1,2,40,14", "Ordner 16"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "History", "obj/page.php?obj=23&path=1,2,40,14,16", "Dokument 23"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Bild 255", "obj/page.php?obj=255&path=1,2,40,14,16,23", "Bild 255"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Services / Facilities", "obj/page.php?obj=25&path=1,2,40,14,16", "Dokument 25"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Bild 366", "obj/page.php?obj=366&path=1,2,40,14,16,25", "Bild 366"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Bild 60", "obj/page.php?obj=60&path=1,2,40,14,16,25", "Bild 60"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Warehouse Siek", "obj/page.php?obj=259&path=1,2,40,14,16,25", "Bild 259"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Warehouse Siek", "obj/page.php?obj=515&path=1,2,40,14,16,25", "Bild 515"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Warehouse Siek", "obj/page.php?obj=516&path=1,2,40,14,16,25", "Bild 516"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Philosophy", "obj/page.php?obj=24&path=1,2,40,14,16", "Dokument 24"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Bild 373", "obj/page.php?obj=373&path=1,2,40,14,16,24", "Bild 373"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Bild 59", "obj/page.php?obj=59&path=1,2,40,14,16,24", "Bild 59"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "Companies", "obj/page.php?obj=226&path=1,2,40,14,16", "Ordner 226"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Companies", "obj/page.php?obj=26&path=1,2,40,14,16,226", "Dokument 26"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Bild 374", "obj/page.php?obj=374&path=1,2,40,14,16,226,26", "Bild 374"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "scientific & regulatory affairs", "obj/page.php?obj=325&path=1,2,40,14,16,226,26", "Anmerkung 325"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[6]= theMenu.addChild(mCur[5], "Ordner", "Chemex Hamburg GmbH", "obj/page.php?obj=228&path=1,2,40,14,16,226", "Ordner 228"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Dokument 338", "obj/page.php?obj=338&path=1,2,40,14,16,226,228", "Dokument 338"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Bild", "Bild 377", "obj/page.php?obj=377&path=1,2,40,14,16,226,228,338", "Bild 377"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[6]= theMenu.addChild(mCur[5], "Ordner", "Kemimac (S) PTE Ltd.", "obj/page.php?obj=460&path=1,2,40,14,16,226", "Ordner 460"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Dokument 461", "obj/page.php?obj=461&path=1,2,40,14,16,226,460", "Dokument 461"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Bild", "Bild 463", "obj/page.php?obj=463&path=1,2,40,14,16,226,460,461", "Bild 463"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[8]= theMenu.addChild(mCur[7], "Bild", "Bild 462", "obj/page.php?obj=462&path=1,2,40,14,16,226,460,461", "Bild 462"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[6]= theMenu.addChild(mCur[5], "Ordner", "Transo-Pharm (Hong Kong) Ltd.", "obj/page.php?obj=230&path=1,2,40,14,16,226", "Ordner 230"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Dokument 335", "obj/page.php?obj=335&path=1,2,40,14,16,226,230", "Dokument 335"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Bild", "Bild 378", "obj/page.php?obj=378&path=1,2,40,14,16,226,230,335", "Bild 378"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[6]= theMenu.addChild(mCur[5], "Ordner", "Transo-Pharm USA LLC.", "obj/page.php?obj=227&path=1,2,40,14,16,226", "Ordner 227"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Dokument 317", "obj/page.php?obj=317&path=1,2,40,14,16,226,227", "Dokument 317"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "About us", "obj/page.php?obj=544&path=1,2,40,14,16,226,227", "Dokument 544"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Frameset", "API Listing", "obj/page.php?obj=545&path=1,2,40,14,16,226,227", "Frameset 545"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Applikation", "Productlist TP-USA-APIs", "obj/page.php?obj=546&path=1,2,40,14,16,226,227,545", "Applikation 546"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Desiccant Products (Silica Gel / Molecular Sieve / Activated Alumina)", "obj/page.php?obj=548&path=1,2,40,14,16,226,227", "Dokument 548"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "API-Listing-download", "obj/page.php?obj=806&path=1,2,40,14,16,226,227", "Dokument 806"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Download", "API Listing download", "obj/page.php?obj=547&path=1,2,40,14,16,226,227,806", "Download 547"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "Team", "obj/page.php?obj=231&path=1,2,40,14,16", "Ordner 231"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Dokument 389", "obj/page.php?obj=389&path=1,2,40,14,16,231", "Dokument 389"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Galerie", "Sales & Marketing", "obj/page.php?obj=433&path=1,2,40,14,16,231", "Galerie 433"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Philipp Titulski", "obj/page.php?obj=479&path=1,2,40,14,16,231,433", "Bild 479"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Andreas Freihse", "obj/page.php?obj=434&path=1,2,40,14,16,231,433", "Bild 434"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Ralph Quitzau", "obj/page.php?obj=513&path=1,2,40,14,16,231,433", "Bild 513"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Ralph Quitzau", "obj/page.php?obj=437&path=1,2,40,14,16,231,433", "Bild 437"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Alexander Lipowitsch", "obj/page.php?obj=438&path=1,2,40,14,16,231,433", "Bild 438"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Werner Hrachowina", "obj/page.php?obj=473&path=1,2,40,14,16,231,433", "Bild 473"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Justus Dehio", "obj/page.php?obj=443&path=1,2,40,14,16,231,433", "Bild 443"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Timo Krabiell", "obj/page.php?obj=453&path=1,2,40,14,16,231,433", "Bild 453"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Sabine Bakschis", "obj/page.php?obj=693&path=1,2,40,14,16,231,433", "Bild 693"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Sabine Bakschis", "obj/page.php?obj=688&path=1,2,40,14,16,231,433", "Bild 688"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Sabine Bakschis", "obj/page.php?obj=492&path=1,2,40,14,16,231,433", "Bild 492"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Almut Reinhardt", "obj/page.php?obj=768&path=1,2,40,14,16,231,433", "Bild 768"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Almut Reinhardt", "obj/page.php?obj=770&path=1,2,40,14,16,231,433", "Bild 770"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Karin Behncke", "obj/page.php?obj=442&path=1,2,40,14,16,231,433", "Bild 442"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Saskia Tippelt", "obj/page.php?obj=472&path=1,2,40,14,16,231,433", "Bild 472"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Philipp Titulski", "obj/page.php?obj=348&path=1,2,40,14,16,231,433", "Anmerkung 348"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Andreas Freihse", "obj/page.php?obj=350&path=1,2,40,14,16,231,433", "Anmerkung 350"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Ralph Quitzau", "obj/page.php?obj=351&path=1,2,40,14,16,231,433", "Anmerkung 351"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Justus Dehio", "obj/page.php?obj=352&path=1,2,40,14,16,231,433", "Anmerkung 352"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Sabine Bakschis", "obj/page.php?obj=353&path=1,2,40,14,16,231,433", "Anmerkung 353"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Werner Hrachowina", "obj/page.php?obj=354&path=1,2,40,14,16,231,433", "Anmerkung 354"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Timo Krabiell", "obj/page.php?obj=686&path=1,2,40,14,16,231,433", "Anmerkung 686"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Alexander Lipowitsch", "obj/page.php?obj=355&path=1,2,40,14,16,231,433", "Anmerkung 355"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Sabine Bakschis", "obj/page.php?obj=692&path=1,2,40,14,16,231,433", "Bild 692"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[6]= theMenu.addChild(mCur[5], "Galerie", "Logistics", "obj/page.php?obj=356&path=1,2,40,14,16,231", "Galerie 356"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Sonja Lorenzen", "obj/page.php?obj=452&path=1,2,40,14,16,231,356", "Bild 452"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Tanja Carstens", "obj/page.php?obj=494&path=1,2,40,14,16,231,356", "Bild 494"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Tanja Mauck", "obj/page.php?obj=495&path=1,2,40,14,16,231,356", "Bild 495"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Catharina Schneider", "obj/page.php?obj=685&path=1,2,40,14,16,231,356", "Bild 685"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Catharina Schneider", "obj/page.php?obj=695&path=1,2,40,14,16,231,356", "Bild 695"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[6]= theMenu.addChild(mCur[5], "Galerie", "Scientific & Regulatory Affairs", "obj/page.php?obj=360&path=1,2,40,14,16,231", "Galerie 360"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Dr. Stephan Scheske", "obj/page.php?obj=476&path=1,2,40,14,16,231,360", "Bild 476"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Monika Lisson", "obj/page.php?obj=475&path=1,2,40,14,16,231,360", "Bild 475"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Tanja Hasselbring", "obj/page.php?obj=518&path=1,2,40,14,16,231,360", "Bild 518"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Tanja Hasselbring", "obj/page.php?obj=477&path=1,2,40,14,16,231,360", "Bild 477"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Ulrike Engel", "obj/page.php?obj=478&path=1,2,40,14,16,231,360", "Bild 478"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Ulrike Engel", "obj/page.php?obj=511&path=1,2,40,14,16,231,360", "Bild 511"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Tanja Hasselbring", "obj/page.php?obj=818&path=1,2,40,14,16,231,360", "Bild 818"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Dr. Skadi Arlt", "obj/page.php?obj=819&path=1,2,40,14,16,231,360", "Bild 819"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Bianca Sch\u00fcrkamp", "obj/page.php?obj=820&path=1,2,40,14,16,231,360", "Bild 820"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[6]= theMenu.addChild(mCur[5], "Galerie", "Administration", "obj/page.php?obj=398&path=1,2,40,14,16,231", "Galerie 398"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Philipp Titulski", "obj/page.php?obj=459&path=1,2,40,14,16,231,398", "Bild 459"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Frank Krause", "obj/page.php?obj=813&path=1,2,40,14,16,231,398", "Bild 813"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Frank Krause", "obj/page.php?obj=480&path=1,2,40,14,16,231,398", "Bild 480"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Monika Lisson", "obj/page.php?obj=696&path=1,2,40,14,16,231,398", "Bild 696"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Silke Schulz", "obj/page.php?obj=687&path=1,2,40,14,16,231,398", "Bild 687"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Doreen Meyer", "obj/page.php?obj=456&path=1,2,40,14,16,231,398", "Bild 456"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Sandra Mohr", "obj/page.php?obj=454&path=1,2,40,14,16,231,398", "Bild 454"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Shoe-Yin Bieber", "obj/page.php?obj=481&path=1,2,40,14,16,231,398", "Bild 481"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Partners worldwide", "obj/page.php?obj=237&path=1,2,40,14,16", "Dokument 237"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "Career", "obj/page.php?obj=50&path=1,2,40,14,16", "Ordner 50"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Job offers", "obj/page.php?obj=51&path=1,2,40,14,16,50", "Dokument 51"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Archive", "obj/page.php?obj=394&path=1,2,40,14,16,50", "Dokument 394"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Download", "wissenschaftl. Mitarbeiter f\u00fcr QS + QK", "obj/page.php?obj=784&path=1,2,40,14,16,50,394", "Download 784"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "wissenschaftl. Mitarbeiter f\u00fcr SRA", "obj/page.php?obj=785&path=1,2,40,14,16,50,394", "Download 785"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "Vertriebsmitarbeiter0606", "obj/page.php?obj=395&path=1,2,40,14,16,50,394", "Download 395"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "BueroassistenzTZSRA", "obj/page.php?obj=396&path=1,2,40,14,16,50,394", "Download 396"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "TeamassistenzVZ", "obj/page.php?obj=397&path=1,2,40,14,16,50,394", "Download 397"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Ausbildungsplatz", "obj/page.php?obj=534&path=1,2,40,14,16,50,394", "Dokument 534"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Download", "Ausbildungsplatz", "obj/page.php?obj=535&path=1,2,40,14,16,50,394,534", "Download 535"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Sachbearbeitung Buchhaltung", "obj/page.php?obj=549&path=1,2,40,14,16,50,394", "Dokument 549"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Download", "Sachbearbeitung_Buchhaltung", "obj/page.php?obj=551&path=1,2,40,14,16,50,394,549", "Download 551"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Speditionskaufmann/-frau", "obj/page.php?obj=550&path=1,2,40,14,16,50,394", "Dokument 550"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Download", "Speditionskaufmann/-frau", "obj/page.php?obj=552&path=1,2,40,14,16,50,394,550", "Download 552"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[7]= theMenu.addChild(mCur[6], "Download", "Assistenz des Gesch\u00e4ftsf\u00fchrers", "obj/page.php?obj=805&path=1,2,40,14,16,50,394", "Download 805"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "Assistenz des Gesch\u00e4ftsf\u00fchrers 0509", "obj/page.php?obj=809&path=1,2,40,14,16,50,394", "Download 809"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "Ausbildungsplatz 2010", "obj/page.php?obj=828&path=1,2,40,14,16,50,394", "Download 828"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "Teamassistenz EK/VK Teilzeit 2010", "obj/page.php?obj=829&path=1,2,40,14,16,50,394", "Download 829"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "Azubi-Buerokomm-2011", "obj/page.php?obj=833&path=1,2,40,14,16,50,394", "Download 833"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "AZUBI-Gro\u00df-Au\u00dfen-2011", "obj/page.php?obj=834&path=1,2,40,14,16,50,394", "Download 834"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[4]= theMenu.addChild(mCur[3], "Ordner", "Quality Policy / Regulatory Service", "obj/page.php?obj=17&path=1,2,40,14", "Ordner 17"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Quality Policy", "obj/page.php?obj=28&path=1,2,40,14,17", "Dokument 28"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Regulatory Requirements", "obj/page.php?obj=29&path=1,2,40,14,17", "Dokument 29"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "Licences", "obj/page.php?obj=18&path=1,2,40,14,17", "Ordner 18"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Narcotic Licences", "obj/page.php?obj=30&path=1,2,40,14,17,18", "Dokument 30"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Drug Wholesale Licence", "obj/page.php?obj=31&path=1,2,40,14,17,18", "Dokument 31"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Import Licences", "obj/page.php?obj=32&path=1,2,40,14,17,18", "Dokument 32"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "GMP Certificate", "obj/page.php?obj=527&path=1,2,40,14,17,18", "Dokument 527"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Download", "GMP Certificate", "obj/page.php?obj=528&path=1,2,40,14,17,18,527", "Download 528"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Document List (.PDF)", "obj/page.php?obj=113&path=1,2,40,14,17,18", "Dokument 113"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Download", "Import Approval", "obj/page.php?obj=114&path=1,2,40,14,17,18,113", "Download 114"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "Manufacturing approval", "obj/page.php?obj=115&path=1,2,40,14,17,18,113", "Download 115"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "CEP 1", "obj/page.php?obj=116&path=1,2,40,14,17,18,113", "Download 116"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "CEP 2", "obj/page.php?obj=117&path=1,2,40,14,17,18,113", "Download 117"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "CEP 3", "obj/page.php?obj=118&path=1,2,40,14,17,18,113", "Download 118"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[4]= theMenu.addChild(mCur[3], "Ordner", "Products / Stock", "obj/page.php?obj=19&path=1,2,40,14", "Ordner 19"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[5]= theMenu.addChild(mCur[4], "Frameset", "Product List", "obj/page.php?obj=269&path=1,2,40,14,19", "Frameset 269"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Applikation", "Productlist", "obj/page.php?obj=275&path=1,2,40,14,19,269", "Applikation 275"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Navigation f\u00fcr Listen", "obj/page.php?obj=270&path=1,2,40,14,19", "Dokument 270"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Frameset", "Stocklist", "obj/page.php?obj=271&path=1,2,40,14,19", "Frameset 271"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Applikation", "Stocklist", "obj/page.php?obj=276&path=1,2,40,14,19,271", "Applikation 276"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Frameset", "Special Lots", "obj/page.php?obj=272&path=1,2,40,14,19", "Frameset 272"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Applikation", "Special Lots", "obj/page.php?obj=277&path=1,2,40,14,19,272", "Applikation 277"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "... Comment", "obj/page.php?obj=273&path=1,2,40,14,19", "Dokument 273"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Downloadables", "obj/page.php?obj=382&path=1,2,40,14,19", "Dokument 382"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Frameset", "Product List Regulated Markets", "obj/page.php?obj=520&path=1,2,40,14,19", "Frameset 520"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Applikation", "Productlist RegMarkets", "obj/page.php?obj=521&path=1,2,40,14,19,520", "Applikation 521"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[4]= theMenu.addChild(mCur[3], "Ordner", "Contact", "obj/page.php?obj=21&path=1,2,40,14", "Ordner 21"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Companies", "obj/page.php?obj=489&path=1,2,40,14,21", "Dokument 489"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Anmerkung", "scientific & regulatory affairs", "obj/page.php?obj=490&path=1,2,40,14,21,489", "Anmerkung 490"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Bild 491", "obj/page.php?obj=491&path=1,2,40,14,21,489", "Bild 491"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Mail Form Sales", "obj/page.php?obj=279&path=1,2,40,14,21", "Dokument 279"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Mail Form Shipping", "obj/page.php?obj=280&path=1,2,40,14,21", "Dokument 280"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Mail Form Editor", "obj/page.php?obj=37&path=1,2,40,14,21", "Dokument 37"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Dokument 58", "obj/page.php?obj=58&path=1,2,40,14,21", "Dokument 58"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Dokument 267", "obj/page.php?obj=267&path=1,2,40,14,21", "Dokument 267"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Dokument 529", "obj/page.php?obj=529&path=1,2,40,14,21", "Dokument 529"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Dokument 530", "obj/page.php?obj=530&path=1,2,40,14,21", "Dokument 530"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Download", "AGBs_englisch", "obj/page.php?obj=532&path=1,2,40,14,21", "Download 532"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Download", "AGBs_deutsch", "obj/page.php?obj=533&path=1,2,40,14,21", "Download 533"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[4]= theMenu.addChild(mCur[3], "Ordner", "Download", "obj/page.php?obj=112&path=1,2,40,14", "Ordner 112"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[3]= theMenu.addChild(mCur[2], "Ordner", "Deutsch", "obj/page.php?obj=553&path=1,2,40", "Ordner 553"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[4]= theMenu.addChild(mCur[3], "Ordner", "\u00dcber Transo-Pharm", "obj/page.php?obj=554&path=1,2,40,553", "Ordner 554"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Geschichte", "obj/page.php?obj=555&path=1,2,40,553,554", "Dokument 555"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Bild 556", "obj/page.php?obj=556&path=1,2,40,553,554,555", "Bild 556"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Dienstleistungen / M\u00f6glichkeiten", "obj/page.php?obj=560&path=1,2,40,553,554", "Dokument 560"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Bild 561", "obj/page.php?obj=561&path=1,2,40,553,554,560", "Bild 561"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Lager Siek", "obj/page.php?obj=562&path=1,2,40,553,554,560", "Bild 562"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Bild 563", "obj/page.php?obj=563&path=1,2,40,553,554,560", "Bild 563"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Warehouse Siek", "obj/page.php?obj=564&path=1,2,40,553,554,560", "Bild 564"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Warehouse Siek", "obj/page.php?obj=565&path=1,2,40,553,554,560", "Bild 565"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Philosophie", "obj/page.php?obj=557&path=1,2,40,553,554", "Dokument 557"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Bild 558", "obj/page.php?obj=558&path=1,2,40,553,554,557", "Bild 558"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Bild 559", "obj/page.php?obj=559&path=1,2,40,553,554,557", "Bild 559"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "Unternehmensgruppe", "obj/page.php?obj=578&path=1,2,40,553,554", "Ordner 578"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Unternehmensgruppe", "obj/page.php?obj=579&path=1,2,40,553,554,578", "Dokument 579"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "scientific & regulatory affairs", "obj/page.php?obj=580&path=1,2,40,553,554,578,579", "Anmerkung 580"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Bild 581", "obj/page.php?obj=581&path=1,2,40,553,554,578,579", "Bild 581"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[6]= theMenu.addChild(mCur[5], "Ordner", "Chemex Hamburg GmbH", "obj/page.php?obj=589&path=1,2,40,553,554,578", "Ordner 589"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Dokument 590", "obj/page.php?obj=590&path=1,2,40,553,554,578,589", "Dokument 590"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Bild", "Bild 591", "obj/page.php?obj=591&path=1,2,40,553,554,578,589,590", "Bild 591"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[6]= theMenu.addChild(mCur[5], "Ordner", "Kemimac (S) PTE Ltd.", "obj/page.php?obj=595&path=1,2,40,553,554,578", "Ordner 595"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Dokument 596", "obj/page.php?obj=596&path=1,2,40,553,554,578,595", "Dokument 596"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Bild", "Bild 597", "obj/page.php?obj=597&path=1,2,40,553,554,578,595,596", "Bild 597"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[8]= theMenu.addChild(mCur[7], "Bild", "Bild 598", "obj/page.php?obj=598&path=1,2,40,553,554,578,595,596", "Bild 598"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[6]= theMenu.addChild(mCur[5], "Ordner", "Transo-Pharm (Hong Kong) Ltd.", "obj/page.php?obj=592&path=1,2,40,553,554,578", "Ordner 592"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Dokument 593", "obj/page.php?obj=593&path=1,2,40,553,554,578,592", "Dokument 593"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Bild", "Bild 594", "obj/page.php?obj=594&path=1,2,40,553,554,578,592,593", "Bild 594"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[6]= theMenu.addChild(mCur[5], "Ordner", "Transo-Pharm USA LLC.", "obj/page.php?obj=582&path=1,2,40,553,554,578", "Ordner 582"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Dokument 583", "obj/page.php?obj=583&path=1,2,40,553,554,578,582", "Dokument 583"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "About us", "obj/page.php?obj=584&path=1,2,40,553,554,578,582", "Dokument 584"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Frameset", "API Listing", "obj/page.php?obj=585&path=1,2,40,553,554,578,582", "Frameset 585"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Applikation", "Productlist TP-USA-APIs", "obj/page.php?obj=586&path=1,2,40,553,554,578,582,585", "Applikation 586"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[9]= theMenu.addChild(mCur[8], "Download", "Ausbildungsplatz 2011", "obj/page.php?obj=824&path=1,2,40,553,554,578,582,585,586", "Download 824"); theMenu.entry[mCur[9]].url+= '&m=' +mCur[9]; mCur[7]= theMenu.addChild(mCur[6], "Download", "API Listing download", "obj/page.php?obj=587&path=1,2,40,553,554,578,582", "Download 587"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "Desiccant Products (Silica Gel / Molecular Sieve / Activated Alumina)", "obj/page.php?obj=588&path=1,2,40,553,554,578,582", "Dokument 588"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Dokument", "API-Listing-download", "obj/page.php?obj=807&path=1,2,40,553,554,578,582", "Dokument 807"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[8]= theMenu.addChild(mCur[7], "Download", "API Listing download", "obj/page.php?obj=808&path=1,2,40,553,554,578,582,807", "Download 808"); theMenu.entry[mCur[8]].url+= '&m=' +mCur[8]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "Team", "obj/page.php?obj=719&path=1,2,40,553,554", "Ordner 719"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Dokument 734", "obj/page.php?obj=734&path=1,2,40,553,554,719", "Dokument 734"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Galerie", "Sales & Marketing", "obj/page.php?obj=744&path=1,2,40,553,554,719", "Galerie 744"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Philipp Titulski", "obj/page.php?obj=745&path=1,2,40,553,554,719,744", "Anmerkung 745"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Andreas Freihse", "obj/page.php?obj=746&path=1,2,40,553,554,719,744", "Anmerkung 746"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Ralph Quitzau", "obj/page.php?obj=747&path=1,2,40,553,554,719,744", "Anmerkung 747"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Justus Dehio", "obj/page.php?obj=748&path=1,2,40,553,554,719,744", "Anmerkung 748"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Sabine Bakschis", "obj/page.php?obj=749&path=1,2,40,553,554,719,744", "Anmerkung 749"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Werner Hrachowina", "obj/page.php?obj=750&path=1,2,40,553,554,719,744", "Anmerkung 750"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Alexander Lipowitsch", "obj/page.php?obj=751&path=1,2,40,553,554,719,744", "Anmerkung 751"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Andreas Freihse", "obj/page.php?obj=752&path=1,2,40,553,554,719,744", "Bild 752"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Ralph Quitzau", "obj/page.php?obj=753&path=1,2,40,553,554,719,744", "Bild 753"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Alexander Lipowitsch", "obj/page.php?obj=754&path=1,2,40,553,554,719,744", "Bild 754"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Karin Behncke", "obj/page.php?obj=755&path=1,2,40,553,554,719,744", "Bild 755"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Justus Dehio", "obj/page.php?obj=756&path=1,2,40,553,554,719,744", "Bild 756"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Timo Krabiell", "obj/page.php?obj=757&path=1,2,40,553,554,719,744", "Bild 757"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Saskia Tippelt", "obj/page.php?obj=758&path=1,2,40,553,554,719,744", "Bild 758"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Werner Hrachowina", "obj/page.php?obj=759&path=1,2,40,553,554,719,744", "Bild 759"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Almut Reinhardt", "obj/page.php?obj=760&path=1,2,40,553,554,719,744", "Bild 760"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Philipp Titulski", "obj/page.php?obj=761&path=1,2,40,553,554,719,744", "Bild 761"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Sabine Bakschis", "obj/page.php?obj=762&path=1,2,40,553,554,719,744", "Bild 762"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Ralph Quitzau", "obj/page.php?obj=763&path=1,2,40,553,554,719,744", "Bild 763"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Anmerkung", "Timo Krabiell", "obj/page.php?obj=764&path=1,2,40,553,554,719,744", "Anmerkung 764"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Sabine Bakschis", "obj/page.php?obj=765&path=1,2,40,553,554,719,744", "Bild 765"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Sabine Bakschis", "obj/page.php?obj=766&path=1,2,40,553,554,719,744", "Bild 766"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Sabine Bakschis", "obj/page.php?obj=767&path=1,2,40,553,554,719,744", "Bild 767"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[6]= theMenu.addChild(mCur[5], "Galerie", "Logistik", "obj/page.php?obj=720&path=1,2,40,553,554,719", "Galerie 720"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Sonja Lorenzen", "obj/page.php?obj=721&path=1,2,40,553,554,719,720", "Bild 721"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Tanja Carstens", "obj/page.php?obj=722&path=1,2,40,553,554,719,720", "Bild 722"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Tanja Mauck", "obj/page.php?obj=723&path=1,2,40,553,554,719,720", "Bild 723"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Catharina Schneider", "obj/page.php?obj=724&path=1,2,40,553,554,719,720", "Bild 724"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Catharina Schneider", "obj/page.php?obj=725&path=1,2,40,553,554,719,720", "Bild 725"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[6]= theMenu.addChild(mCur[5], "Galerie", "Scientific & Regulatory Affairs", "obj/page.php?obj=726&path=1,2,40,553,554,719", "Galerie 726"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Monika Lisson", "obj/page.php?obj=727&path=1,2,40,553,554,719,726", "Bild 727"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Dr. Stephan Scheske", "obj/page.php?obj=728&path=1,2,40,553,554,719,726", "Bild 728"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Tanja Hasselbring", "obj/page.php?obj=729&path=1,2,40,553,554,719,726", "Bild 729"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Ulrike Engel", "obj/page.php?obj=730&path=1,2,40,553,554,719,726", "Bild 730"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Tanja Hasselbring", "obj/page.php?obj=731&path=1,2,40,553,554,719,726", "Bild 731"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Ulrike Engel", "obj/page.php?obj=732&path=1,2,40,553,554,719,726", "Bild 732"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Tanja Hasselbring", "obj/page.php?obj=733&path=1,2,40,553,554,719,726", "Bild 733"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Dr. Skadi Arlt", "obj/page.php?obj=816&path=1,2,40,553,554,719,726", "Bild 816"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Bianca Sch\u00fcrkamp", "obj/page.php?obj=817&path=1,2,40,553,554,719,726", "Bild 817"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[6]= theMenu.addChild(mCur[5], "Galerie", "Administration", "obj/page.php?obj=735&path=1,2,40,553,554,719", "Galerie 735"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Sandra Mohr", "obj/page.php?obj=736&path=1,2,40,553,554,719,735", "Bild 736"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Doreen Meyer", "obj/page.php?obj=738&path=1,2,40,553,554,719,735", "Bild 738"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Philipp Titulski", "obj/page.php?obj=739&path=1,2,40,553,554,719,735", "Bild 739"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Frank Krause", "obj/page.php?obj=812&path=1,2,40,553,554,719,735", "Bild 812"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Frank Krause", "obj/page.php?obj=740&path=1,2,40,553,554,719,735", "Bild 740"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Monika Lisson", "obj/page.php?obj=743&path=1,2,40,553,554,719,735", "Bild 743"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Silke Schulz", "obj/page.php?obj=786&path=1,2,40,553,554,719,735", "Bild 786"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Bild", "Shoe-Yin Bieber", "obj/page.php?obj=741&path=1,2,40,553,554,719,735", "Bild 741"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Partner weltweit", "obj/page.php?obj=641&path=1,2,40,553,554", "Dokument 641"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "Karriere", "obj/page.php?obj=566&path=1,2,40,553,554", "Ordner 566"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Stellenausschreibungen", "obj/page.php?obj=567&path=1,2,40,553,554,566", "Dokument 567"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Archive", "obj/page.php?obj=568&path=1,2,40,553,554,566", "Dokument 568"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[4]= theMenu.addChild(mCur[3], "Ordner", "Qualit\u00e4tspolitik", "obj/page.php?obj=642&path=1,2,40,553", "Ordner 642"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Qualit\u00e4tspolitik", "obj/page.php?obj=655&path=1,2,40,553,642", "Dokument 655"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Regulatorische Anforderungen", "obj/page.php?obj=656&path=1,2,40,553,642", "Dokument 656"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "Genehmigungen", "obj/page.php?obj=643&path=1,2,40,553,642", "Ordner 643"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Grundstoffe & Bet\u00e4ubungsmittel", "obj/page.php?obj=644&path=1,2,40,553,642,643", "Dokument 644"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Gro\u00dfhandelserlaubnis", "obj/page.php?obj=645&path=1,2,40,553,642,643", "Dokument 645"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Einfuhrerlaubnis", "obj/page.php?obj=646&path=1,2,40,553,642,643", "Dokument 646"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "Dokumente (.PDF)", "obj/page.php?obj=647&path=1,2,40,553,642,643", "Dokument 647"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Download", "Import Approval", "obj/page.php?obj=648&path=1,2,40,553,642,643,647", "Download 648"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "Manufacturing approval", "obj/page.php?obj=649&path=1,2,40,553,642,643,647", "Download 649"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "CEP 1", "obj/page.php?obj=650&path=1,2,40,553,642,643,647", "Download 650"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "CEP 2", "obj/page.php?obj=651&path=1,2,40,553,642,643,647", "Download 651"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[7]= theMenu.addChild(mCur[6], "Download", "CEP 3", "obj/page.php?obj=652&path=1,2,40,553,642,643,647", "Download 652"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "GMP Zertifikat", "obj/page.php?obj=653&path=1,2,40,553,642,643", "Dokument 653"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Download", "GMP Zertifikat", "obj/page.php?obj=654&path=1,2,40,553,642,643,653", "Download 654"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[4]= theMenu.addChild(mCur[3], "Ordner", "Produkte / Lager", "obj/page.php?obj=789&path=1,2,40,553", "Ordner 789"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[5]= theMenu.addChild(mCur[4], "Frameset", "Produktliste", "obj/page.php?obj=790&path=1,2,40,553,789", "Frameset 790"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Applikation", "Productlist", "obj/page.php?obj=791&path=1,2,40,553,789,790", "Applikation 791"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Navigation f\u00fcr Listen", "obj/page.php?obj=792&path=1,2,40,553,789", "Dokument 792"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Frameset", "Lagerliste", "obj/page.php?obj=793&path=1,2,40,553,789", "Frameset 793"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Applikation", "Stocklist", "obj/page.php?obj=794&path=1,2,40,553,789,793", "Applikation 794"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "... Comment", "obj/page.php?obj=797&path=1,2,40,553,789", "Dokument 797"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Downloadables", "obj/page.php?obj=798&path=1,2,40,553,789", "Dokument 798"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Frameset", "Produkte f\u00fcr regulierte M\u00e4rkte", "obj/page.php?obj=799&path=1,2,40,553,789", "Frameset 799"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Applikation", "Productlist RegMarkets", "obj/page.php?obj=800&path=1,2,40,553,789,799", "Applikation 800"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[4]= theMenu.addChild(mCur[3], "Ordner", "Kontakt", "obj/page.php?obj=669&path=1,2,40,553", "Ordner 669"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Unternehmensgruppe", "obj/page.php?obj=675&path=1,2,40,553,669", "Dokument 675"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Anmerkung", "scientific & regulatory affairs", "obj/page.php?obj=676&path=1,2,40,553,669,675", "Anmerkung 676"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Bild", "Bild 677", "obj/page.php?obj=677&path=1,2,40,553,669,675", "Bild 677"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Kontakt Ein-/Verkauf", "obj/page.php?obj=673&path=1,2,40,553,669", "Dokument 673"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Kontakt Logistik", "obj/page.php?obj=674&path=1,2,40,553,669", "Dokument 674"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Kontakt Herausgeber", "obj/page.php?obj=670&path=1,2,40,553,669", "Dokument 670"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Dokument 671", "obj/page.php?obj=671&path=1,2,40,553,669", "Dokument 671"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Dokument 672", "obj/page.php?obj=672&path=1,2,40,553,669", "Dokument 672"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Dokument 678", "obj/page.php?obj=678&path=1,2,40,553,669", "Dokument 678"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "Dokument 679", "obj/page.php?obj=679&path=1,2,40,553,669", "Dokument 679"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Download", "AGBs_engllisch", "obj/page.php?obj=680&path=1,2,40,553,669", "Download 680"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Download", "AGBs_deutsch", "obj/page.php?obj=681&path=1,2,40,553,669", "Download 681"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[4]= theMenu.addChild(mCur[3], "Ordner", "Download", "obj/page.php?obj=682&path=1,2,40,553", "Ordner 682"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[3]= theMenu.addChild(mCur[2], "SiteMap", "SiteMap", "obj/page.php?obj=101&path=1,2,40", "SiteMap 101"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Dokument", "Welcome to Transo-Pharm", "obj/page.php?obj=104&path=1,2,40", "Dokument 104"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[4]= theMenu.addChild(mCur[3], "Ticker", "Ticker", "obj/page.php?obj=103&path=1,2,40,104", "Ticker 103"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[3]= theMenu.addChild(mCur[2], "Ordner", "News", "obj/page.php?obj=41&path=1,2,40", "Ordner 41"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[4]= theMenu.addChild(mCur[3], "Dokument", "Dokument 379", "obj/page.php?obj=379&path=1,2,40,41", "Dokument 379"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[4]= theMenu.addChild(mCur[3], "Dokument", "26.08.2011 - CPhI 2011 - Frankfurt - 25. bis 27. Oktober", "obj/page.php?obj=838&path=1,2,40,41", "Dokument 838"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[4]= theMenu.addChild(mCur[3], "Dokument", "26.08.2011 - CPhI 2011 - Frankfurt/Germany - October 25th to 27th", "obj/page.php?obj=836&path=1,2,40,41", "Dokument 836"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[4]= theMenu.addChild(mCur[3], "Dokument", "GHS/CLP Regulation", "obj/page.php?obj=830&path=1,2,40,41", "Dokument 830"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[5]= theMenu.addChild(mCur[4], "Download", "CLP-GHS-Regulation 1272-2008", "obj/page.php?obj=831&path=1,2,40,41,830", "Download 831"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Download", "CLP Guidance to Regulation", "obj/page.php?obj=832&path=1,2,40,41,830", "Download 832"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[4]= theMenu.addChild(mCur[3], "Ordner", "News Archive", "obj/page.php?obj=46&path=1,2,40,41", "Ordner 46"); theMenu.entry[mCur[4]].url+= '&m=' +mCur[4]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "News 2011", "obj/page.php?obj=837&path=1,2,40,41,46", "Ordner 837"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "News 2010", "obj/page.php?obj=827&path=1,2,40,41,46", "Ordner 827"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "01.09.2010 - CPhI 2010 - Paris/France - October 7th to 9th", "obj/page.php?obj=826&path=1,2,40,41,46,827", "Dokument 826"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "News 2009", "obj/page.php?obj=811&path=1,2,40,41,46", "Ordner 811"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "01.09.2009 - CPhI 2009 Madrid/Spain - October 13th to 15th", "obj/page.php?obj=810&path=1,2,40,41,46,811", "Dokument 810"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "17.12.2009 - Doxazosine Mesylate", "obj/page.php?obj=822&path=1,2,40,41,46,811", "Dokument 822"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "17.12.2009 - Dexrazoxane", "obj/page.php?obj=823&path=1,2,40,41,46,811", "Dokument 823"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "17.12.2009 - Cefsulodin Sodium", "obj/page.php?obj=821&path=1,2,40,41,46,811", "Dokument 821"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "News 2008", "obj/page.php?obj=782&path=1,2,40,41,46", "Ordner 782"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "04.07.2008 - CPhI 2008 Frankfurt/Germany", "obj/page.php?obj=783&path=1,2,40,41,46,782", "Dokument 783"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "News 2007", "obj/page.php?obj=684&path=1,2,40,41,46", "Ordner 684"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "06.07.2007 - CPhI 2007 Milan", "obj/page.php?obj=683&path=1,2,40,41,46,684", "Dokument 683"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "21.09.2007 - Distribution for Boehringer Ingelheim\u00b4s Pharma Chemicals", "obj/page.php?obj=694&path=1,2,40,41,46,684", "Dokument 694"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "News 2006", "obj/page.php?obj=102&path=1,2,40,41,46", "Ordner 102"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "06.01.2006 - Acquisition in Singapore", "obj/page.php?obj=47&path=1,2,40,41,46,102", "Dokument 47"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "17.07.2006 - Transo-Pharm now with US-Office", "obj/page.php?obj=45&path=1,2,40,41,46,102", "Dokument 45"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "31.07.2006 - CPhI 2006 Paris", "obj/page.php?obj=44&path=1,2,40,41,46,102", "Dokument 44"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "08.09.2006 - GMP-Compliance by Transo-Pharm Handels-GmbH", "obj/page.php?obj=43&path=1,2,40,41,46,102", "Dokument 43"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "News 2005", "obj/page.php?obj=70&path=1,2,40,41,46", "Ordner 70"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "01.11.2005 - New Logo", "obj/page.php?obj=42&path=1,2,40,41,46,70", "Dokument 42"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "27.10.2005 - First approval of GMP compliance", "obj/page.php?obj=73&path=1,2,40,41,46,70", "Dokument 73"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "20.10.2005 - Transo-Pharm has been certified", "obj/page.php?obj=74&path=1,2,40,41,46,70", "Dokument 74"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "26.08.2005 - CPhI 2005 Madrid", "obj/page.php?obj=75&path=1,2,40,41,46,70", "Dokument 75"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "11.06.2005 - Transo-Pharm vorm Altar", "obj/page.php?obj=76&path=1,2,40,41,46,70", "Dokument 76"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "25.05.2005 - Diazoxide Ph. Eur.", "obj/page.php?obj=77&path=1,2,40,41,46,70", "Dokument 77"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "11.04.2005 - FCE Pharma 2005 - Brasil", "obj/page.php?obj=78&path=1,2,40,41,46,70", "Dokument 78"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "News 2004", "obj/page.php?obj=79&path=1,2,40,41,46", "Ordner 79"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "03.09.2004 - CPhI 2004 Brussels", "obj/page.php?obj=80&path=1,2,40,41,46,79", "Dokument 80"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "25.05.2004 - New Agency for China", "obj/page.php?obj=81&path=1,2,40,41,46,79", "Dokument 81"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "14.05.2004 - FCE Pharma 2004 - Brasil", "obj/page.php?obj=82&path=1,2,40,41,46,79", "Dokument 82"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "18.03.2004 - New Agency for Eastern Europe", "obj/page.php?obj=83&path=1,2,40,41,46,79", "Dokument 83"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[7]= theMenu.addChild(mCur[6], "Download", "letter", "obj/page.php?obj=84&path=1,2,40,41,46,79,83", "Download 84"); theMenu.entry[mCur[7]].url+= '&m=' +mCur[7]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "05.04.2004 - FCE Pharma 2004 - Brasil", "obj/page.php?obj=85&path=1,2,40,41,46,79", "Dokument 85"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "15.01.2004 - Meclizine HCl & Buclizine HCl", "obj/page.php?obj=86&path=1,2,40,41,46,79", "Dokument 86"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Ordner", "News 2003", "obj/page.php?obj=87&path=1,2,40,41,46", "Ordner 87"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "13.11.2003 - CPhI 2003 Frankfurt", "obj/page.php?obj=88&path=1,2,40,41,46,87", "Dokument 88"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "06.10.2003 - Transo-Pharm traut sich", "obj/page.php?obj=89&path=1,2,40,41,46,87", "Dokument 89"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "11.08.2003 - CPhI co-exhibitor", "obj/page.php?obj=90&path=1,2,40,41,46,87", "Dokument 90"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "16.05.2003 - CPhI 2003 Frankfurt - UPDATE", "obj/page.php?obj=91&path=1,2,40,41,46,87", "Dokument 91"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "08.05.2003 - New Cooperation", "obj/page.php?obj=92&path=1,2,40,41,46,87", "Dokument 92"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "03.02.2003 - Additional staff", "obj/page.php?obj=93&path=1,2,40,41,46,87", "Dokument 93"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[6]= theMenu.addChild(mCur[5], "Dokument", "22.01.2003 - Wrapping it up !", "obj/page.php?obj=94&path=1,2,40,41,46,87", "Dokument 94"); theMenu.entry[mCur[6]].url+= '&m=' +mCur[6]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "News 2002", "obj/page.php?obj=95&path=1,2,40,41,46", "Dokument 95"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "News 2001", "obj/page.php?obj=96&path=1,2,40,41,46", "Dokument 96"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[5]= theMenu.addChild(mCur[4], "Dokument", "News 2000", "obj/page.php?obj=97&path=1,2,40,41,46", "Dokument 97"); theMenu.entry[mCur[5]].url+= '&m=' +mCur[5]; mCur[2]= theMenu.addChild(mCur[1], "Galerie", "Images", "obj/page.php?obj=48&path=1,2", "Galerie 48"); theMenu.entry[mCur[2]].url+= '&m=' +mCur[2]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Happy Hour 06", "obj/page.php?obj=62&path=1,2,48", "Bild 62"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "TP-Stand 07", "obj/page.php?obj=63&path=1,2,48", "Bild 63"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "TP-Stand 08", "obj/page.php?obj=64&path=1,2,48", "Bild 64"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "TP-Stand 09", "obj/page.php?obj=65&path=1,2,48", "Bild 65"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "CPhI 2006 Paris", "obj/page.php?obj=66&path=1,2,48", "Bild 66"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "TransoPHarm - Location / Siek", "obj/page.php?obj=68&path=1,2,48", "Bild 68"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "tplogonew", "obj/page.php?obj=71&path=1,2,48", "Bild 71"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "ahead", "obj/page.php?obj=72&path=1,2,48", "Bild 72"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Bild 107", "obj/page.php?obj=107&path=1,2,48", "Bild 107"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Bild 108", "obj/page.php?obj=108&path=1,2,48", "Bild 108"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Bild 109", "obj/page.php?obj=109&path=1,2,48", "Bild 109"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Location TPh Siek / Germany", "obj/page.php?obj=152&path=1,2,48", "Bild 152"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Transo-Pharm (Hong Kong) Ltd.", "obj/page.php?obj=342&path=1,2,48", "Bild 342"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Logo-TPHKG", "obj/page.php?obj=341&path=1,2,48", "Bild 341"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Taschenuhr", "obj/page.php?obj=365&path=1,2,48", "Bild 365"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Ziffernblatt", "obj/page.php?obj=254&path=1,2,48", "Bild 254"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Himmel01", "obj/page.php?obj=256&path=1,2,48", "Bild 256"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Himmel02", "obj/page.php?obj=367&path=1,2,48", "Bild 367"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Himmel03", "obj/page.php?obj=369&path=1,2,48", "Bild 369"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Himmel04", "obj/page.php?obj=370&path=1,2,48", "Bild 370"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Himmel05", "obj/page.php?obj=371&path=1,2,48", "Bild 371"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Himmel06", "obj/page.php?obj=372&path=1,2,48", "Bild 372"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Himmel07", "obj/page.php?obj=368&path=1,2,48", "Bild 368"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "
Chemex Hamburg GmbH", "obj/page.php?obj=344&path=1,2,48", "Bild 344"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Transo-Pharm (Hong Kong) Ltd.", "obj/page.php?obj=340&path=1,2,48", "Bild 340"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Transo-Pharm Office, Siek, Germany", "obj/page.php?obj=388&path=1,2,48", "Bild 388"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "Hintergrundbild Kalender", "obj/page.php?obj=405&path=1,2,48", "Bild 405"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "Bild", "CPhI 2008 Frankfurt", "obj/page.php?obj=804&path=1,2,48", "Bild 804"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[2]= theMenu.addChild(mCur[1], "Dokument", "Web-Linx", "obj/page.php?obj=210&path=1,2", "Dokument 210"); theMenu.entry[mCur[2]].url+= '&m=' +mCur[2]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "Kemimac Website", "obj/page.php?obj=211&path=1,2,210", "Externer Link 211"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "A.T. Especialidades Quimicas", "obj/page.php?obj=774&path=1,2,210", "Externer Link 774"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "Kemimac Google Map", "obj/page.php?obj=186&path=1,2,210", "Externer Link 186"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "TP HKG Google Map", "obj/page.php?obj=217&path=1,2,210", "Externer Link 217"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "TPH Google Map", "obj/page.php?obj=67&path=1,2,210", "Externer Link 67"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "TP USA Google Map", "obj/page.php?obj=110&path=1,2,210", "Externer Link 110"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "TP Ningbo Google Map", "obj/page.php?obj=111&path=1,2,210", "Externer Link 111"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "Paul Carton Website", "obj/page.php?obj=238&path=1,2,210", "Externer Link 238"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "Vitalchemie Website", "obj/page.php?obj=239&path=1,2,210", "Externer Link 239"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "Megafarma Website", "obj/page.php?obj=485&path=1,2,210", "Externer Link 485"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "Crossfreight Website", "obj/page.php?obj=241&path=1,2,210", "Externer Link 241"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "Peptido Website", "obj/page.php?obj=320&path=1,2,210", "Externer Link 320"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[3]= theMenu.addChild(mCur[2], "ExternerLink", "TP Shanghai Google Map", "obj/page.php?obj=323&path=1,2,210", "Externer Link 323"); theMenu.entry[mCur[3]].url+= '&m=' +mCur[3]; mCur[1]= theMenu.addChild(mCur[0], "Ordner", "Admin", "obj/page.php?obj=5&path=1", "Ordner 5"); theMenu.entry[mCur[1]].url+= '&m=' +mCur[1]; mCur[2]= theMenu.addChild(mCur[1], "Feedback", "Feedback", "obj/page.php?obj=6&path=1,5", "Feedback 6"); theMenu.entry[mCur[2]].url+= '&m=' +mCur[2]; mCur[2]= theMenu.addChild(mCur[1], "Ordner", "Benutzerverwaltung", "obj/page.php?obj=7&path=1,5", "Ordner 7"); theMenu.entry[mCur[2]].url+= '&m=' +mCur[2]; mCur[2]= theMenu.addChild(mCur[1], "Ordner", "Datenbank", "obj/page.php?obj=105&path=1,5", "Ordner 105"); theMenu.entry[mCur[2]].url+= '&m=' +mCur[2]; theMenu.selectEntry(mCur[0]); theMenu.setEntry(mCur[0],true); } self.defaultStatus = "klicken Sie auf '?' für Hilfe";