<!--

  var ns4up = (document.layers) ? 1 : 0;
  var ie4up = (document.all) ? 1 : 0;

  var doc_width = 800, doc_height = 600;
  
  if (ns4up) {
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
  } 

  if (ie4up) {
    doc_width = document.body.clientWidth;
    doc_height = document.body.clientHeight;
  }

YOffset=100;
staticYOffset=50; 
XOffset=40;
if (doc_width>800) {
  XOffset=Math.round((doc_width-800)/2);
}
slideSpeed=10 
waitTime=200;
menuBGColor="black";
menuIsStatic="yes";
menuWidth=190; 
menuCols=1;
hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="center";
hdrVAlign="top";
hdrHeight="0";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="444444";
linkOverBGColor="#333333";
linkTarget="_top";
linkAlign="left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=16;
barText='  BIKES MENUE '

addHdr("SPECIALIZED");

addItem("EPIC FSR COMP", "epicfsrcomp.htm", "mainframe", 1);
addItem("Stumpjumper FSR Expert  ", "stumpjumperfsrexpert.htm", "mainframe", 1);
addItem("Stumpjumper Hardtail Comp", "stumpjumperhardtailcomp.htm", "mainframe", 1);
addItem("Rockhopper SL Pro ", "rockhopperslpro.htm", "mainframe", 1);
addItem("Rockhopper SL ", "rockhoppersl.htm", "mainframe", 1);
addItem("P.1 All Mountain", "p1.htm", "mainframe", 1);
addItem("Hardrock Comp Disc", "hardrockcompdisc.htm", "mainframe", 1);
addItem("Hardrock Sport Disc", "hardrocksportdisc.htm", "mainframe", 1);

addItem("Crosstrail expert", "crosstrailexpert.htm", "mainframe", 1);
addItem("Crosstrail elite", "crosstrailelite.htm", "mainframe", 1);
addItem("Crosstrail deluxe", "crosstraildeluxe.htm", "mainframe", 1);

addItem("S-Works Tarmac SL 3 Rahmen", "rahmen.htm", "mainframe", 1);
addItem("Roubaix elite X 3", "roubaixelite.htm", "mainframe", 1);
addItem("Tarmac elite  X 3", "tamracelite.htm", "mainframe", 1);
addItem("Allez comp Compact", "allezcomp.htm", "mainframe", 1);

addItem("Sirrus Comp", "sirruscomp.htm", "mainframe", 1);




buildMenu();

//-->

