﻿<!--

/*
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="no"; //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="#444444";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#008B8B";
barFontFamily="verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!
barText="MENU"; // <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]=["Menu, منو"] //create header
ssmItems[0]=["Home", "http://mozakka.com", ""]
ssmItems[1]=[""]
ssmItems[2]=["Photo/عكس", "Nazy/photo.htm",""]
ssmItems[3]=[""]
ssmItems[4]=["Email us", "mailto:nader@mozakka.com", ""]
ssmItems[5]=["External Links", "", ""] //create header
ssmItems[6]=["Gooya/گويا", "http://khabarnameh.gooya.com/", "_new"]
ssmItems[7]=["Hadi/هادي", "http://www.asgharagha.com/", "_new"]
ssmItems[8]=["Pykiran/پيك ايران", "http://web.peykeiran.com/net_iran/irannewstitles.aspx", "_new"]
ssmItems[9]=[" "]

ssmItems[10]=[" نازی ", "http://www.mozakka.com/index.htm", "_new", 1, "no"] //create two column row
ssmItems[11]=["BBC News", "http://news.bbc.co.uk/", "_new",1]
ssmItems[12]=["BBC Persian/بي بي سي خبر", "http://www.bbc.co.uk/persian", "_new"]


buildMenu();

//-->