<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=98; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="F0E68C";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkFontColor="black";
linkBGColor="#ADD8E6";
linkOverFontColor="#FFD700";
linkOverBGColor="#0000FF";
linkTarget="_top";
linkAlign="left";
barBGColor="F0E68C";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#00008B";
barVAlign="center";
barWidth=20; // no quotes!!
barText="HLAVNÉ MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu"] //create header
ssmItems[1]=["Úvod", "http://www.e-bicycles.eu/index.html", ""]
ssmItems[2]=["Elektro sady", "http://www.e-bicycles.eu/user_order_kits.php", ""]
ssmItems[3]=["Komponenty", "http://www.e-bicycles.eu/user_order_comp.php",""]
ssmItems[4]=["Video-návody", "http://www.e-bicycles.eu/manuals.html", ""]
ssmItems[5]=["Info", "http://www.e-bicycles.eu/schemes.html", ""]
ssmItems[6]=["Kontakt", "http://www.e-bicycles.eu/contact.html", ""]
//ssmItems[7]=["Objednávka", "http://www.e-bicycles.eu/user_order.php", ""]



buildMenu();

//-->
