<!--<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=20; // no quotes!!
barWidth=100; // no quotes!!
XOffset=840; // no quotes!!
staticYOffset=40; // no quotes!!
slideSpeed=60 // no quotes!!
waitTime=400; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText= '<IMG SRC="logo.jpg" WIDTH="100" HEIGHT="100" >'

///////////////////////////

// the menu items
addHdr("Menu");

addItem("Home", "index.html")
addItem("About Us", "About us/about us.htm")
addItem("Pictures", "Pictures/pictures.htm")
addItem("Movies", "Movies/movies.htm")
addItem("Vehicles", "Vehicles/vehicles.htm")
addItem("Contact Us", "mailto:kaan@LarsaUsa.com")


// final step that builds the menu
buildMenu();

//-->




//-->