/*** TEil B am besten direkt vorm zamkniencie des cialo-tags einbauen **/ var homePath = '/nl/icm_nl.nsf' ; // Anonymous; *; [PageRead] - Server: CN=DOMWEB6/O=EXT-SENN ; //Extra code to find position: function findPos(){ if(bw.ns4){ //Netscape 4 x = document.layers.layerMenu.pageX y = document.layers.layerMenu.pageY }else{ //other browsers x=0; y=0; var el,temp el = bw.ie4?document.all["divMenu"]:document.getElementById("divMenu"); if(el.offsetParent){ temp = el while(temp.offsetParent){ //Looping parent elements to get the offset of them as well temp=temp.offsetParent; x+=temp.offsetLeft; y+=temp.offsetTop; } } x+=el.offsetLeft; y+=el.offsetTop } //Returning the x and y as an array return [x,y] } pos = findPos(); //Menu object creation oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname oCMenu.frames = 0 //Menu properties oCMenu.pxBetween=0 //Optimierung fuer permanente plazierung innerhalb eines Tisches A oCMenu.fromLeft=pos[0] oCMenu.fromTop=pos[1] oCMenu.onresize="pos = findPos(); oCMenu.fromLeft=pos[0]; oCMenu.fromTop=pos[1]" //Optimierung fuer permanente plazierung innerhalb eines Tisches E oCMenu.rows=1 oCMenu.menuPlacement=0 //oCMenu.offlineRoot="file:///C|/Inetpub/wwwroot/dhtmlcentral/projects/coolmenus/examples/" oCMenu.onlineRoot= "" ; // dbPath ;// "http://www.sennheiserusa.com/newsite/includes/" oCMenu.resizeCheck=1 oCMenu.wait=250 oCMenu.fillImg=dbPath + "/space.gif" ; //"cm_fill.gif" oCMenu.zIndex=0 //Background bar properties oCMenu.useBar=0 oCMenu.barWidth="100%" oCMenu.barHeight="menu" oCMenu.barClass="clBar" oCMenu.barX=0 oCMenu.barY=0 oCMenu.barBorderX=0 oCMenu.barBorderY=0 oCMenu.barBorderClass="" //Level properties - ALL properties have to be spesified in level 0 oCMenu.level[0]=new cm_makeLevel() //Add this for each new level oCMenu.level[0].width=100 oCMenu.level[0].height=43 oCMenu.level[0].regClass="clLevel0" oCMenu.level[0].overClass="clLevel0over" oCMenu.level[0].borderX=0 oCMenu.level[0].borderY=0 oCMenu.level[0].borderClass="clLevel0border" oCMenu.level[0].offsetX= 0 oCMenu.level[0].offsetY= -1 oCMenu.level[0].rows=0 oCMenu.level[0].arrow=0 oCMenu.level[0].arrowWidth=0 oCMenu.level[0].arrowHeight=0 oCMenu.level[0].align="bottom" // oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.01,wipeStyle=10)" //EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number) oCMenu.level[1].width=150; oCMenu.level[1].height=22; oCMenu.level[1].regClass="clLevel1" oCMenu.level[1].overClass="clLevel1over" oCMenu.level[1].borderX=1 oCMenu.level[1].borderY=1 oCMenu.level[1].align="right" oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20 + 20 ; oCMenu.level[1].offsetY=10 oCMenu.level[1].borderClass="clLevel1border" // oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.01)" //EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number) oCMenu.level[2].width=150 oCMenu.level[2].height=22 oCMenu.level[2].offsetX=-(oCMenu.level[0].width-2)/2+20 + 20; // 0 oCMenu.level[2].offsetY=10; // 0 oCMenu.level[2].regClass="clLevel1" oCMenu.level[2].overClass="clLevel1over" oCMenu.level[2].borderClass="clLevel1border" /****************************************** Menu item creation: // myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, null, null, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) *************************************/ oCMenu.makeMenu('top1','','Home',''+homePath + '/root/homepage','','47','',null,null,'clLevel0','clLevel0over') oCMenu.makeMenu('top2','','Producten',''+homePath + '/root/products','','71','',null,null,'clLevel0','clLevel0over') oCMenu.makeMenu('sub2_1','top2','Sennheiser', ''+homePath + '/root/products_sennheiser','','','') oCMenu.makeMenu('sub2_1_1','sub2_1','Hoofdtelefoons
& Headsets', ''+homePath + '/root/products_sennheiser_headphones','','','33') oCMenu.makeMenu('sub2_1_1_1','sub2_1_1','DJ/Studio
Hoofdtelefoons', ''+homePath + '/root/products_sennheiser_headphones_dj','','','33') oCMenu.makeMenu('sub2_1_1_2','sub2_1_1','Draadgebonden
Hi-fi Hoofdtelefoons', ''+homePath + '/root/products_sennheiser_headphones_hi-fi-wired','','','33') oCMenu.makeMenu('sub2_1_1_3','sub2_1_1','Draadloze
Hi-fi Hoofdtelefoons', ''+homePath + '/root/products_sennheiser_headphones_hi-fi-wireless','','','33') oCMenu.makeMenu('sub2_1_1_4','sub2_1_1','Evolution Hoofdtelefoons', ''+homePath + '/root/products_sennheiser_headphones_evo','','','') oCMenu.makeMenu('sub2_1_1_5','sub2_1_1','Multimedia en
Telecom Headsets', 'http://www.sennheisercommunications.com/','','','33') oCMenu.makeMenu('sub2_1_1_6','sub2_1_1','Streetwear
Hoofdtelefoons', ''+homePath + '/root/products_sennheiser_headphones_streetwear','','','33') oCMenu.makeMenu('sub2_1_1_7','sub2_1_1','TV Hoofdtelefoons', ''+homePath + '/root/products_sennheiser_headphones_tv','','','') oCMenu.makeMenu('sub2_1_1_8','sub2_1_1','High End
Hoofdtelefoons', ''+homePath + '/root/products_sennheiser_headphones_high-end','','','33') oCMenu.makeMenu('sub2_1_1_9','sub2_1_1','Accessoires', ''+homePath + '/root/products_sennheiser_headphones_accessories','','','') oCMenu.makeMenu('sub2_1_1_10','sub2_1_1','Portable Headphones', ''+homePath + '/root/products_sennheiser_headphones_professional_portable','','','') oCMenu.makeMenu('sub2_1_1_11','sub2_1_1','Gaming Line', ''+homePath + '/root/products_sennheiser_headphones_gaming_line','','','') oCMenu.makeMenu('sub2_1_2','sub2_1','Aviation', ''+homePath + '/root/products_sennheiser_aviation','','','') oCMenu.makeMenu('sub2_1_2_1','sub2_1_2','Active Noise
Cancellation Headsets', ''+homePath + '/root/products_sennheiser_aviation_active-noise','','','33') oCMenu.makeMenu('sub2_1_2_2','sub2_1_2','Inflight Entertainment', ''+homePath + '/root/products_sennheiser_aviation_inflight','','','') oCMenu.makeMenu('sub2_1_2_3','sub2_1_2','Luchtverkeersleiding
Headsets', ''+homePath + '/root/products_sennheiser_aviation_tower_headsets','','','33') oCMenu.makeMenu('sub2_1_2_4','sub2_1_2','Passive Noise
Cancellation Headsets', ''+homePath + '/root/products_sennheiser_aviation_passive-noise','','','33') oCMenu.makeMenu('sub2_1_2_5','sub2_1_2','Aviation accessoires', ''+homePath + '/root/products_sennheiser_aviation_windshields','','','') oCMenu.makeMenu('sub2_1_3','sub2_1','Microfoons', ''+homePath + '/root/products_sennheiser_microphones','','','') oCMenu.makeMenu('sub2_1_3_1','sub2_1_3','Catheder Microfoons
& Contractor Mics', ''+homePath + '/root/products_sennheiser_microphones_installed-sound','','','33') oCMenu.makeMenu('sub2_1_3_2','sub2_1_3','evolution Microfoons', ''+homePath + '/root/products_sennheiser_microphones_evolution','','','') oCMenu.makeMenu('sub2_1_3_3','sub2_1_3','Hoofdmicrofoons', ''+homePath + '/root/products_sennheiser_microphones_headmic','','','') oCMenu.makeMenu('sub2_1_3_4','sub2_1_3','K6 Microfoons', ''+homePath + '/root/products_sennheiser_microphones_k6','','','') oCMenu.makeMenu('sub2_1_3_5','sub2_1_3','Klassieke Microfoons', ''+homePath + '/root/products_sennheiser_microphones_classic','','','') oCMenu.makeMenu('sub2_1_3_6','sub2_1_3','Lavalier Microfoons', ''+homePath + '/root/products_sennheiser_microphones_lavalier','','','') oCMenu.makeMenu('sub2_1_3_7','sub2_1_3','MKH Condenser Mics', ''+homePath + '/root/products_sennheiser_microphones_mkh','','','') oCMenu.makeMenu('sub2_1_3_8','sub2_1_3','Reporter´s Microfoons', ''+homePath + '/root/products_sennheiser_microphones_reporter','','','') oCMenu.makeMenu('sub2_1_3_9','sub2_1_3','Special Condenser Mics', ''+homePath + '/root/products_sennheiser_microphones_spezialel','','','') oCMenu.makeMenu('sub2_1_3_10','sub2_1_3','Microfoon
accessoires', ''+homePath + '/root/products_sennheiser_microphones_powersupplies','','','33') oCMenu.makeMenu('sub2_1_4','sub2_1','Draadloze Systemen', ''+homePath + '/root/products_sennheiser_wireless-systems','','','') oCMenu.makeMenu('sub2_1_4_1','sub2_1_4','3000 Serie RF
Draadloze Systemen', ''+homePath + '/root/products_sennheiser_wireless-systems_3000','','','33') oCMenu.makeMenu('sub2_1_4_2','sub2_1_4','5000 Serie RF
Draadloze Systemen', ''+homePath + '/root/products_sennheiser_wireless-systems_5000','','','33') oCMenu.makeMenu('sub2_1_4_3','sub2_1_4','evolution Draadloos G2', ''+homePath + '/root/products_sennheiser_wireless-systems_evolution','','','') oCMenu.makeMenu('sub2_1_4_4','sub2_1_4','freePORT', ''+homePath + '/root/products_sennheiser_wireless-systems_freeport','','','') oCMenu.makeMenu('sub2_1_4_5','sub2_1_4','3050 Monitoring
Systems', ''+homePath + '/root/products_sennheiser_wireless-systems_monitoring','','','33') oCMenu.makeMenu('sub2_1_4_6','sub2_1_4','Accessoires Wireless
Systems', ''+homePath + '/root/products_sennheiser_wireless-systems_powersupplies','','','33') oCMenu.makeMenu('sub2_1_5','sub2_1','Conferentie &
Informatie Systemen', ''+homePath + '/root/products_sennheiser_communication-systems','','','33') oCMenu.makeMenu('sub2_1_5_1','sub2_1_5','Audiobeam', '/nl/icm_nl.nsf/root/09859','','','') oCMenu.makeMenu('sub2_1_5_2','sub2_1_5','guidePORT', 'http://www.guideport.de','','','') oCMenu.makeMenu('sub2_1_5_3','sub2_1_5','Infoport System', ''+homePath + '/root/products_sennheiser_communication-systems_infoport','','','') oCMenu.makeMenu('sub2_1_5_4','sub2_1_5','Infrarood Draadloos', ''+homePath + '/root/products_sennheiser_communication-systems_infrared','','','') oCMenu.makeMenu('sub2_1_5_5','sub2_1_5','Vergadersystemen', ''+homePath + '/root/products_sennheiser_communication-systems_sdc8200','','','') oCMenu.makeMenu('sub2_1_5_6','sub2_1_5','Tourguide 2020-D', ''+homePath + '/root/products_sennheiser_communication-systems_tourguide2020d','','','') oCMenu.makeMenu('sub2_1_5_7','sub2_1_5','Accessoires', ''+homePath + '/root/products_sennheiser_communication-systems_powersuppliesandcables','','','') oCMenu.makeMenu('sub2_1_6','sub2_1','Audiologie', ''+homePath + '/root/products_sennheiser_audiology','','','') oCMenu.makeMenu('sub2_1_6_1','sub2_1_6','EMP 2015 Soundfield', ''+homePath + '/root/products_sennheiser_audiology_emp-2015','','','') oCMenu.makeMenu('sub2_1_6_2','sub2_1_6','Headphones for
Hearing Impaired', ''+homePath + '/root/products_sennheiser_audiology_impaired','','','33') oCMenu.makeMenu('sub2_1_6_3','sub2_1_6','Mikroport Systemen', ''+homePath + '/root/products_sennheiser_audiology_mikroport','','','') oCMenu.makeMenu('sub2_1_6_4','sub2_1_6','Accessoires', ''+homePath + '/root/products_sennheiser_audiology_accessorieschargersmainunits','','','') oCMenu.makeMenu('sub2_2','top2','Senn. Communications', ''+homePath + '/root/products_sennheisercommunications','','','') oCMenu.makeMenu('sub2_3','top2','Neumann', ''+homePath + '/root/products_neumann','','','') oCMenu.makeMenu('sub2_3_1','sub2_3','Neumann partners', ''+homePath + '/root/products_neumann_verhuurpartners','','','') oCMenu.makeMenu('sub2_4','top2','L-Acoustics', ''+homePath + '/root/products_l-acoustics','','','') oCMenu.makeMenu('sub2_5','top2','Klein & Hummel', ''+homePath + '/root/products_klein_hummel','','','') oCMenu.makeMenu('sub2_6','top2','König & Meyer', ''+homePath + '/root/products_koning_meyer','','','') oCMenu.makeMenu('sub2_7','top2','IC Audio', ''+homePath + '/root/products_icaudio','','','') oCMenu.makeMenu('sub2_8','top2','Fischer amps', ''+homePath + '/root/products_fischer_amps','','','') oCMenu.makeMenu('sub2_9','top2','Televic', ''+homePath + '/root/products_televic','','','') oCMenu.makeMenu('sub2_10','top2','Overline', ''+homePath + '/root/products_overline','','','') oCMenu.makeMenu('sub2_11','top2','Reinhardt', ''+homePath + '/root/products_reinhardt','','','') oCMenu.makeMenu('sub2_12','top2','Powersoft', ''+homePath + '/root/products_powersoft','','','') oCMenu.makeMenu('top3','','Service
& Distributors',''+homePath + '/root/service_distr','','92','',null,null,'clLevel0A','clLevel0Aover') oCMenu.makeMenu('sub3_1','top3','Sennheiser Wereldwijd', ''+homePath + '/root/service_distr_partner','','','') oCMenu.makeMenu('sub3_2','top3','Garantie voorwaarden', ''+homePath + '/root/service_distr_warranty_conditions','','','') oCMenu.makeMenu('sub3_3','top3','Net1 Registration', '/sennheiser/net1.nsf/root/home-en','','','') oCMenu.makeMenu('sub3_4','top3','Aviation garantie', '/nl/icm_nl.nsf/FormGuarantee?ReadForm&path=service_distr_productguarantee','','','') oCMenu.makeMenu('top4','','Profiel',''+homePath + '/root/about','','50','',null,null,'clLevel0','clLevel0over') oCMenu.makeMenu('sub4_1','top4','Werknemers', ''+homePath + '/root/about_glance_20041107123607_20080118142546','','','') oCMenu.makeMenu('sub4_1_1','sub4_1','Consumer Electronics', ''+homePath + '/root/about_glance_20041107123607_20080118142546_consumer_electronics','','','') oCMenu.makeMenu('sub4_1_2','sub4_1','Communications &
Audiology', ''+homePath + '/root/about_glance_20041107123607_20080118142546_communications','','','33') oCMenu.makeMenu('sub4_1_3','sub4_1','Music Industry', ''+homePath + '/root/about_glance_20041107123607_20080118142546_musicind','','','') oCMenu.makeMenu('sub4_1_4','sub4_1','Professional Systems', ''+homePath + '/root/about_glance_20041107123607_20080118142546_profsystems','','','') oCMenu.makeMenu('sub4_1_5','sub4_1','Installed Sound', ''+homePath + '/root/about_glance_20041107123607_20080118142546_installedsound','','','') oCMenu.makeMenu('sub4_1_6','sub4_1','Marketing Team', ''+homePath + '/root/about_glance_20041107123607_20080118142546_marketing','','','') oCMenu.makeMenu('sub4_1_7','sub4_1','Services Team', ''+homePath + '/root/about_glance_20041107123607_20080118142546_services','','','') oCMenu.makeMenu('sub4_1_8','sub4_1','Backoffice Team', ''+homePath + '/root/about_glance_20041107123607_20080118142546_backoffice','','','') oCMenu.makeMenu('sub4_1_9','sub4_1','Warehouse Team', ''+homePath + '/root/about_glance_20041107123607_20080118142546_warehouse','','','') oCMenu.makeMenu('sub4_1_10','sub4_1','Front Office', ''+homePath + '/root/about_glance_20041107123607_20080118142546_frontoffice','','','') oCMenu.makeMenu('sub4_1_11','sub4_1','Finance Administration', ''+homePath + '/root/about_glance_20041107123607_20080118142546_finance_administration','','','') oCMenu.makeMenu('sub4_1_12','sub4_1','HRM & Secretariaat', ''+homePath + '/root/about_glance_20041107123607_20080118142546_hrm','','','') oCMenu.makeMenu('sub4_2','top4','Openingstijden', ''+homePath + '/root/about_openingsuren','','','') oCMenu.makeMenu('sub4_3','top4','Profiel Benelux', ''+homePath + '/root/about_glance_20041107193744','','','') oCMenu.makeMenu('sub4_4','top4','Profiel Sennheiser', ''+homePath + '/root/about_glance','','','') oCMenu.makeMenu('sub4_5','top4','De Geschiedenis...', '/nl/icm_nl.nsf/root/about_history_1945','','','') oCMenu.makeMenu('sub4_5_1','sub4_5','1945 - 1985', ''+homePath + '/root/about_history_1945','','','') oCMenu.makeMenu('sub4_5_2','sub4_5','1986 - 2005', ''+homePath + '/root/about_history_1986','','','') oCMenu.makeMenu('sub4_5_3','sub4_5','2006 - 2008', ''+homePath + '/root/about_history_2006_2008','','','') oCMenu.makeMenu('sub4_6','top4','Route
beschrijving', ''+homePath + '/root/about_route_description','','','33') oCMenu.makeMenu('top5','','Projecten
& Tips',''+homePath + '/root/topics','','68','',null,null,'clLevel0A','clLevel0Aover') oCMenu.makeMenu('sub5_1','top5','Downloads', ''+homePath + '/root/topics_downloads','','','') oCMenu.makeMenu('sub5_1_1','sub5_1','Handleidingen &
Productleaflets', ''+homePath + '/root/topics_downloads_download_20050118164113','','','33') oCMenu.makeMenu('sub5_1_2','sub5_1','Brochures', ''+homePath + '/root/topics_downloads_downloadarea','','','') oCMenu.makeMenu('sub5_1_3','sub5_1','Prijzen & Voorwaarden', ''+homePath + '/root/topics_downloads_algemeen','','','') oCMenu.makeMenu('sub5_1_4','sub5_1','Handleidingen
oudere modellen', ''+homePath + '/root/topics_downloads_handleidingen_historie','','','33') oCMenu.makeMenu('sub5_2','top5','Projectinformatie &
Infrarood Systemen', ''+homePath + '/root/topics_infrared_systems','','','33') oCMenu.makeMenu('sub5_2_1','sub5_2','Introductie', ''+homePath + '/root/topics_infrared_systems_introduction','','','') oCMenu.makeMenu('sub5_2_2','sub5_2','Simulation Tools -
Room Modelling', ''+homePath + '/root/topics_infrared_systems_room_modelling','','','33') oCMenu.makeMenu('sub5_2_3','sub5_2','Simulation Tools -
Calculation', ''+homePath + '/root/topics_infrared_systems_calculation','','','33') oCMenu.makeMenu('sub5_2_4','sub5_2','Simulation Tools -
IR Base', ''+homePath + '/root/topics_infrared_systems_ir_base','','','33') oCMenu.makeMenu('sub5_2_5','sub5_2','Project TCM
Hanover', ''+homePath + '/root/topics_infrared_systems_project_tcm','','','33') oCMenu.makeMenu('sub5_2_6','sub5_2','Infrared Simulation
Today', ''+homePath + '/root/topics_infrared_systems_today','','','33') oCMenu.makeMenu('sub5_3','top5','Woordenlijst', 'javascript:open_glossary()','','','') oCMenu.makeMenu('sub5_4','top5','Speciale oplossingen', ''+homePath + '/root/topics_special_solutions','','','') oCMenu.makeMenu('sub5_5','top5','Verbindingen & Kabels', ''+homePath + '/root/topics_connections_cables','','','') oCMenu.makeMenu('sub5_6','top5','Instructies batterijen
& laders', ''+homePath + '/root/topics_oplaadbare_batterijen','','','33') oCMenu.makeMenu('sub5_7','top5','DVB-T and Wireless
Microphones', '/nl/icm_nl.nsf/root/topics_dvbt-wireless_interaction','','','33') oCMenu.makeMenu('sub5_8','top5','InfoPort', 'http://www.sennheiser.com/nl/infoport_nl.nsf','','','') oCMenu.makeMenu('top6','','Pers
& Nieuws',''+homePath + '/root/press','','66','',null,null,'clLevel0A','clLevel0Aover') oCMenu.makeMenu('sub6_1','top6','Persberichten', ''+homePath + '/root/press_persberichten','','','') oCMenu.makeMenu('sub6_2','top6','Persarchief', ''+homePath + '/root/press_archive','','','') oCMenu.makeMenu('sub6_2_1','sub6_2','1e Kwartaal 2004', ''+homePath + '/root/press_archive_1e_kwartaal_2004','','','') oCMenu.makeMenu('sub6_2_2','sub6_2','2e Kwartaal 2004', ''+homePath + '/root/press_archive_2e_kwartaal_2004','','','') oCMenu.makeMenu('sub6_2_3','sub6_2','3e Kwartaal 2004', ''+homePath + '/root/press_archive_3e_kwartaal_2004','','','') oCMenu.makeMenu('sub6_2_4','sub6_2','4e Kwartaal 2004', ''+homePath + '/root/press_archive_4e_kwartaal_2004','','','') oCMenu.makeMenu('sub6_2_5','sub6_2','1e Kwartaal 2005', ''+homePath + '/root/press_archive_1e_kwartaal_2005','','','') oCMenu.makeMenu('sub6_2_6','sub6_2','2e Kwartaal 2005', ''+homePath + '/root/press_archive_2e_kwartaal_2005','','','') oCMenu.makeMenu('sub6_2_7','sub6_2','3e Kwartaal 2005', ''+homePath + '/root/press_archive_3e_kwartaal_2005','','','') oCMenu.makeMenu('sub6_2_8','sub6_2','4e Kwartaal 2005', ''+homePath + '/root/press_archive_4e_kwartaal_2005','','','') oCMenu.makeMenu('sub6_2_9','sub6_2','1e Kwartaal 2006', ''+homePath + '/root/press_archive_1e_kwartaal_2006','','','') oCMenu.makeMenu('sub6_2_10','sub6_2','2e Kwartaal 2006', ''+homePath + '/root/press_archive_2e_kwartaal_2006','','','') oCMenu.makeMenu('sub6_2_11','sub6_2','3e Kwartaal 2006 ', ''+homePath + '/root/press_archive_3e_kwartaal_2006_20071114091517','','','') oCMenu.makeMenu('sub6_2_12','sub6_2','4e Kwartaal 2006 ', ''+homePath + '/root/press_archive_4e_kwartaal_2006_20071114091517_20071114091627','','','') oCMenu.makeMenu('sub6_3','top6','Soundings', ''+homePath + '/root/press_soundings','','','') oCMenu.makeMenu('sub6_3_1','sub6_3','Soundings 01/2007', ''+homePath + '/root/press_soundings_soundings_1_2007','','','') oCMenu.makeMenu('sub6_3_2','sub6_3','Soundings 01/2006', ''+homePath + '/root/press_soundings_soundings_1_2006','','','') oCMenu.makeMenu('sub6_3_3','sub6_3','Soundings 01/2005', ''+homePath + '/root/press_soundings_soundings_2_2004_20050908111626','','','') oCMenu.makeMenu('sub6_3_4','sub6_3','Soundings 02/2004', ''+homePath + '/root/press_soundings_soundings_02-2004','','','') oCMenu.makeMenu('sub6_3_5','sub6_3','Soundings 01/2004', ''+homePath + '/root/press_soundings_0104','','','') oCMenu.makeMenu('sub6_3_6','sub6_3','Soundings 01/2003', ''+homePath + '/root/press_soundings_0103','','','') oCMenu.makeMenu('sub6_3_7','sub6_3','Soundings 01/2002', ''+homePath + '/root/press_soundings_01_2002','','','') oCMenu.makeMenu('sub6_3_8','sub6_3','Soundings 02/2001', ''+homePath + '/root/press_soundings_02_2001','','','') oCMenu.makeMenu('sub6_3_9','sub6_3','Soundings 01/2001', ''+homePath + '/root/press_soundings_01_2001','','','') oCMenu.makeMenu('sub6_4','top6','Nieuwe Producten', ''+homePath + '/root/press_newprod','','','') oCMenu.makeMenu('sub6_5','top6','Street, sport and style
headphones', ''+homePath + '/root/press_oss2','','','33') oCMenu.makeMenu('top7','','Links',''+homePath + '/root/links','','43','',null,null,'clLevel0','clLevel0over') oCMenu.makeMenu('top8','','Vacatures',''+homePath + '/root/vacatures','','71','',null,null,'clLevel0','clLevel0over') oCMenu.makeMenu('top9','','Download','/nl/icm_nl.nsf/root/topics_downloads','','70','',null,null,'clLevel0','clLevel0over') oCMenu.construct();