var itemStylesNames=[];
var menuStylesNames=[];

//--- Common
var isHorizontal=1;
var smOrientation=0;
var smViewType=0;
var smColumns=1;
var pressedItem=-2;
var itemCursor="hand";
var itemTarget="";
var statusString="CSCC";
var blankImage="data.files/blank.gif";

//--- Dimensions
var menuWidth="100%";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX=20;
var posY=120;
var topDX=0;
var topDY=0;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="normal 11px Tahoma";
var fontColor=["#444444","#ffffff"];
var fontDecoration=["none","none"];
var fontColorDisabled="#AAAAAA";

//--- Appearance
var menuBackColor="#ffffff";
var menuBackImage="";
var menuBorderColor="#AAAAAA";
var menuBorderWidth=0;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#ffffff","#4792E6"];
var itemBackImage=["",""];
var itemBorderWidth=0;
var itemBorderColor=["#6655ff","#665500"];
var itemBorderStyle=["solid","solid"];
var itemSpacing=0;
var itemPadding=4;
var itemAlignTop="left";
var itemAlign="left";
var subMenuAlign="left";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=9;
var arrowHeight=9;
var arrowImageMain=["data.files/arrv_anim_1.gif","data.files/arrv_anim_1o.gif"];
var arrowImageSub=["data.files/arr_double_1.gif","data.files/arr_double_1o.gif"];

//--- Separators
var separatorImage="data.files/sep_grey.gif";
var separatorWidth="80%";
var separatorHeight="3";
var separatorAlignment="center";
var separatorVImage="";
var separatorVWidth="5";
var separatorVHeight="16";

//--- Floatable Menu
var floatable=0;
var floatIterations=5;
var floatableX=0;
var floatableY=0;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=24;
var moveColor="#AAAAAA";
var moveImage="data.files/movepic2.gif";
var moveCursor="move";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="100";
var transition=25;
var transOptions="bands=20, direction=down";
var transDuration=350;
var shadowLen=2;
var shadowColor="#000000";
var shadowTop=0;

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="";
var cssItem=["",""];
var cssItemText=["",""];

//--- Advanced
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var pathPrefix_img="";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var smHideOnClick=1;
var dm_writeAll=0;

//--- Keystrokes Support
var keystrokes=0;
var dm_focus=1;
var dm_actKey=113;

//--- Dynamic Menu
var dynamic=0;

//--- MAC OS Additional (IE only)
var macIEoffX=10;
var macIEoffY=15;


var menuItems = [
    ["Home Page","index.php", , , , , , , ],
    ["Corporation's Committe","", , , , "_blank", , , ],
        ["|Boards of Directors","index.php?c=councils/administration&r=2", , , , , , , ],
        ["|Purchasing Committee ","index.php?c=councils/payingconcil&r=2", , , , , , , ],
        ["|Other Committees","index.php?c=councils/otherconcils&r=2", , , , , , , ],
    ["Organization ","", , , , , , , ],
        ["|Hierarchal Organization","index.php?c=hierarchal/hierarchal&r=3&left=off", , , , , , , ],
        ["|Corporation's Markets Distribution","index.php?c=hierarchal/branches&r=3", , , , , , , ],    
    ["Statistics","", , , , , , , ],
        ["|Number of Beneficiaries","index.php?c=statistics/custmno&r=4", , , , , , , ],
        ["|Employee increased Number","index.php?c=statistics/empno&r=4", , , , , , , ],
        ["|Total Sales and purchasing growth","index.php?c=statistics/purchases&r=4", , , , , , , ],
        ["|Total domestic and foreign purchases growth","index.php?c=statistics/locpubpurchases&r=4", , , , , , , ],
        ["|Corporations Market's Number Growth","index.php?c=statistics/branchesprogress&r=4", , , , , , , ],
        ["|Corporation's Marketplaces","index.php?c=statistics/branches&r=4", , , , , , , ],
    ["Tenders","", , , , , , , ],
        ["|Tenders invitations","index.php?c=offer/inviting&r=5&left=off", , , , , , , ],
        ["|Tenders instructions","index.php?c=offer/instruction&r=5&left=off", , , , , , , ],
        ["|Main Tenders","index.php?c=offer/main&r=5&left=off", , , , , , , ],
        ["|Sub Tenders","index.php?c=offer/sub&r=5&left=off", , , , , , , ],
        ["|Purchasing Methods adopted ","index.php?c=offer/ways&r=5&left=on", , , , , , , ],
        ["|Requirement Tenders ","index.php?c=offer/reqiuerment&r=5&left=off", , , , , , , ],
        ["|Goods available at the Corporation's Markets","index.php?c=offer/items&r=5&left=on", , , , , , , ],    
    ["Investment in markets","", , , , , , , ],
        ["|Regulations for investment in the Corporation's markets","index.php?c=invist/invistprocdure&r=6", , , , , , , ],
        ["|Terms and conditions","index.php?c=invist/invistcondition&r=6", , , , , , , ],    
    ["Media and public affairs","", , , , , , , ],
        ["|Awards for Corporation's ","index.php?c=public/award&r=7", , , , , , , ],
        ["|Visitis for Corporation's","index.php?c=public/visits&r=7", , , , , , , ],
        ["|Corporation's News","index.php?c=public/news&r=7", , , , , , , ],
    ["Contact Us","index.php?c=main/contact&r=1", , , , , , , ],
];

dm_init();