<!--
var NS = 0;
var NS4 = 0;
browserName = navigator.appName.substring(0,8);
browserVer = parseFloat(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 5)
{ NS = 1; }
if (browserName == "Netscape" && browserVer < 5)
{ NS4 = 1; }

oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=0;
oCMenu.fromLeft=0;
oCMenu.fromTop=0;
oCMenu.rows=1;
oCMenu.menuPlacement="left";

// The following may need to be tweaked to make menu work properly in different platforms

	if (NS == 1) {oCMenu.menuPlacementExtra=-127}
	else {oCMenu.menuPlacementExtra=-147}


//Netscape 4 and Opera form work-around !! !! !! !! !!
//if(bw.ns4 || bw.op5 || bw.op6){
  /*oCMenu.onshow="document.layers?document.layers.formLayer.visibility='hidden':document.getElementById('formDiv').style.visibility='hidden';"
  oCMenu.onhide="document.layers?document.layers.formLayer.visibility='visible':document.getElementById('formDiv').style.visibility='visible';"*/
//}
  


oCMenu.offlineRoot="";
oCMenu.onlineRoot="";
oCMenu.resizeCheck=1;
oCMenu.wait=900;
oCMenu.fillImg="/images/spacer.gif";
oCMenu.zIndex=0;
oCMenu.checkselect=1;

//Background bar properties
oCMenu.useBar=0;
oCMenu.barWidth="menu";
oCMenu.barHeight="menu";
oCMenu.barClass="clBar";  //New for CM4. Must be modified manually until CMSPro has been updated.
oCMenu.barX="menu"; //New for CM4. Must be modified manually until CMSPro has been updated.
oCMenu.barY="menu"; //New for CM4. Must be modified manually until CMSPro has been updated.
oCMenu.barBorderX=0;  //New for CM4. Must be modified manually until CMSPro has been updated.
oCMenu.barBorderY=0;  //New for CM4. Must be modified manually until CMSPro has been updated.
oCMenu.barBorderClass=0;  //New for CM4. Must be modified manually until CMSPro has been updated.

//Level properties - ALL properties have to be specified in level 0


  //Level 0 properties
  oCMenu.level[0]=new cm_makeLevel(); //Add this for each new level
  oCMenu.level[0].width=180;
  oCMenu.level[0].height=48;
  oCMenu.level[0].regClass="clLevel0";
  oCMenu.level[0].overClass="clLevel0over";
  oCMenu.level[0].borderX=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[0].borderY=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[0].borderClass="clLevel0border";
  oCMenu.level[0].offsetX=0;
  oCMenu.level[0].offsetY=0;
  oCMenu.level[0].rows=1; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[0].arrow=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[0].arrowWidth=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[0].arrowHeight=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[0].align="bottom";
  oCMenu.level[0].filter="";  //New for CM4. Must be modified manually until CMSPro has been updated.

  //Level 1 properties
  oCMenu.level[1]=new cm_makeLevel(); //Add this for each new level
  oCMenu.level[1].width=180;
  oCMenu.level[1].height=24;
  oCMenu.level[1].regClass="clLevel1";
  oCMenu.level[1].overClass="clLevel1over";
  oCMenu.level[1].borderX=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[1].borderY=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[1].borderClass="clLevel1border";
  oCMenu.level[1].offsetX=0;
  oCMenu.level[1].offsetY=0;
  oCMenu.level[1].rows=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[1].arrow=""; //New for CM4. Must be modified manually until CMSPro has been updated./images/09/nav_images/plus_1.gif
  oCMenu.level[1].arrowWidth=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[1].arrowHeight=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[1].align="right";
  oCMenu.level[1].filter="";  //New for CM4. Must be modified manually until CMSPro has been updated.
  
  //Level 2 properties
  oCMenu.level[2]=new cm_makeLevel(); //Add this for each new level
  oCMenu.level[2].width=180;
  oCMenu.level[2].height=24;
  oCMenu.level[2].regClass="clLevel2";
  oCMenu.level[2].overClass="clLevel2over";
  oCMenu.level[2].borderX=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[2].borderY=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[2].borderClass="clLevel2border";
  oCMenu.level[2].offsetX=0;
  oCMenu.level[2].offsetY=0;
  oCMenu.level[2].rows=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[2].arrow=""; //New for CM4. Must be modified manually until CMSPro has been updated./images/09/nav_images/plus_2.gif
  oCMenu.level[2].arrowWidth=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[2].arrowHeight=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[2].align="right";
  oCMenu.level[2].filter="";  //New for CM4. Must be modified manually until CMSPro has been updated.
  
  //Level 3 properties
  oCMenu.level[3]=new cm_makeLevel(); //Add this for each new level
  oCMenu.level[3].width=180;
  oCMenu.level[3].height=24;
  oCMenu.level[3].regClass="clLevel3";
  oCMenu.level[3].overClass="clLevel3over";
  oCMenu.level[3].borderX=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[3].borderY=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[3].borderClass="clLevel3border";
  oCMenu.level[3].offsetX=0;
  oCMenu.level[3].offsetY=0;
  oCMenu.level[3].rows=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[3].arrow=""; //New for CM4. Must be modified manually until CMSPro has been updated./images/09/nav_images/plus_3.gif
  oCMenu.level[3].arrowWidth=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[3].arrowHeight=0; //New for CM4. Must be modified manually until CMSPro has been updated.
  oCMenu.level[3].align="right";
  oCMenu.level[3].filter="";  //New for CM4. Must be modified manually until CMSPro has been updated.


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/



  /*--------------------------- BIKE -----------------------------*/
	oCMenu.makeMenu('parent11001','','BIKE','','','46','32','/images/nav_images/nav_ja_01.gif','/images/nav_images/nav_ja_on_01.gif','','','','','','','','','');
      
oCMenu.makeMenu('subdir010','parent11001','Road','/bikes/10/road.html','_top','','','','','','','','');                                   
oCMenu.makeMenu('subdir012','parent11001','Mountain','/bikes/10/mountain.html','_top','','','','','','','','');
oCMenu.makeMenu('subdir013','parent11001','Recreation &amp; Urban','/bikes/10/recreation.html','_top','','','','','','','','');

oCMenu.makeMenu('subdir014','parent11001','F&eacute;minine','/bikes/10/feminine.html','_top','','','','','','','','');

/*oCMenu.makeMenu('subdir015','parent11001','Headshok','http://www.cannondale.com/suspension/10/index.html','_top','','','','','','','','');*/
oCMenu.makeMenu('subdir016','parent11001','Test Ride','/shop/testride.html','_top','','','','','','','','');
oCMenu.makeMenu('subdir017','parent11001','Archive','/archive/index.html','_top','','','','','','','','');


  /*--------------------------- SLASH IMAGE -----------------------------*/
	oCMenu.makeMenu('parent999999','','','','','5','32','/images/nav_images/nav_ja_02.gif','','','','','','','','','','');
 
 
 
  /*--------------------------- APPAREL -----------------------------*/
  
	oCMenu.makeMenu('parent110012','','APPAREL','','','57','32','/images/nav_images/nav_ja_03.gif','/images/nav_images/nav_ja_on_03.gif','','','','','','','','','');

oCMenu.makeMenu('subdir1100251','parent110012','Collections','/products/apparel/SS/index.html','_top','','','','','','','','');


    
  /*--------------------------- SLASH IMAGE -----------------------------*/
	oCMenu.makeMenu('parent999998','','','','','6','32','/images/nav_images/nav_ja_04.gif','','','','','','','','','','');

    
    
    
  /*--------------------------- GEAR -----------------------------*/
  
	oCMenu.makeMenu('parent110013','','GEAR','','','38','32','/images/nav_images/nav_ja_05.gif','/images/nav_images/nav_ja_on_05.gif','','','','','','','','','');
      
      
//oCMenu.makeMenu('subdir11006','parent11001','Gear','http://www3.cannondale.com/a_a/gear/09/SS/','_top','','','','','','','','');
oCMenu.makeMenu('subdir11006','parent110013','Bags','/products/apparel/SS/gear_bags.html','_top','','','','','','','','');
oCMenu.makeMenu('subdir11012','parent110013','Pumps','/products/apparel/SS/gear_pumps.html','_top','','','','','','','','');
oCMenu.makeMenu('subdir11010','parent110013','Lights','/products/apparel/SS/gear_lights.html','_top','','','','','','','','');
oCMenu.makeMenu('subdir11011','parent110013','Locks','/products/apparel/SS/gear_locks.html','_top','','','','','','','','');
oCMenu.makeMenu('subdir11009','parent110013','Computers','/products/apparel/SS/gear_computers.html','_top','','','','','','','','');
oCMenu.makeMenu('subdir11007','parent110013','Hydration','/products/apparel/SS/gear_hydration.html','_top','','','','','','','','');
oCMenu.makeMenu('subdir11013','parent110013','Tools','/products/apparel/SS/gear_tools.html','_top','','','','','','','','');
oCMenu.makeMenu('subdir11008','parent110013','Components','/products/apparel/SS/gear_components.html','_top','','','','','','','','');

    

    
  /*--------------------------- SLASH IMAGE -----------------------------*/
	oCMenu.makeMenu('parent999996','','','','','5','32','/images/nav_images/nav_ja_06.gif','','','','','','','','','','');


    
    
      
  /*--------------------------- TECHNOLOGY -----------------------------*/

	oCMenu.makeMenu('parent11004','','TECHNOLOGY','','','79','32','/images/nav_images/nav_ja_07.gif','/images/nav_images/nav_ja_on_07.gif','','','','','','','','','');
  
  
oCMenu.makeMenu('subdir11400','parent11004','System Integration','/technology/si.html','_top','','','','','','','','');

oCMenu.makeMenu('subsubchild1401','subdir11400','Why Si','/technology/si.html','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild1402','subdir11400','BB30','/technology/bb30.html','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild1403','subdir11400','Hollowgram SL','/technology/hollowgramSL.html','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild1404','subdir11400','Headshok/Lefty','/suspension/09/','_top','','','','','','','','');
    
        oCMenu.makeMenu('subdir11401','parent11004','Creation Process','/technology/cp.html','_top','','','','','','','','');

oCMenu.makeMenu('subsubchild1405','subdir11401','Consumer','/technology/cp.html','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild1406','subdir11401','Design &amp; Engineering','/technology/cp_design.html','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild1407','subdir11401','Development','/technology/cp_development.html','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild1408','subdir11401','Testing','/technology/cp_testing.html','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild1413','subdir11401','Production &amp; Quality','/technology/cp_production.html','_top','','','','','','','','');

    oCMenu.makeMenu('subdir11402','parent11004','Obsessive Testing','/technology/ot.html','_top','','','','','','','','');

oCMenu.makeMenu('subsubchild1409','subdir11402','Obsessive','/technology/ot.html','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild1410','subdir11402','Simulated Analysis','/technology/ot_simulated_analysis.html','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild1411','subdir11402','E.S.A.L. Lab Testing','/technology/ot_esal.html','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild1412','subdir11402','Data Acquisition','/technology/ot_data_acquisition.html','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild1414','subdir11402','Field Testing','/technology/ot_field_testing.html','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild1415','subdir11402','Product Confidence','/technology/ot_product_confidence.html','_top','','','','','','','','');
    
  

/*--------------------------- SLASH IMAGE -----------------------------*/
	oCMenu.makeMenu('parent999995','','','','','5','32','/images/nav_images/nav_ja_08.gif','','','','','','','','','','');


/*--------------------------- NEWS -----------------------------*/
	oCMenu.makeMenu('parent11005','','NEWS','','','40','32','/images/nav_images/nav_ja_09.gif','/images/nav_images/nav_ja_on_09.gif','','','','','','','','','');
  
  
    oCMenu.makeMenu('child14','parent11005','News','/news/index.html','_top','','','','','','','','');





	
  /*--------------------------- CANNONDALE PLANET -----------------------------*/
/*
	oCMenu.makeMenu('parent11005','','CANNONDALE PLANET','','','122','32','http://video.cannondale.com/images/09/nav_images/nav_en_09.gif','http://video.cannondale.com/images/09/nav_images/nav_en_on_09.gif','','','','','','','','','');


          oCMenu.makeMenu('subdir11702','parent11005','The Good Fight','http://www3.cannondale.com/thegoodfight/','_top','','','','','','','','');
          
oCMenu.makeMenu('subsubchild176','subdir11702','Why We Fight','http://www3.cannondale.com/thegoodfight/index.html','_top','','','','','','','','');

oCMenu.makeMenu('subsubchild173','subdir11702','Philosophy','http://www3.cannondale.com/company/philosophy.html','_top','','','','','','','','');

oCMenu.makeMenu('subsubchild174','subdir11702','Commitment','http://www3.cannondale.com/company/commitment.html','_top','','','','','','','','');

oCMenu.makeMenu('subsubchild175','subdir11702','Advocacy','http://www3.cannondale.com/company/advocacy.html','_top','','','','','','','','');

   
oCMenu.makeMenu('child42','parent11005','Downloads','http://www.cannondaletube.iuploadccs.com/wallpaper/','_top','','','','','','','','');

    oCMenu.makeMenu('child44','parent11005','Ask BRAD','http://www.cannondaletube.iuploadccs.com/ask_brad/','_top','','','','','','','','');

    //oCMenu.makeMenu('child45','parent11005','Rider Testimonials','http://www.cannondaletube.iuploadccs.com/rider%5Ftestimonials/','_top','','','','','','','','');



oCMenu.makeMenu('subdir11701','parent11005','Rider Testimonials','http://www.cannondaletube.iuploadccs.com/rider%5Ftestimonials/','_top','','','','','','','','');

oCMenu.makeMenu('subsubchild171','subdir11701','Read Them','http://www.cannondaletube.iuploadccs.com/rider%5Ftestimonials/','_top','','','','','','','','');

oCMenu.makeMenu('subsubchild172','subdir11701','Write One','http://www.cannondaletube.iuploadccs.com/submit_testimonial/','_top','','','','','','','','');



 oCMenu.makeMenu('child43','parent11005','C-Dale Blogs','http://www.cannondaletube.iuploadccs.com/cannondale_blogs/','_top','','','','','','','','');


      oCMenu.makeMenu('child47','parent11005','Contests & Promos','http://www3.cannondale.com/contest/','_top','','','','','','','','');

   // oCMenu.makeMenu('child46','parent11005','My Story','http://www3.cannondale.com/mystory/','_top','','','','','','','','');

    oCMenu.makeMenu('child48','parent11005','Join Chaingang','http://www3.cannondale.com/bikes/chain/join.html','_top','','','','','','','','');

oCMenu.makeMenu('child40','parent11005','Videos','http://streaming.cannondale.com/flash/player/','_top','','','','','','','','');

    
*/




   /*--------------------------- SLASH IMAGE -----------------------------*/
	oCMenu.makeMenu('parent999994','','','','','6','32','/images/nav_images/nav_ja_10.gif','','','','','','','','','','');



  /*--------------------------- RACING -----------------------------*/
  	oCMenu.makeMenu('parent11006','','RACING','','','50','32','/images/nav_images/nav_ja_11.gif','/images/nav_images/nav_ja_on_11.gif','','','','','','','','','');


oCMenu.makeMenu('subdir11201','parent11006','C-Dale Factory Racing','/racing/factory.html','_top','','','','','','','','');

oCMenu.makeMenu('subdir11202','parent11006','Shonan Bellmare','/racing/bellmare.html','_top','','','','','','','','');

  
  

  
  
  
  
  /*--------------------------- SLASH IMAGE -----------------------------*/
	oCMenu.makeMenu('parent999993','','','','','5','32','/images/nav_images/nav_ja_12.gif','','','','','','','','','','');


  
  
  /*--------------------------- DOWNLOAD -----------------------------*/
  	oCMenu.makeMenu('parent11008','','DOWNLOAD','','','69','32','/images/nav_images/nav_ja_13.gif','/images/nav_images/nav_ja_on_13.gif','','','','','','','','','');

    oCMenu.makeMenu('child50','parent11008','Catalog Download','/download/index.html','_top','','','','','','','','');
    oCMenu.makeMenu('child51','parent11008','Tech Documents','/tech_center/index.html','_top','','','','','','','','');
  
  
  
  
  /*--------------------------- SLASH IMAGE -----------------------------*/
	oCMenu.makeMenu('parent999992','','','','','5','32','/images/nav_images/nav_ja_14.gif','','','','','','','','','','');


  
  
  /*--------------------------- SHOP NAVI -----------------------------*/
  oCMenu.makeMenu('parent11007','','SHOP NAVI','','','71','32','/images/nav_images/nav_ja_15.gif','/images/nav_images/nav_ja_on_15.gif','','','','','','','','','');
  
  //oCMenu.makeMenu('parent11007','','DEALER LOCATOR','','','160','17','','','','','','','','','','','');
  
    oCMenu.makeMenu('child60','parent11007','Cannondale Store','/store/index.html','_top','','','','','','','','');
    oCMenu.makeMenu('child61','parent11007','Shop Navi','/shop/index.html','_top','','','','','','','','');
	oCMenu.makeMenu('child62','parent11007','Test Ride','/shop/testride.html','_top','','','','','','','','');


  /*--------------------------- NEWS -----------------------------
  	oCMenu.makeMenu('parent11006','','NEWS','','','40','32','http://video.cannondale.com/images/09/nav_images/nav_en_11.gif','http://video.cannondale.com/images/09/nav_images/nav_en_on_11.gif','','','','','','','','','');


oCMenu.makeMenu('subdir11205','parent11006','Racing News','http://www.cannondalecommunity.com/global-news/','_top','','','','','','','','');

oCMenu.makeMenu('subdir11206','parent11006','Team Liquigas','http://www3.cannondale.com/liquigas/index.html','_top','','','','','','','','');

    oCMenu.makeMenu('subdir11207','parent11006','Cannondale Factory Racing','http://www3.cannondale.com/cfr/index.html','_top','','','','','','','','');
    
 oCMenu.makeMenu('subdir11208','parent11006','Team Monavie','http://www.cannondalecommunity.com/global-news/monavie/','_top','','','','','','','','');

 oCMenu.makeMenu('subdir11209','parent11006','Freeride News','http://www.cannondalecommunity.com/global-news/news/','_top','','','','','','','','');

 oCMenu.makeMenu('subdir11210','parent11006','Cyclocross News','http://www.cannondalecommunity.com/en/local-news/cyclocross/','_top','','','','','','','','');

 oCMenu.makeMenu('subdir11211','parent11006','International News','http://www.cannondalecommunity.com/en/local-news/international/','_top','','','','','','','','');

 oCMenu.makeMenu('subdir11212','parent11006','Multisport News','http://www.cannondalecommunity.com/en/local-news/multisport/','_top','','','','','','','','');

 //oCMenu.makeMenu('subdir11204','parent11006','Cannondale-Vredestein','http://www.cannondalecommunity.com/global-news/cannondale-vredestein/','_top','','','','','','','','');  //oCMenu.makeMenu('subdir11204','parent11006','Cyclocross','http://www.cannondalecommunity.com/en/local-news/cyclocross/','_top','','','','','','','','');
 //oCMenu.makeMenu('subdir11204','parent11006','SoBe','http://www.cannondalecommunity.com/global-news/sobe/','_top','','','','','','','','');
 //oCMenu.makeMenu('subdir11204','parent11006','MORE!','http://www.cannondalecommunity.com/en/local-news/','_top','','','','','','','','');
    oCMenu.makeMenu('subdir11204','parent11006','Sponsorship','http://www3.cannondale.com/racing/sponsorship.html','_top','','','','','','','','');

  
			oCMenu.makeMenu('subdir11202','parent11006','Event News','http://www.cannondalecommunity.com/en/local-press-events/','_top','','','','','','','','');

oCMenu.makeMenu('subsubchild151','subdir11202','Local Events','http://www.cannondalecommunity.com/en/local-press-events/','_top','','','','','','','','');
oCMenu.makeMenu('subsubchild152','subdir11202','Test Ride Schedule','http://www3.cannondale.com/testride/schedule.html','_top','','','','','','','','');


    oCMenu.makeMenu('subdir11203','parent11006','Product News &amp; Reviews','http://www.cannondalecommunity.com/en/local-product-reviews/','_top','','','','','','','','');
    oCMenu.makeMenu('subdir112041','parent11006','Company News','http://www.cannondalecommunity.com/press/','_top','','','','','','','','');
  
  */

  
  
  
  
  /*--------------------------- SLASH IMAGE -----------------------------
	oCMenu.makeMenu('parent999993','','','','','6','32','http://video.cannondale.com/images/09/nav_images/nav_en_12.gif','','','','','','','','','','');

*/
  
  
  /*--------------------------- SUPPORT -----------------------------
  	oCMenu.makeMenu('parent11008','','SUPPORT','','','60','32','http://video.cannondale.com/images/09/nav_images/nav_en_13.gif','http://video.cannondale.com/images/09/nav_images/nav_en_on_13.gif','','','','','','','','','');

    oCMenu.makeMenu('child50','parent11008','Manuals &amp; Tech Notes','http://www3.cannondale.com/tech_center/','_top','','','','','','','','');
    oCMenu.makeMenu('child51','parent11008','Register A Bike','http://www3.cannondale.com/register/','_top','','','','','','','','');
    oCMenu.makeMenu('child52','parent11008','Find A Dealer','http://www3.cannondale.com/dealer_locator/','_top','','','','','','','','');
    oCMenu.makeMenu('child53','parent11008','FAQ','http://www3.cannondale.com/faq/','_top','','','','','','','','');
    oCMenu.makeMenu('child54','parent11008','Contact Us','http://www3.cannondale.com/company/contact.html','_top','','','','','','','','');
    oCMenu.makeMenu('child55','parent11008','Ask BRAD','http://www.cannondaletube.iuploadccs.com/ask_brad/','_top','','','','','','','','');  
  
  */
  
  /*--------------------------- SLASH IMAGE -----------------------------
	oCMenu.makeMenu('parent999992','','','','','5','32','http://video.cannondale.com/images/09/nav_images/nav_en_14.gif','','','','','','','','','','');

*/
  
  
  /*--------------------------- DEALER LOCATOR -----------------------------
  oCMenu.makeMenu('parent11007','','DEALER LOCATOR','','','106','32','http://video.cannondale.com/images/09/nav_images/nav_en_15.gif','http://video.cannondale.com/images/09/nav_images/nav_en_on_15.gif','','','','','','','','','');
  
  //oCMenu.makeMenu('parent11007','','DEALER LOCATOR','','','160','17','','','','','','','','','','','');
  
    oCMenu.makeMenu('child60','parent11007','Cannondale Retailers','http://www3.cannondale.com/dealer_locator/','_top','','','','','','','','');
    oCMenu.makeMenu('child61','parent11007','International Distributors','http://www3.cannondale.com/dealer_locator/distributors.html','_top','','','','','','','','');
    //oCMenu.makeMenu('child62','parent11007','Test Ride Schedule','http://www3.cannondale.com/testride/schedule.html','_top','','','','','','','','');
    oCMenu.makeMenu('child63','parent11007','Touring Centers','http://www3.cannondale.com/testride/touring_centers.html','_top','','','','','','','','');

*/
			
//Leave this line! Constructing the menu
oCMenu.construct();	
// -->