<!--

  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=150;
staticYOffset=50; 
XOffset=20;
if (doc_width>800) {
  XOffset=Math.round((doc_width-800)/2);
}
slideSpeed=10 
waitTime=200;
menuBGColor="black";
menuIsStatic="yes";
menuWidth=170; 
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("DIAMANT");
addItem("SMARAGD DELUXE", "smaragd.htm", "mainframe", 1);
addItem("TOPAS DELUXE", "topas.htm", "mainframe", 1);
addItem("ELAN DELUXE", "elan.htm", "mainframe", 1);
addItem("PRO PACER", "propacer.htm", "mainframe", 1);






buildMenu();

//-->


