

//--- Common
var isHorizontal=1;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-2;
var itemCursor="default";
var itemTarget="_self";
var statusString="link";
var blankImage="images/blank.gif";

//--- Dimensions
var menuWidth="770";
var menuHeight="26px";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="10";
var posY="10";
var topDX=0;
var topDY=1;
var DX=-5;
var DY=0;

//--- Font
var fontStyle="normal 9px Tahoma";
var fontColor=["#000000","#000000"];
var fontDecoration=["none","none"];
var fontColorDisabled="#6F9DAC";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#9EE4F9";
var menuBorderWidth=1;
var menuBorderStyle="ridge";

//--- Item Appearance
var itemBackColor=["#9ec9f4","#e7e7e7"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#9EE4F9","#9EE4F9"];
var itemBorderStyle=["ridge","groove"];
var itemSpacing=0;
var itemPadding="4px";
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="center";

//--- Icons
var iconTopWidth=16;
var iconTopHeight=16;
var iconWidth=16;
var iconHeight=16;
var arrowWidth=7;
var arrowHeight=7;
var arrowImageMain=["arrv_black.gif",""];
var arrowImageSub=["arr_black.gif",""];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="3";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="3";
var separatorVHeight="100%";
var separatorPadding="0px";

//--- Floatable Menu
var floatable=0;
var floatIterations=6;
var floatableX=1;
var floatableY=1;

//--- Movable Menu
var movable=0;
var moveWidth=12;
var moveHeight=20;
var moveColor="#DECA9A";
var moveImage="";
var moveCursor="move";
var smMovable=0;
var closeBtnW=15;
var closeBtnH=15;
var closeBtn="";

//--- Transitional Effects & Filters
var transparency="100";
var transition=5;
var transOptions="gradientSize=0.4, wipestyle=1, motion=forward";
var transDuration=350;
var transDuration2=200;
var shadowLen=2;
var shadowColor="#B1B1B1";
var shadowTop=0;

//--- CSS Support (CSS-based Menu)
var cssStyle=0;
var cssSubmenu="";
var cssItem=["",""];
var cssItemText=["",""];

//--- Advanced
var dmObjectsCheck=0;
var saveNavigationPath=1;
var showByClick=0;
var noWrap=1;
var pathPrefix_img="images/vista3/";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var smHideOnClick=1;
var dm_writeAll=1;

//--- AJAX-like Technology
var dmAJAX=0;
var dmAJAXCount=0;

//--- Dynamic Menu
var dynamic=0;

//--- Keystrokes Support
var keystrokes=0;
var dm_focus=1;
var dm_actKey=113;

var itemStyles = [
    ["itemWidth=82px","itemBackColor=transparent,transparent","itemBorderWidth=0","fontStyle=bold 9px Tahoma","fontColor=#000000,#000000","itemBackImage=btn_cyan.gif,btn_cyan2.gif"],
];
var menuStyles = [
    ["menuBackColor=transparent","menuBorderWidth=0","itemSpacing=0","itemPadding=5px 6px 5px 6px"],
];

var menuItems = [

    ["Home","default.html", , , , , "0", , , ],
    
    ["About us","aboutus.html", , , , , "0", , , ],
    
	["Industry","", , , , , "0","0", , , ],
        ["|Automotive","automotive.html", , , , , , , , ],
		["|Banking & Financial Services","Bankservice.html", , , , , , , , ],
		["|Retail & Hospitality","retail.html", , , , , , , , ],
		["|Insurance","insurance.html", , , , , , , , ],
		["|Media & Entertainment","media.html", , , , , , , , ],
		["|Health Care","healthcare.html", , , , , , , , ],
		["|Telecommunications","telecomm.html", , , , , , , , ],
		["|Manufacturing & Logistics","manulogic.html", , , , , , , , ],
		["|Technology","technology.html", , , , , , , , ],
		["|Energy & Utilities","energyutility.html", , , , , , , , ],
			
           
    ["Services","", , , , , "0","0", , , ],
        ["|Application Development and Maintenance(ADM)","adevelopmainten.html", , , , , , , , ],
		["|Data Warehousing","datawarehouse.html", , , , , , , , ],
		["|Business Technology consulting","businesstech.html", , , , , , , , ],
		["|Infra structure Services","infraservice.html", , , , , , , , ],
		["|Testing Solutions","testsolution.html", , , , , , , , ],
		["|Program Management","programmanage.html", , , , , , , , ],
		["|Customer Solution Practices","customersolution.html", , , , , , , , ],
		["|BPO","bpo.html", , , , , , , , ],
		["|Training","training.html", , , , , , , , ],
		["|Staffing","staffing.html", , , , , , , , ],
			
	 ["Consulting","consulting.html", , , , , "0", , , ],
	 ["Careers","careers.html", , , , , "0", , , ],
	 ["Knowledge","knowledge.html", , , , , "0", , , ],
	 ["@iXped","news.html", , , , , "0", , , ],
	 ["Contact us","contactus.asp", , , , , "0", , , ],
];

dm_init();