<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#1d7dbf";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#1584cb";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Меню на форума"; // <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]=["Общи", "http://forum.amazonkibg.info/YaBB.pl?catselect=main", ""]
ssmItems[2]=["Предпечат", "http://forum.amazonkibg.info/YaBB.pl?catselect=indesign",""]
ssmItems[3]=["Векторни програми", "http://forum.amazonkibg.info/YaBB.pl?catselect=vektor", ""]
ssmItems[4]=["Pixel Art", "http://forum.amazonkibg.info/YaBB.pl?catselect=pixelart", ""]
ssmItems[5]=["3D програми", "http://forum.amazonkibg.info/YaBB.pl?catselect=3d", ""]
ssmItems[6]=["Приложно изк-во", "http://forum.amazonkibg.info/YaBB.pl?catselect=art2", ""]
ssmItems[7]=["Photoshop/Painter", "http://forum.amazonkibg.info/YaBB.pl?catselect=photoshop", ""]
ssmItems[8]=["Flash", "http://forum.amazonkibg.info/YaBB.pl?catselect=flash", ""]
ssmItems[9]=["Ресурси", "http://forum.amazonkibg.info/YaBB.pl?catselect=resurs", ""]
ssmItems[10]=["Състезания", "http://forum.amazonkibg.info/YaBB.pl?catselect=systezania", ""]
ssmItems[11]=["Рисуване с награди", "http://forum.amazonkibg.info/YaBB.pl?num=1249384771", ""]
ssmItems[12]=["Календар събития", "http://forum.amazonkibg.info/calendar.html", ""]

ssmItems[13]=["Връзки", "", ""] //create header
ssmItems[14]=["amazonkibg.info", "http://amazonkibg.info", "_new"]
ssmItems[15]=["Списанието ни", "http://amazonkibg.info/index.php/publish", "_new"]
ssmItems[16]=["Flash игри", "http://amazonkibg.info/index.php/2009-05-12-12-48-16", "_new"]


buildMenu();

//-->