<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Century Gothic";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Century Gothic";
linkFontSize="2";
linkBGColor="000000";
linkOverBGColor="#000000";
linkTarget="_parent";
linkAlign="Left";
barBGColor="Transparent";
barFontFamily="Century Gothic";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=31; // no quotes!!
barText='<IMG SRC="http://www.horse-of-dream.vsau.ru/pics/buttons/menu-e.jpg" WIDTH="31" HEIGHT="409" BORDER="0">'; // <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]=["As on this site it is possible to read:"] //create header
ssmItems[1]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Horse Evolution", "http://www.horse-of-dream.by.ru/evol/index-e.html", ""]
ssmItems[2]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Horse Breeds", "http://www.horse-of-dream.by.ru/porod/porod-e.html",""]
ssmItems[3]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Exterior", "http://www.horse-of-dream.by.ru/exter/exter-e.html",""]
ssmItems[5]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> library", "http://www.horse-of-dream.by.ru/book/book.html", ""]
ssmItems[6]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Tack & Care", "http://www.horse-of-dream.by.ru/uhod/uhod-e.html", ""]
ssmItems[7]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Riding Lessons", "http://www.horse-of-dream.by.ru/urok/urok-e.html", ""]
ssmItems[8]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Well-known horsemans and not less well-known horses", "http://www.horse-of-dream.by.ru/fam/porod2-e.html", ""]
ssmItems[9]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Sports & not Only", "http://www.horse-of-dream.by.ru/sport/index-e.html", ""]
ssmItems[10]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Photo Gallery", "http://www.horse-of-dream.by.ru/album/index-e.html", ""]
ssmItems[11]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Horse in Art, in Architecture and the Graphic arts", "http://www.horse-of-dream.by.ru/art/index-e.html", ""]
ssmItems[12]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Advertisement's", "http://www.horse-of-dream.by.ru/advertisement/buy-e.html", ""]
ssmItems[13]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> About mistress of site", "http://www.horse-of-dream.by.ru/azar-e.html", ""]
ssmItems[14]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Guest Book", "http://www.horse-of-dream.by.ru/guestbook-e.html", ""]
ssmItems[15]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> My Buttons", "http://www.horse-of-dream.by.ru/baners-e.html", ""]
ssmItems[16]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Links", "http://www.horse-of-dream.by.ru/linkswww-e.html", ""]
ssmItems[17]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Site Map", "http://www.horse-of-dream.by.ru/map-e.htm", ""]
ssmItems[4]=["<img height='10' src='http://www.horse-of-dream.vsau.ru/pics/map/sh4.gif' width='10' border='0'> Horse from within", "http://www.horse-of-dream.by.ru/inter/index-e.html", ""]



buildMenu();

//-->