//Menu object creation var Menu=new makeCM("Menu") //Making the menu object. Argument: menuname //Menu properties Menu.pxBetween=3 Menu.fromLeft=250 Menu.fromTop=130 //Menu.fromLeft=30 //Menu.fromTop=75 Menu.rows=1 Menu.menuPlacement="center" //Menu.menuPlacement="left" Menu.onlineRoot=""; /* Menu.onlineRoot="http://www.alpcross.com/storck"; */ Menu.offlineRoot=""; Menu.currentOption=""; if(document.location.search.indexOf("?")>=0) { sub=document.location.search.substr(1); sub=sub.split("&"); if(sub) { for(i=0;iMTB','','','80','18','','','Level0') Menu.makeMenu ('1','SubMenuBTT11','MenuBTT','Organic Light','organic.html','','160') Menu.makeMenu ('1','SubMenuBTT12','MenuBTT','Adrenalin Carbon','adrenalincb.html','','160') Menu.makeMenu ('1','SubMenuBTT13','MenuBTT','Rebelion 1.0','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3030&ID2=3037&sub=3000&objekt=Mountain%20Bikes','','160') Menu.makeMenu ('1','SubMenuBTT14','MenuBTT','Rebelion 1.1','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3030&ID2=3038&sub=3000&objekt=Mountain%20Bikes','','160') Menu.makeMenu ('1','SubMenuBTT15','MenuBTT','Rebelion 1.3','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3030&ID2=3041&sub=3000&objekt=Mountain%20Bikes','','160') Menu.makeMenu ('1','SubMenuBTT16','MenuBTT','Rebel Carbon','rebelcb.html','','160') Menu.makeMenu ('1','SubMenuBTT17','MenuBTT','Rebel Race','rebelrace.html','','160') Menu.makeMenu ('2','MenuRoad','','Carretera / Road','','','125','18','','','Level0') Menu.makeMenu ('2','SubMenuRoad21','MenuRoad','Aero','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3001&ID2=3006&sub=3000','','160') Menu.makeMenu ('2','SubMenuRoad22','MenuRoad','Fascenario 0.7 IS','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3001&ID2=3007&sub=3000','','160') Menu.makeMenu ('2','SubMenuRoad23','MenuRoad','Fascenario 0.7','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3001&ID2=3008&sub=3000','','160') Menu.makeMenu ('2','SubMenuRoad24','MenuRoad','Fascenario 0.8','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3001&ID2=3009&sub=3000','','160') Menu.makeMenu ('2','SubMenuRoad25','MenuRoad','Fenomalist','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3001&ID2=3021&sub=3000&objekt=Road%20Bikes','','160') Menu.makeMenu ('2','SubMenuRoad26','MenuRoad','Absolulist 0.9','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3001&ID2=3010&sub=3000&objekt=Road%20Bikes','','160') Menu.makeMenu ('2','SubMenuRoad27','MenuRoad','Absolulist 1.0','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3001&ID2=3022&sub=3000&objekt=Road%20Bikes','','160') Menu.makeMenu ('2','SubMenuRoad28','MenuRoad','Scenario CD 1.0 white','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3001&ID2=3013&sub=3000&objekt=Road%20Bikes','','160') Menu.makeMenu ('2','SubMenuRoad29','MenuRoad','Scenario C 1.1','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3001&ID2=3014&sub=3000','','160') Menu.makeMenu ('2','SubMenuRoad30','MenuRoad','Vision Light','http://www.storck-bicycle.de/en/web-anz-bikes.asp?ID=3001&ID2=3020&sub=3000','','160') Menu.makeMenu ('3','MenuPowerArms','','Powerarms','','','90','18','','','Level0') Menu.makeMenu ('3','SubMenuPowerArms61','MenuPowerArms','Powerarms Pro MTB  JIS / ISIS','powerarms.html','','210') Menu.makeMenu ('3','SubMenuPowerArms62','MenuPowerArms','Powerarms Pro Road Shimano','powerarms.html','','210') Menu.makeMenu ('3','SubMenuPowerArms63','MenuPowerArms','Powerarms Pro Road Campagnolo','powerarms.html','','210') Menu.makeMenu ('4','MenuForks','','Horquillas / Road Forks','','','150','18','','','Level0') /* Menu.makeMenu ('4','SubMenuForks41','MenuForks','Kinesis Integra','stiletto.html','','160') */ Menu.makeMenu ('4','SubMenuForks42','MenuForks','Stiletto Aero','stiletto.html','','160') Menu.makeMenu ('4','SubMenuForks43','MenuForks','Stiletto Light','stiletto.html','','160') Menu.makeMenu ('4','SubMenuForks44','MenuForks','Stiletto','stiletto.html','','160') Menu.makeMenu ('4','SubMenuForks45','MenuForks','Stiletto Carbon Cover','stiletto.html','','160') Menu.construct(); function popup(theURL,winName,features, myWidth, myHeight, isCenter,hasScroll) { if(window.screen)if(isCenter)if(isCenter=="true") { var myLeft = (screen.width-myWidth)/2; var myTop = (screen.height-myHeight)/2; features+=(features!='')?',':''; features+=',left='+myLeft+',top='+myTop; } if(hasScroll && hasScroll=="false") hScroll="no"; else hScroll="yes"; window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight+',scrollbars='+hScroll); }