


// -- Deluxe Tuner Style Names
var itemStylesNames=["Style 1",];
var menuStylesNames=[];
// -- End of Deluxe Tuner Style Names

//--- Common
var isHorizontal=1;
var smColumns=1;
var smOrientation=0;
var smViewType=0;
var dmRTL=0;
var pressedItem=-1;
var itemCursor="pointer";
var itemTarget="menu.html";
var statusString="menu.html";
var blankImage="menu.files/bullet.gif";

//--- Dimensions
var menuWidth="0";
var menuHeight="0";
var smWidth="";
var smHeight="";

//--- Positioning
var absolutePos=0;
var posX="0";
var posY="0";
var topDX=0;
var topDY=0;
var DX=0;
var DY=0;

//--- Font
var fontStyle="normal 11px Verdana";
var fontColor=["#FFFFFF","#000000"];
var fontDecoration=["none","none"];
var fontColorDisabled="#E9C9A0";

//--- Appearance
var menuBackColor="";
var menuBackImage="";
var menuBackRepeat="repeat";
var menuBorderColor="#CCD993";
var menuBorderWidth=1;
var menuBorderStyle="solid";

//--- Item Appearance
var itemBackColor=["#9bb23f","#d0e08f"];
var itemBackImage=["",""];
var itemBorderWidth=1;
var itemBorderColor=["#112369","#112369"];
var itemBorderStyle=["none","none"];
var itemSpacing=1;
var itemPadding="4";
var itemAlignTop="center";
var itemAlign="left";
var subMenuAlign="";

//--- Icons
var iconTopWidth=13;
var iconTopHeight=13;
var iconWidth=13;
var iconHeight=13;
var arrowWidth=1;
var arrowHeight=15;
var arrowImageMain=["",""];
var arrowImageSub=["",""];

//--- Separators
var separatorImage="";
var separatorWidth="100%";
var separatorHeight="2";
var separatorAlignment="left";
var separatorVImage="";
var separatorVWidth="8";
var separatorVHeight="100%";
var separatorPadding="1px";

//--- 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="95";
var transition=5;
var transOptions="";
var transDuration=350;
var transDuration2=200;
var shadowLen=1;
var shadowColor="#242424";
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="";
var pathPrefix_link="";
var smShowPause=200;
var smHidePause=1000;
var smSmartScroll=1;
var smHideOnClick=1;
var dm_writeAll=0;

//--- 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=40","itemBorderWidth=0","fontStyle=bold 11px Arial","fontColor=#FFFFFF,#000000"],
];

var menuItems = [

    ["Home&nbsp;","", , , , "_self", "0", "-1", , ],
    ["&nbsp;Company&nbsp;","", , , , , "0", "-1", , ],
        
		
        ["|History","subpage/c-history.html", , , , "_self", , , , ],
        ["|Companies","subpage/c-companies.html", , , , "_self", , , , ],
        ["|Global Reach","subpage/c-global.html", , , , "_self", , , , ],
        ["|Our Motto","subpage/c-ourmotto.html", , , , "_self", , , , ],
        ["|Corporate Social Responsibility","subpage/c-corporate.html", , , , "_self", , , , ],
    ["&nbsp;Products&nbsp;","", , , , , "0", , , ],
        ["|Procurement & Quality Evaluation","subpage/p-p-quality.html", , , , "_self", , , , ],
        ["|Storage & Financing","subpage/p-storage.html", , , , "_self", , , , ],
        
        ["|Product Specs","subpage/p-product.html", , , , "_self", , , , ],
        ["|Shipment & Logistics","subpage/p-shipment.html", , , , "_self", , , , ],
        ["|Customer Acceptance","subpage/p-customer.html", , , , "_self", , , , ],
    ["&nbsp;News & Statistics&nbsp;","subpage/news-statistics.aspx", , , , "_self", "0", , , ],
	["&nbsp;Factories & Offices&nbsp;","subpage/factories-offices2.html", , , , "_self", "0", , , ],
	["&nbsp;Downloads&nbsp;","", , , , "_self", "0", , , ],
	    ["|E- Brochure","subpage/e-brochure.html", , , , "_self", , , , ],
    ["&nbsp;Careers&nbsp;","subpage/careers.html", , , , "_self", "0", , , ],
    ["&nbsp;Contact Us&nbsp;","", , , , , "0", , , ],
		["|Address","subpage/c-address.html", , , , "_self", , , , ],
        ["|Suggestion Box","subpage/c-suggestion.asp", , , , "_self", , , , ],
];

dm_init();