<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=250; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=150; // 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=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="black";
linkOverBGColor="#000000";
linkTarget="_blank";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="gray";
barVAlign="center";
barWidth=30; // no quotes!!
barText="G World Web Art" ; // <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]=[""] //create header
ssmItems[1]=["<img src=\"http://bgtop.net/images/bgtop8831.gif\"/>", "http://bgtop.net/in.php/1237470896", " target=\"_blank\""]
ssmItems[2]=["<img src=\"http://saitovete.net//img/buttons/button_2.gif\"/>", "http://saitovete.net/index.php?page=in&id=989"," target=\"_blank\""]
ssmItems[3]=["<img src=\"http://www.2x5.net/button.php?id=9118\" alt=\"Гласувайте за този сайт\" border=\"0\" />", "http://www.2x5.net/in.php?id=9118", " target=\"_blank\""]
ssmItems[4]=["<img src=\"http://yoobg.borsa.bg/banners/yoo.gif\"/>", "http://yoobg.borsa.bg/vote.php?site=12071", " target=\"_blank\""]
ssmItems[5]=["<img src=\"http://realtop.net/banners/realtop001.gif\"/>", "http://realtop.net/in.php?id=4286", " target=\"_blank\""]
ssmItems[6]=["<img src=\"http://5rov.com/button.php?u=GWorldWEBArt\"/>", "http://5rov.com/", " target=\"_blank\""]
ssmItems[7]=["<img src=\"http://bgtop.net/images/bgtop8831.gif\"/>", "http://bgtop.net/in.php/1243809081", " target=\"_blank\""]
ssmItems[8]=["<img src=\"http://bgchart.net/img/bgchart6.gif\"/>", "http://bgchart.net/in/11172", " target=\"_blank\""]
ssmItems[9]=["", ""]

buildMenu();

//-->