//   MenuLevels Array. Each MenuLevel object is declared:
//
//   MenuLevel(BGC1, BGC2, FName, FSize, FWeight, FC1, FC2, BW, BC1, BC2, ML)
//
//   BGC1 is the background color for the normal item, if null no highlight background color can be set
//   BGC2 is the background color for the item when highlighted, this will default to BGC1 if null
//   FName is the name list for the font to use for the text, if null the document default font will be used
//   FSize is the size of the font, if null the document default size will be used
//   FWeight is the weight of the font, if null the document default weight will be used
//   FC1 is the color of the text, if null the document default will be used and no highlight color can be used
//   FC2 is the highlighted color of the text, this will default to FC1 is null
//   BW is the size of the border *IN PIXELS*, a zero value implies no border
//   BC1 is the color of the border around the item, if null there is no border on the item
//   BC2 is the highlighted color of the border, if null the normal border color will be used
//   ML is the number of pixels to indent this menu level on the left, a zero value means no indentation.
//
//   Adding the images to the level is declared:
//
//   MenuLevelImages(I1, I2, I3, I4, I5, I6)
//
//   I1 is shown in front of normal unexpanded menu entries, if null no images are used for expanding items
//   I2 is shown in front of normal expanded menu entries, if null I1 is used
//   I3 is shown in front of highlighted unexpanded menu entries, if null I1 is used
//   I4 is shown in front of highlighted expanded menu entries, if null the normal expanded image is used
//   I5 is shown in front of normal linked menu entries, if null no images are displayed on linked items
//   I6 is shown in front of highlighted linked menu entries, if null I5 is used.
//
//  Set the desired width of the menu in pixels here
	MenuWidth = 179

	function IEorNE() {
		ver=navigator.appVersion
		dom=document.getElementById?1:0
		ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; 
		ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
		ie4=(document.all && !this.dom && !this.opera5)?1:0;
		ie=ie4||ie5||ie6
		ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
		ns4=(document.layers && !this.dom)?1:0;
		
		if (ns6 || ns4) 
			return "ns"
		else if (ie4 || ie5 || ie6) 
			return "ie"
	}

MenuLevels[MenuLevelsEnd] = new MenuLevel (null, null, null, null, null, "#FFFFFF", null, 0, null, null,0)
MenuLevelImages(null, null, null, null, null, null)
//MenuLevelImages("VnImages/level1.gif", "VnImages/level1_h.gif", "VnImages/level1_d.gif", "VnImages/level1_u.gif", "VnImages/level1_l.gif", "VnImages/level1_lh.gif")

MenuLevels[MenuLevelsEnd] = new MenuLevel (null, null, null, null, null, "#FFFFFF", null, 0, null, null, 0)
MenuLevelImages(null, null, null, null, null, null)
//MenuLevelImages(null, null, null, null, "VnImages/level2.gif", "VnImages/level2.gif")

// 1 - Gioi thieu
MenuEntry[MenuEnd] = new MenuItem(0,"<img border='0' src='../Images/EnImages/menu01_01.jpg'>",null)
MenuEntry[MenuEnd] = new MenuItem(1,"<img border='0' src='../Images/EnImages/menu01_02.jpg'>","Index.aspx?func=Content_ViewDetail&CatId=15&ei=0")
MenuEntry[MenuEnd] = new MenuItem(1,"<img border='0' src='../Images/EnImages/menu01_03.jpg'>","Index.aspx?func=Content_ViewDetail&CatId=16&ei=0")
MenuEntry[MenuEnd] = new MenuItem(1,"<img border='0' src='../Images/EnImages/menu01_04.jpg'>","Index.aspx?func=Content_ViewDetail&CatId=17&ei=0")
MenuEntry[MenuEnd] = new MenuItem(1,"<img border='0' src='../Images/EnImages/menu01_05.jpg'>","Index.aspx?func=Content_ViewDetail&CatId=18&ei=0")

//3 - Keu goi dau tu
MenuEntry[MenuEnd] = new MenuItem(0,"<img border='0' src='../Images/EnImages/menu_06.jpg'>","Index.aspx?func=Content_ViewList&CatId=25&ei=5")
//3 - Tiem nang
MenuEntry[MenuEnd] = new MenuItem(0,"<img border='0' src='../Images/EnImages/menu_09.jpg'>","Index.aspx?func=Content_ViewList&CatId=34&ei=6")

//4 - Projects
MenuEntry[MenuEnd] = new MenuItem(0,"<img border='0' src='../Images/EnImages/menu01_06.jpg'>",null)
MenuEntry[MenuEnd] = new MenuItem(1,"<img border='0' src='../Images/EnImages/menu01_07.jpg'>","Index.aspx?func=Content_ViewList&CatId=42&ei=7")
MenuEntry[MenuEnd] = new MenuItem(1,"<img border='0' src='../Images/EnImages/menu01_08.jpg'>","Index.aspx?func=Content_ViewList&CatId=43&ei=7")

//8 - thong tin thi truong va xuc tien thuong mai
MenuEntry[MenuEnd] = new MenuItem(0,"<img border='0' src='../Images/EnImages/menu01_09.jpg'>",null)
MenuEntry[MenuEnd] = new MenuItem(1,"<img border='0' src='../Images/EnImages/menu01_10.jpg'>","Index.aspx?func=Content_ViewList&catId=64&ei=10")
MenuEntry[MenuEnd] = new MenuItem(1,"<img border='0' src='../Images/EnImages/menu01_11.jpg'>","Index.aspx?func=PriceList_View&language=2&ei=10")
MenuEntry[MenuEnd] = new MenuItem(1,"<img border='0' src='../Images/EnImages/menu01_12.jpg'>","Index.aspx?func=Purchase_ProductList&ei=10")

MenuHead()    


