<!--

/*
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=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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="tahoma";
hdrFontSize="2";
hdrFontColor="Verdana";
hdrBGColor="#444444";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="0";
linkBGColor="FFFFD5";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#444444";
barFontFamily="tahoma";
barFontSize="0";
barFontColor="white";
barVAlign="center";
barWidth=8; // no quotes!!
barText="<IMG img src=images/a.gif>"; // <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]=["<img src=images/title-db.gif border=0>", "http://www.shirazcity.org/bazyaft/database.htm", "_self", 1, "no"]
ssmItems[1]=["<img src=images/menu.gif border=0>", "http://www.shirazcity.org/bazyaft/baz-main.htm", "_self",1]

ssmItems[2]=["<img src=images/title-libr.gif border=0>", "http://www.shirazcity.org/bazyaft/library.htm", "_self", 1, "no"]
ssmItems[3]=["<img src=images/title-intro.gif border=0>", "http://www.shirazcity.org/bazyaft/introduction.htm", "_self",1]

ssmItems[4]=["<img src=images/title-chat.gif border=0>", "http://www.shirazcity.org/bazyaft/chat.htm", "_self", 1, "no"]
ssmItems[5]=["<img src=images/title-chart.gif border=0>", "http://www.shirazcity.org/bazyaft/chart.htm", "_self",1]

ssmItems[6]=["<img src=images/title-film.gif border=0>", "http://www.shirazcity.org/bazyaft/film.htm", "_self", 1, "no"]
ssmItems[7]=["<img src=images/title-prod.gif border=0>", "http://www.shirazcity.org/bazyaft/product.htm", "_self",1]

ssmItems[8]=["<img src=images/title-enter.gif border=0>", "http://www.shirazcity.org/Bazyaft/entertainment.htm", "_self", 1, "no"]
ssmItems[9]=["<img src=images/title-news.gif border=0>", "http://www.shirazcity.org/bazyaft/news.htm", "_self",1]

ssmItems[10]=["<img src=images/title-cont.gif border=0>", "http://www.shirazcity.org/bazyaft/contact.htm", "_self", 1, "no"]
ssmItems[11]=["<img src=images/lowh.gif border=0>", "http://www.shirazcity.org/bazyaft/thank.htm", "_self",1]

buildMenu();

//-->