﻿<!--

/*
Configure menu styles below               Design By: kamil.hashemi@gmail.com
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="Tahoma";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0099CC";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Tahoma";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#E5F0F8";
linkTarget="_blank";
linkAlign="center";
barBGColor="#000000";
barFontFamily="Tahoma";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="S.S.sida"; // <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://78.38.23.127:8090/", "_blank"]
ssmItems[2]=["ورود دانشجو", "http://78.38.23.127:8090/", "_blank"]
ssmItems[3]=["ورود استاد", "http://78.38.23.127:8090/", "_blank"]
ssmItems[4]=["ورود کارمند", "http://78.38.23.127:8090/", "_blank"]
ssmItems[5]=["ورود به ایمیل", "http://mail.iau-boukan.ac.ir/", ""]
ssmItems[6]=["پرداخت الکترونیکی", "http://78.38.23.127:8090/", "_blank"]
ssmItems[7]=["سایر لینک ها", "", ""] //create header
ssmItems[8]=["خبر گزاری آنا", "http://www.ana.ir/", "_blank"]
ssmItems[9]=["فرهیختگان", "http://www.farhikhtegan.org/", "_blank"]
ssmItems[10]=["اطلاع رساني", "http://www.azmoon.net/", "_blank"]
ssmItems[11]=["مرکز", "http://www.iau.ac.ir/", "_blank"]
buildMenu();

//-->