<!--

/*
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=10;
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="#FFCC00";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFCC00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFCC00";
barVAlign="center";
barWidth=20; // no quotes!!
barText="IRAN-NEWS.WS"; // <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]=["Iran News Links"] //create header
ssmItems[1]=["Headlines", "http://iran-news.ws/iran_headlines/", ""]
ssmItems[2]=["Latest Iran News", "http://iran-news.ws/iran_news/",""]
ssmItems[3]=["Iran Economy", "http://iran-news.ws/iran_economy/", ""]
ssmItems[4]=["Iranian Women", "http://iran-news.ws/iran_woman/", ""]
ssmItems[5]=["Mid-east & Region", "http://iran-news.ws/mid-east/", ""]
ssmItems[6]=["Articles", "http://iran-news.ws/iran_article/", ""]

ssmItems[7]=["Sport", "http://iran-news.ws/iran_sport/", "", 1, "no"] //create two column row
ssmItems[8]=["wow", "http://iran-news.ws/wow/", "",1]

ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["Iranian Singles", "http://www.iranian.ws/iran_singles/", "_new"]
ssmItems[11]=["Iran Search", "http://www.iranian.ws/search/", "_new"]
ssmItems[12]=["Persian Directory", "http://www.persian.ws/directory/", "_new"]

buildMenu();

//-->