// BIKES RIGHT NAV

var myMenu;
	window.onload = function() {
		myMenu = new SDMenu("my_menu");
    myMenu.speed = 5;                     // Menu sliding speed (1 - 5 recomended)
    myMenu.remember = false;               // Store menu states (expanded or collapsed) in cookie and restore later
    myMenu.oneSmOnly = true;             // One expanded submenu at a time
    myMenu.markCurrent = true;            // Mark current link / page (link.href == location.href)
		myMenu.init();
	};
  
  
var tableopen = "<table width=180 border=0 cellspacing=0 cellpadding=0><tr><td class=expanded>";
var tableclose = "</td></tr></table>";


// WHERE AM I? Look for model codes in URL to determine which section you're in.

// Mountain
  cat=1;

// Road
if (location.href.indexOf("/road") != -1 || location.href.indexOf("elite_road") != -1 || location.href.indexOf("multisport") != -1 || location.href.indexOf("cyclocross") != -1 || location.href.indexOf("performance_road") != -1 || location.href.indexOf("supersix") != -1 || location.href.indexOf("caad9") != -1 || location.href.indexOf("six") != -1 || location.href.indexOf("slice") != -1 || location.href.indexOf("cyclocross") != -1 || location.href.indexOf("synapse") != -1 || location.href.indexOf("RS") != -1 || location.href.indexOf("RC") != -1 || location.href.indexOf("RA") != -1 || location.href.indexOf("RM") != -1 || location.href.indexOf("RX") != -1 || location.href.indexOf("AS6") != -1 || location.href.indexOf("AS7T") != -1 || location.href.indexOf("XR") != -1) {
  cat=2;
  
// JFW
} else if (location.href.indexOf("feminine") != -1 || location.href.indexOf("RW") != -1 || location.href.indexOf("VMW") != -1 || location.href.indexOf("VPW") != -1 || location.href.indexOf("FSW") != -1 || location.href.indexOf("ASW") != -1 || location.href.indexOf("CSW") != -1 || location.href.indexOf("WC") != -1 || location.href.indexOf("WA") != -1 || location.href.indexOf("QRW") != -1) {
  cat=3;
  
// Recreation
} else if (location.href.indexOf("recreation") != -1 || location.href.indexOf("quick") != -1 || location.href.indexOf("urban") != -1 || location.href.indexOf("specialty") != -1 || location.href.indexOf("touring") != -1 || location.href.indexOf("tandem") != -1 || location.href.indexOf("comfort") != -1 || location.href.indexOf("law") != -1 ||  location.href.indexOf("badboy") != -1 || location.href.indexOf("9QR1") != -1 || location.href.indexOf("9QR2") != -1 || location.href.indexOf("9QR3") != -1 || location.href.indexOf("9QR4") != -1 || location.href.indexOf("9QR5") != -1 || location.href.indexOf("9QR6") != -1  || location.href.indexOf("HR") != -1 || location.href.indexOf("AS1") != -1 || location.href.indexOf("AS2") != -1 || location.href.indexOf("AS3") != -1 || location.href.indexOf("AS4") != -1 || location.href.indexOf("AS5") != -1 || location.href.indexOf("CS") != -1 || location.href.indexOf("SS") != -1 || location.href.indexOf("PR") != -1 || location.href.indexOf("FSP") != -1 || location.href.indexOf("8RT") != -1 || location.href.indexOf("8ST") != -1 || location.href.indexOf("TR") != -1 || location.href.indexOf("BR") != -1 || location.href.indexOf("BS") != -1 || location.href.indexOf("HL") != -1) {
  cat=4;
  
// Archive
} else if (location.href.indexOf("archive") != -1) {
  cat=5;
  
// Company Pages
} else if (location.href.indexOf("index.html") != -1 || location.href.indexOf("benefits") != -1 || location.href.indexOf("philosophy") != -1 || location.href.indexOf("/archive/") != -1) {
  cat=0;
  
  }
  
document.write("<img src=\"/js/09/sdmenu/topRide.gif\" height=24 width=180>");

document.write("<div style=\"float: left\" id=\"my_menu\" class=\"sdmenu\">");

// document.write(cat); /*FOR TESTING*/

//document.write("<div class=top>RIDE CANNONDALE</div");



/************************** COMPANY **************************/     
/*
  if (cat == 0){
  document.write("<div>");
  } else {
  document.write("<div class=collapsed>");
  }
      
      document.write("<span>2009 BIKES</span>");
        

        // COMPANY
        document.write("<a href=\"/bikes/benefits.html\"><strong>Our Benefits</strong></a>");
        document.write("<a href=\"/bikes/philosophy.html\"><strong>Our Philosophy</strong></a>");
        document.write("<a href=\"/bikes/commitment.html\"><strong>Our Commitment</strong></a>");
        
            
            
        document.write("</div>");
        
        */
        
        
        
  /************************** ROAD **************************/     
        
  if (cat == 2){
  document.write("<div>");
  } else {
  document.write("<div class=collapsed>");
  }
      
      document.write("<span>Road</span>");
      
        // LIFESTYLE
        document.write("<a href=\"/bikes/09/road.html\"><strong>Road Lifestyle</strong></a>");
        
          if (location.href.indexOf("/road") != -1 || location.href.indexOf("elite_road") != -1 || location.href.indexOf("multisport") != -1 || location.href.indexOf("cyclocross") != -1 ||  location.href.indexOf("performance_road") != -1) {

            document.write(tableopen);
        
            // ELITE ROAD
            //document.write("<a href=\"/bikes/elite_road.html\">Elite Road</a>");        
            
            // MULTISPORT    
            //document.write("<a href=\"/bikes/multisport.html\">Multisport</a>");
    
            // CYCLOCROSS    
            //document.write("<a href=\"/bikes/cyclocross.html\">Cyclocross</a>");
            
            // PERFORMANCE ROAD
            //document.write("<a href=\"/bikes/performance_road.html\">Performance Road</a>");

            document.write(tableclose);
            
            }
            
            
		// ELITE ROAD
            document.write("<a href=\"/bikes/09/elite_road.html\"><strong>Elite Road</strong></a>");

            if (location.href.indexOf("elite_road") != -1 || location.href.indexOf("RS") != -1 || location.href.indexOf("RCT") != -1 || location.href.indexOf("RA9") != -1) {
            
            document.write(tableopen);
  
            // SUPERSIX HI-MOD
            document.write("<a href=\"/bikes/09/model-9RSS0S_9RSS0D.html\">&nbsp;&nbsp;&nbsp;- スーパーシックス・<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ハイモッド・チーム</a>");
            document.write("<a href=\"/bikes/09/model-9RSS00D_9RSS00C.html\">&nbsp;&nbsp;&nbsp;- スーパーシックス・<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ハイモッド・レッド</a>");
            document.write("<a href=\"/bikes/09/model-9RSS1S_9RSS1D_9RSS1C.html\">&nbsp;&nbsp;&nbsp;- スーパーシックス・<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ハイモッド 1</a>");
            document.write("<a href=\"/bikes/09/model-9RSS3D_9RSS3C.html\">&nbsp;&nbsp;&nbsp;- スーパーシックス・<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ハイモッド 3</a>");

			// Six Carbon
            document.write("<a href=\"/bikes/09/model-9RSX3D_9RSX3C.html\">&nbsp;&nbsp;&nbsp;- シックス・カーボン 3</a>");
            document.write("<a href=\"/bikes/09/model-9RSX5D_9RSX5C.html\">&nbsp;&nbsp;&nbsp;- シックス・カーボン 5</a>");
            
            
            // CAAD9
            document.write("<a href=\"/bikes/09/model-9RA95D_9RA95C.html\">&nbsp;&nbsp;&nbsp;- CAAD9 5</a>");
            document.write("<a href=\"/bikes/09/model-9RA96D_9RA96T.html\">&nbsp;&nbsp;&nbsp;- CAAD9 6</a>");
			document.write("<a href=\"/bikes/09/model-9RA97T.html\">&nbsp;&nbsp;&nbsp;- CAAD9 7</a>");


            document.write(tableclose);
            
            }
            
        // MULTISPORT
        document.write("<a href=\"/bikes/09/multisport.html\"><strong>Multisport</strong></a>");
            
            if (location.href.indexOf("multisport") != -1 || location.href.indexOf("RM") != -1) {

            document.write(tableopen);
            
            // SLICE
            document.write("<a href=\"/bikes/09/model-9RM00D.html\">&nbsp;&nbsp;&nbsp;- スライス・ハイモッド・<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;アルティメイト</a>");
            document.write("<a href=\"/bikes/09/model-9RM1S_9RM1D.html\">&nbsp;&nbsp;&nbsp;- スライス・ハイモッド 1</a>");
            document.write("<a href=\"/bikes/09/model-9RM3D.html\">&nbsp;&nbsp;&nbsp;- スライス・ハイモッド 3</a>");
			document.write("<a href=\"/bikes/09/model-9RM5D.html\">&nbsp;&nbsp;&nbsp;- スライス・ハイモッド 5</a>");

            document.write(tableclose);
            
            }
            

        // CYCLOCROSS
        document.write("<a href=\"/bikes/09/cyclocross.html\"><strong>Cyclocross</strong></a>");
            

            if (location.href.indexOf("cyclocross") != -1 || location.href.indexOf("XR") != -1) {
            
            document.write(tableopen);

            // CYCLOCROSS
			document.write("<a href=\"/bikes/09/model-9XR2C.html\">&nbsp;&nbsp;&nbsp;- シクロクロス 2</a>");            
document.write("<a href=\"/bikes/09/model-9XR5C.html\">&nbsp;&nbsp;&nbsp;- シクロクロス 5</a>");
            
            document.write(tableclose);
            
            }
            

            
        // PERFORMANCE ROAD
        document.write("<a href=\"/bikes/09/performance_road.html\"><strong>Performance Road</strong></a>");
        
            if (location.href.indexOf("performance_road") != -1 || location.href.indexOf("RCL") != -1 || location.href.indexOf("RCS") != -1 || location.href.indexOf("RAS") != -1) {
  
            document.write(tableopen);
            
            // SYNAPSE CARBON
            document.write("<a href=\"/bikes/09/model-9RCL1C.html\">&nbsp;&nbsp;&nbsp;- シナプス・ハイモッド 1</a>");
            document.write("<a href=\"/bikes/09/model-9RCS3C_9RCS3D.html\">&nbsp;&nbsp;&nbsp;- シナプス・カーボン 3</a>");
            document.write("<a href=\"/bikes/09/model-9RCS5C_9RCS5D.html\">&nbsp;&nbsp;&nbsp;- シナプス・カーボン 5</a>");
            document.write("<a href=\"/bikes/09/model-9RCS6C_9RCS6T.html\">&nbsp;&nbsp;&nbsp;- シナプス・カーボン 6</a>");
            
            // SYNAPSE
            document.write("<a href=\"/bikes/09/model-9RAS5C_9RAS5T.html\">&nbsp;&nbsp;&nbsp;- シナプス5</a>");
			document.write("<a href=\"/bikes/09/model-9RAS7T.html\">&nbsp;&nbsp;&nbsp;- シナプス7</a>");
            
            document.write(tableclose);
            
            }
            
            
        document.write("</div>");
        
        
        
        
        


  /************************** MOUNTAIN **************************/     

  if (cat == 1){
  document.write("<div>");
  } else {
  document.write("<div class=collapsed>");
  }
      
      document.write("<span>Mountain</span>");
      
        // LIFESTYLE
        document.write("<a href=\"/bikes/09/mountain.html\"><strong>Mountain Lifestyle</strong></a>");
            
          if (location.href.indexOf("mountain") != -1 || location.href.indexOf("gravity") != -1 || location.href.indexOf("dj") != -1 || location.href.indexOf("allmountain") != -1 ||  location.href.indexOf("marathon") != -1 || location.href.indexOf("xc_racing") != -1 || location.href.indexOf("hardtail") != -1) {

            document.write(tableopen);
          
            // GRAVITY
            //document.write("<a href=\"/bikes/gravity.html\">Gravity</a>");
              
            // STREET / DJ    
            //document.write("<a href=\"/bikes/dj.html\">Street / Dirt Jump</a>");
              
            // ALL MTN    
            //document.write("<a href=\"/bikes/allmountain.html\">All Mountain</a>");
            
            // MARATHON
            //document.write("<a href=\"http://www.cannondale.com/bikes/09/cusa/marathon.html\">Marathon</a>");
            
            // XC RACING
            //document.write("<a href=\"/bikes/xc_racing.html\">XC Racing</a>");
                
            // HARDTAIL
            //document.write("<a href=\"/bikes/hardtail.html\">Hardtail</a>");
        
          document.write(tableclose);
          
          }
        
        
        
        // GRAVITY
        document.write("<a href=\"/bikes/09/gravity.html\"><strong>Gravity</strong></a>");

            if (location.href.indexOf("gravity") != -1 || location.href.indexOf("9AVCGDHFR") != -1 || location.href.indexOf("9VNG") != -1) {
            
            document.write(tableopen);
  
            // JUDGE
            document.write("<a href=\"/bikes/09/model-9AVCGDHFR.html\">&nbsp;&nbsp;&nbsp;- ジャッジフレームセット</a>");
            
            // PERP
            document.write("<a href=\"/bikes/09/model-9VNG1.html\">&nbsp;&nbsp;&nbsp;- パープ 1</a>");
            document.write("<a href=\"/bikes/09/model-9VNG2.html\">&nbsp;&nbsp;&nbsp;- パープ 2</a>");
            document.write("<a href=\"/bikes/09/model-9VNG3.html\">&nbsp;&nbsp;&nbsp;- パープ 3</a>");
            
            document.write(tableclose);
            
            }

            
            
        // STREET / DJ    
        document.write("<a href=\"/bikes/09/dj.html\"><strong>Street / Dirt Jump</strong></a>");

            if (location.href.indexOf("dj") != -1 || location.href.indexOf("FSDJ") != -1) {

            document.write(tableopen);
  
            // CHASE
            document.write("<a href=\"/bikes/09/model-9FSDJ1.html\">&nbsp;&nbsp;&nbsp;- チェイス 1</a>");
            document.write("<a href=\"/bikes/09/model-9FSDJ2.html\">&nbsp;&nbsp;&nbsp;- チェイス 2</a>");
            document.write("<a href=\"/bikes/09/model-9FSDJ3.html\">&nbsp;&nbsp;&nbsp;- チェイス 3</a>");
            document.write("<a href=\"/bikes/09/model-9AFSDJFR.html\">&nbsp;&nbsp;&nbsp;- チェイスフレームセット</a>");
            
            document.write(tableclose);
            
            }
            
            
            
        // ALL MTN    
        document.write("<a href=\"/bikes/09/allmountain.html\"><strong>All Mountain</strong></a>");
        
            if (location.href.indexOf("allmountain") != -1 || location.href.indexOf("9VB") != -1 || location.href.indexOf("9VT") != -1) {

            document.write(tableopen);
            
            // MOTO
            document.write("<a href=\"/bikes/09/model-9VB1.html\">&nbsp;&nbsp;&nbsp;- モト 1</a>");
            document.write("<a href=\"/bikes/09/model-9VB2.html\">&nbsp;&nbsp;&nbsp;- モト 2</a>");
            document.write("<a href=\"/bikes/09/model-9VB3.html\">&nbsp;&nbsp;&nbsp;- モト 3</a>");
            document.write("<a href=\"/bikes/09/model-9VB4.html\">&nbsp;&nbsp;&nbsp;- モト 4</a>");
            
            // RIZE
            document.write("<a href=\"/bikes/09/model-9VT1.html\">&nbsp;&nbsp;&nbsp;- ライズ 1</a>");
            document.write("<a href=\"/bikes/09/model-9VT2.html\">&nbsp;&nbsp;&nbsp;- ライズ 2</a>");
            document.write("<a href=\"/bikes/09/model-9VT3.html\">&nbsp;&nbsp;&nbsp;- ライズ 3</a>");
            document.write("<a href=\"/bikes/09/model-9VT4.html\">&nbsp;&nbsp;&nbsp;- ライズ 4</a>");
            document.write("<a href=\"/bikes/09/model-9VT5.html\">&nbsp;&nbsp;&nbsp;- ライズ 5</a>");
            
            document.write(tableclose);
            
            }
            
            
            
        // XC RACING
        document.write("<a href=\"/bikes/09/xc_racing.html\"><strong>XC Racing</strong></a>");
        
            if (location.href.indexOf("xc_racing") != -1 || location.href.indexOf("9VP") != -1) {

            document.write(tableopen);
            
            // SCALPEL
            document.write("<a href=\"/bikes/09/model-9VP0.html\">&nbsp;&nbsp;&nbsp;- スカルペル・チーム</a>");
            document.write("<a href=\"/bikes/09/model-9VP1.html\">&nbsp;&nbsp;&nbsp;- スカルペル 1</a>");
            document.write("<a href=\"/bikes/09/model-9VP2.html\">&nbsp;&nbsp;&nbsp;- スカルペル 2</a>");
            document.write("<a href=\"/bikes/09/model-9VP3.html\">&nbsp;&nbsp;&nbsp;- スカルペル 3</a>");
            document.write("<a href=\"/bikes/09/model-9VP4.html\">&nbsp;&nbsp;&nbsp;- スカルペル 4</a>");
			document.write("<a href=\"/bikes/09/model-9VP5.html\">&nbsp;&nbsp;&nbsp;- スカルペル 5</a>");
            
            document.write(tableclose);
            
            
          }
          
          
          
        // HARDTAIL
        document.write("<a href=\"/bikes/09/hardtail.html\"><strong>Hardtail</strong></a>");
        
            if (location.href.indexOf("hardtail") != -1 || location.href.indexOf("FS0") != -1 || location.href.indexOf("FS1") != -1 || location.href.indexOf("FS2.") != -1 || location.href.indexOf("FS3") != -1 || location.href.indexOf("FS4") != -1 || location.href.indexOf("FS5") != -1  || location.href.indexOf("FS7") != -1 || location.href.indexOf("FS29") != -1) {
            
            document.write(tableopen);
            
            // TAURINE
            document.write("<a href=\"/bikes/09/model-9FS0S.html\">&nbsp;&nbsp;&nbsp;- タウリン・チーム</a>");
            document.write("<a href=\"/bikes/09/model-9FS1S.html\">&nbsp;&nbsp;&nbsp;- タウリン 1</a>");
            
            // F
            document.write("<a href=\"/bikes/09/model-9FS2.html\">&nbsp;&nbsp;&nbsp;- F2</a>");
            document.write("<a href=\"/bikes/09/model-9FS3.html\">&nbsp;&nbsp;&nbsp;- F3</a>");
            document.write("<a href=\"/bikes/09/model-9FS4.html\">&nbsp;&nbsp;&nbsp;- F4</a>");
            document.write("<a href=\"/bikes/09/model-9FS5.html\">&nbsp;&nbsp;&nbsp;- F5</a>");
            document.write("<a href=\"/bikes/09/model-9FS7.html\">&nbsp;&nbsp;&nbsp;- F7</a>");

            // 29er
            document.write("<a href=\"/bikes/09/model-9FS293.html\">&nbsp;&nbsp;&nbsp;- 29'er 3</a>");
			document.write("<a href=\"/bikes/09/model-9FS294.html\">&nbsp;&nbsp;&nbsp;- 29'er 4</a>");

            document.write(tableclose);
            
            }
              
            
        document.write("</div>");
        
       
       
        
        

        
        
        
        
/************************** FEMININE **************************/     
        
  if (cat == 3){
  document.write("<div>");
  } else {
  document.write("<div class=collapsed>");
  }
      
      document.write("<span>F&eacute;minine</span>");
      
        // LIFESTYLE
        document.write("<a href=\"/bikes/09/feminine.html\"><strong>F&eacute;minine Lifestyle</strong></a>");

            document.write("<a href=\"/bikes/09/feminine_benefits.html\"><strong>F&eacute;minine Bike Benefits</strong></a>");

        
        // ROAD
        document.write("<a href=\"/bikes/09/feminine_road.html\"><strong>Road Bikes</strong></a>");

            if (location.href.indexOf("feminine_road") != -1 || location.href.indexOf("RW") != -1) {
            
            document.write(tableopen);
  
            // SYNAPSE HI-MOD FEMININE
            document.write("<a href=\"/bikes/09/model-9RWL1C.html\">&nbsp;&nbsp;&nbsp;- シナプス・ハイモッド・<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;フェミニン 1</a>");

            
            // SYNAPSE FEMININE CARBON
            document.write("<a href=\"/bikes/09/model-9RWC5C.html\">&nbsp;&nbsp;&nbsp;- シナプス・フェミニン・<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;カーボン 5</a>");

			// SYNAPSE FEMININE
            document.write("<a href=\"/bikes/09/model-9RWA5C.html\">&nbsp;&nbsp;&nbsp;- シナプス・フェミニン 5</a>");
			document.write("<a href=\"/bikes/09/model-9RWA7T.html\">&nbsp;&nbsp;&nbsp;- シナプス・フェミニン 7</a>");

            document.write(tableclose);
                  
            }
            
        // MOUNTAIN    
        document.write("<a href=\"/bikes/09/feminine_mtb.html\"><strong>Mountain Bikes</strong></a>");
        
            if (location.href.indexOf("feminine_mtb") != -1 || location.href.indexOf("VMW") != -1 || location.href.indexOf("VTW") != -1 || location.href.indexOf("VPW") != -1 || location.href.indexOf("FSW") != -1) {
  
            document.write(tableopen);
  
            // SCALPEL
            document.write("<a href=\"/bikes/09/model-9VPW.html\">&nbsp;&nbsp;&nbsp;- スカルペル・フェミニン</a>");
            
            // F
            document.write("<a href=\"/bikes/09/model-9FSW3.html\">&nbsp;&nbsp;&nbsp;- F3フェミニン</a>");
            
            document.write(tableclose);
            
            }    
    
            
        document.write("</div>");
        
        
        
        
        
        
        


/************************** RECREATION **************************/     
        
  if (cat == 4){
  document.write("<div>");
  } else {
  document.write("<div class=collapsed>");
  }
      
      document.write("<span>Recreation</span>");
      
        // LIFESTYLE
        document.write("<a href=\"/bikes/09/recreation.html\"><strong>Recreation Lifestyle</strong></a>");
        
        // QUICK
        document.write("<a href=\"/bikes/09/quick.html\"><strong>Quick</strong></a>");

            if (location.href.indexOf("quick") != -1 || location.href.indexOf("QR1") != -1 || location.href.indexOf("QR2") != -1 || location.href.indexOf("QR3") != -1 || location.href.indexOf("QR4") != -1 || location.href.indexOf("QR5") != -1 || location.href.indexOf("QR6") != -1) {
  
            document.write(tableopen);
  
            // QUICK
            document.write("<a href=\"/bikes/09/model-9QR1.html\">&nbsp;&nbsp;&nbsp;- クイック 1</a>");
            document.write("<a href=\"/bikes/09/model-9QR2.html\">&nbsp;&nbsp;&nbsp;- クイック 2</a>");
            document.write("<a href=\"/bikes/09/model-9QR4.html\">&nbsp;&nbsp;&nbsp;- クイック 4</a>");
            document.write("<a href=\"/bikes/09/model-9QR5.html\">&nbsp;&nbsp;&nbsp;- クイック 5</a>");

            document.write(tableclose);
            
            }
            
        // URBAN
        document.write("<a href=\"/bikes/09/urban.html\"><strong>Urban</strong></a>");
        
            if (location.href.indexOf("urban") != -1 || location.href.indexOf("PR1") != -1 || location.href.indexOf("BS") != -1 || location.href.indexOf("BR") != -1 || location.href.indexOf("BS") != -1 || location.href.indexOf("HL") != -1) {
  
            document.write(tableopen);
  
            // CAPO
            document.write("<a href=\"/bikes/09/model-8PR1.html\">&nbsp;&nbsp;&nbsp;- カポ</a>");

            
            // BAD BOY
            document.write("<a href=\"/bikes/09/model-8BS.html\">&nbsp;&nbsp;&nbsp;- バッドボーイ・ウルトラ</a>");
            document.write("<a href=\"/bikes/09/model-8BRD.html\">&nbsp;&nbsp;&nbsp;- バッドボーイ・ディスク</a>");
            document.write("<a href=\"/bikes/09/model-8BR.html\">&nbsp;&nbsp;&nbsp;- バッドボーイ</a>");
			document.write("<a href=\"/bikes/09/model-9BR1.html\">&nbsp;&nbsp;&nbsp;- バッドボーイ・<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;シングルスピード</a>");
			document.write("<a href=\"/bikes/09/model-9BR8.html\">&nbsp;&nbsp;&nbsp;- バッドボーイ8</a>");
			document.write("<a href=\"/bikes/09/model-9BR8W.html\">&nbsp;&nbsp;&nbsp;- バッドボーイ・ホワイト<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;エディション・ソロ</a>");
			document.write("<a href=\"/bikes/09/model-9BS8W.html\">&nbsp;&nbsp;&nbsp;- バッドボーイ・ホワイト<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;エディション・ソロ・ウルトラ</a>");
			
			// Hooligan
            document.write("<a href=\"/bikes/09/model-9HL1.html\">&nbsp;&nbsp;&nbsp;- フーリガン&reg; 1</a>");
			document.write("<a href=\"/bikes/09/model-9HL2.html\">&nbsp;&nbsp;&nbsp;- フーリガン&reg; 2</a>");

            document.write(tableclose);
            
            }
            
        // LAW ENFORCEMENT 
        document.write("<a href=\"/bikes/09/law_enforcement.html\"><strong>Law Enforcement</strong></a>");
        
           if (location.href.indexOf("law_enforcement") != -1 || location.href.indexOf("FSP") != -1) {
            
            document.write(tableopen);
            
            // Enforcement
            document.write("<a href=\"/bikes/09/model-8FSP3.html\">&nbsp;&nbsp;&nbsp;- ロー・エンフォースメント 3</a>");

            document.write(tableclose);
            
            }
            
        // SPECIALTY 
        document.write("<a href=\"/bikes/09/specialty.html\"><strong>Specialty</strong></a>");
        
            if (location.href.indexOf("specialty") != -1 || location.href.indexOf("TR") != -1 || location.href.indexOf("RT") != -1 || location.href.indexOf("ST") != -1) {
            
            document.write(tableopen);
            
            // TOURING
            document.write("<a href=\"/bikes/09/model-8TR1.html\">&nbsp;&nbsp;&nbsp;- ツーリング 1</a>");
            document.write("<a href=\"/bikes/09/model-8TR2.html\">&nbsp;&nbsp;&nbsp;- ツーリング 2</a>");

            
            // TOURING
            document.write("<a href=\"/bikes/09/model-8RT2.html\">&nbsp;&nbsp;&nbsp;- ロード・タンデム 2</a>");
            document.write("<a href=\"/bikes/09/model-8ST.html\">&nbsp;&nbsp;&nbsp;- ストリート・タンデム</a>");

            document.write(tableclose);
            
            }
        
    
            
        document.write("</div>");
      
      
      
      
      
/************************** ARCHIVE **************************/     

  if (cat == 5){
  document.write("<div>");
  } else {
  document.write("<div class=collapsed>");
  }
      
      document.write("<span>Archive</span>");
        

      // ARCHIVE
        document.write("<a href=\"/bikes/10/road.html\"><strong>2010</strong></a>");
        document.write("<a href=\"/bikes/09/\"><strong>2009</strong></a>");
        document.write("<a href=\"/archive/08/bike/index.html\" target=\"_blank\"><strong>2008</strong></a>");
        
            
            
        document.write("</div>");

      
    document.write("</div>");
    


      
