
BLANK_IMAGE = '../b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
    border:1,              // item's border width, pixels; zero means "none";
    shadow:0,              // item's shadow size, pixels; zero means "none"
    color:{
        border:"#ffffff" ,  // color of the item border, if any;
        shadow:"#dddddd",  // color of the item shadow, if any;
        bgON:"#666666",      // background color for the items;
        bgOVER:"#333333"   // background color for the item
                           // which is under mouse right now;
    },
    css:{
        ON:"clsCMOn",           // CSS class for items;
        OVER:"clsCMOver"          // CSS class  for item which is under mouse;
    }
};

var MENU_ITEMS = [
    {pos:[11,95], itemoff:[0,100], leveloff:[21,0], style:STYLE, size:[22,125]},

    {code:"&nbsp;Main page", "url":"index", "format":{"arrow":"../e.gif", "oarrow":"../e.gif", "arrsize":[21,22]},
		sub:[
            {itemoff:[21,0], size:[22,150]},
			{code:"&nbsp;Organization chart", "url":"chart"},
			{code:"&nbsp;The board", "url":"BOARD"},
			{code:"&nbsp;Our management team", "url":"management"},
			{code:"&nbsp;Chronical events", "url":"EVENTS"},
			{code:"&nbsp;Awards &amp; Recognitions", "url":"AWARDS"},
			//{code:"&nbsp;��������� ����, ����", "url":"aboutusbank.php"},
	     ]
	},
	{code:"&nbsp;Services", "format":{"itemoff":[0,126], "size":[22,125], "arrow":"../e.gif", "oarrow":"../e.gif", "arrsize":[21,22]},
        sub:[
            {itemoff:[21,0], size:[22,180]},
            {code:"&nbsp;Sansar Bridge LLC", "url":"sansar"},
            {code:"&nbsp;NIT LLC", "url":"nit"},
            {code:"&nbsp;Mongol shuudan trans JSC", "url":"msht"},
			{code:"&nbsp;Mongolian global trans LLC", "url":"mgt"},
			{code:"&nbsp;Jiguur LLC", "url":"jiguur"}
        ]
    },
	{code:"&nbsp;Production", "format":{"itemoff":[0,126], "size":[22,125], "arrow":"../e.gif", "oarrow":"../e.gif", "arrsize":[21,22]},
		sub:[
            {itemoff:[21,0], size:[22,160]},
            {code:"&nbsp;Bridge construction LLC", "url":"BC"}
			
	     ]
	},
	{code:"&nbsp;Sales", "format":{"itemoff":[0,126], "size":[22,125], "arrow":"../e.gif", "oarrow":"../e.gif", "arrsize":[21,22]},
		sub:[
            {itemoff:[21,0], size:[22,210]},
            {code:"&nbsp;Advanced health international LLC", "url":"ahi"},
            {code:"&nbsp;Suzuki", "url":"suzuki"},
			{code:"&nbsp;Bridgestone", "url":"bridgestone"},
			{code:"&nbsp;Yusimi", "url":"yusimi"},
			{code:"&nbsp;Western sources LLC", "url":"WS"}
        ]
	},
	{code:"&nbsp;Food chain", "url":"everyday",  "format":{"itemoff":[0,126], "size":[22,130], "arrow":"../e.gif", "oarrow":"../e.gif", "arrsize":[21,22]},
		sub:[
            {itemoff:[21,0], size:[22,125]},
      //      {code:"&nbsp;Ǻ��㺺", "url":"advise.php"},
	//		{code:"&nbsp;������ ������", "url":"guestbook.php"},
	//		{code:"&nbsp;������� ���� �����", "url":"anket.php"},
        ]
	},
	{code:"&nbsp;Contacts", "url":"contacts", "format":{"itemoff":[0,131], "size":[22,125], "arrow":"../e.gif", "oarrow":"../e.gif", "arrsize":[21,22]},
		sub:[
            {itemoff:[21,0], size:[22,125]},
        //    {code:"&nbsp;Ǻ��㺺", "url":"advise.php"},
		//	{code:"&nbsp;������ ������", "url":"guestbook.php"},
		//	{code:"&nbsp;������� ���� �����", "url":"anket.php"},
        ]
	}
];



