<!--

/*
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=18 // no quotes!!
waitTime=200; // 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="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0099CC";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#E5F0F8";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["گروه محصولات"] //create header
ssmItems[1]=["نظافتی", "cleanings.html", ""]
ssmItems[2]=["آشپزخانه", "kitchen.html",""]
ssmItems[3]=["آرایشی بهداشتی", "beauty.html", ""]
ssmItems[4]=["ورزشی", "sport.html", ""]
ssmItems[5]=["فنی", "engineering.html", ""]

ssmItems[6]=["منوی سایت", "", ""] //create header
ssmItems[7]=["صفحه اصلی", "index.html", ""]
ssmItems[8]=["درباره ما", "security.html", "_new"]
ssmItems[9]=["گارانتی", "garanty.html", "_new"]
ssmItems[10]=["ارجاع کالا", "productreturn.html", "_new"]
ssmItems[11]=["رهگیری مرسولات", "basket.html", ""]
ssmItems[12]=["قرعه کشی مشتریان", "customers.html", "_new"]
ssmItems[13]=["بازاریابان", "http://sale.hyradco.com/p-register/", "_new"]
ssmItems[14]=["استخدام و نمایندگی فروش", "recruitment.html", ""]
ssmItems[15]=["تماس با ما", "contact.html", "_new"]
buildMenu();

//-->
