// 
function showToolbar()
{
	mstyle = new MenuStyle();
	mstyle.bgColor="#0770D1";
	mstyle.mainMenuBorder=0;
	mstyle.subMenuBorder=0;
	mstyle.subMenuWidth=225;
	mstyle.menuDelta = 0; // 设子下拉菜单和主菜单的高
	mstyle.clsMenuItemIE = "class=clsMenuItemIE";
	mstyle.clsMenuItemNS = "class=clsMenuItemNS";
	mstyle.bMenuStatic = 0;
	mstyle.mainMenuWidth = "769";
// 
	Menu = new Menu(mstyle);
	Menu.addItem("layer0", "./templates/en/images/title0.gif", "",  "index.php","none");
	Menu.addItem("layer1", "./templates/en/images/title1.gif", "",  "show.php?artid=132", null);
	Menu.addItem("layer2", "./templates/en/images/title2.gif", "",  "show.php?artid=21", null);
	Menu.addItem("layer3", "./templates/en/images/title3.gif", "",  "show.php?artid=88", null);
	Menu.addItem("layer4", "./templates/en/images/title4.gif", "",  "show.php?artid=26", null);
	Menu.addItem("layer5", "./templates/en/images/title5.gif", "",  "show.php?artid=74", null);
	Menu.addItem("layer6", "./templates/en/images/title6.gif", "",  "show.php?artid=164", null);
	Menu.addItem("layer7", "./templates/en/images/title7.gif", "",  "show.php?artid=16", null);
//----------------------------------------------------------------	
	Menu.addSubItem("layer1", "A Brief Introduction", "",  "show.php?artid=132", null);
	Menu.addSubItem("layer1", "Honor of the company", "",  "show.php?artid=135", null);
	Menu.addSubItem("layer1", "News about the company ", "",  "show.php?boardid=10", null);
//----------------------------------------------------------------	
        Menu.addSubItem("layer2", "Oil & Gas Exploration", "",  "show.php?artid=21", null)
        Menu.addSubItem("layer2", "Oil & Gas Development", "",  "show.php?artid=23",null);
//----------------------------------------------------------------	
	Menu.addSubItem("layer3", "Geophysical Prospecting", "",  "show.php?artid=88", null);
	Menu.addSubItem("layer3", "Drilling Operation", "",  "show.php?artid=77", null);
	Menu.addSubItem("layer3", "Logging & Testing", "",  "show.php?artid=8", null);
	Menu.addSubItem("layer3", "Downhole Operation", "",  "show.php?artid=2", null);
	Menu.addSubItem("layer3", "Well Testing", "",  "show.php?artid=283", null);	
	Menu.addSubItem("layer3", "Survey & Design", "",  "show.php?artid=81", null);
	Menu.addSubItem("layer3", "Oilfield Engineering Construction", "",  "show.php?artid=96", null);
//----------------------------------------------------------------	
	Menu.addSubItem("layer4", "Drill Bit", "",  "show.php?artid=26", null);
	Menu.addSubItem("layer4", "Drill Rig", "",  "show.php?artid=29", null);
	Menu.addSubItem("layer4", "Workover Rig", "",  "show.php?artid=109", null);
	Menu.addSubItem("layer4", "Cementing & Fracturing Equipment", "",  "show.php?artid=180", null);
	Menu.addSubItem("layer4", "Offshore Petroleum Equipment", "",  "show.php?artid=54", null);
	Menu.addSubItem("layer4", "Oil Production Equipment", " ",  "show.php?artid=201", null);
	Menu.addSubItem("layer4", "Water Treatment Equipment", " ",  "show.php?artid=210", null);
	Menu.addSubItem("layer4", "High Pressure Manifold Series", " ",  "show.php?artid=129", null);
	Menu.addSubItem("layer4", "Steel Pipe Products", " ",  "show.php?artid=66", null);
	Menu.addSubItem("layer4", "Compressor", " ",  "show.php?artid=154", null);
	Menu.addSubItem("layer4", "Calcium Hypochlorite", " ",  "show.php?artid=163", null);
//----------------------------------------------------------------	
	Menu.addSubItem("layer5", "General Situations", "",  "show.php?artid=74", null);
	Menu.addSubItem("layer5", "Technologic patent", "",  "show.php?artid=75", null);
//----------------------------------------------------------------	
	Menu.addSubItem("layer6", "General Situations", "",  "show.php?artid=164", null);
	Menu.addSubItem("layer6", "Development at Abroad", "",  "show.php?artid=165", null);
    Menu.addSubItem("layer6", "Imported Equipment", "",  "show.php?artid=167", null);
    Menu.addSubItem("layer6", "Key Exported Products", "",  "show.php?artid=166", null);
//----------------------------------------------------------------	
 	Menu.addSubItem("layer7", "Safety Culture", "",  "show.php?artid=16", null);
	Menu.addSubItem("layer7", "HSE System", "",  "show.php?artid=17", null);
	Menu.addSubItem("layer7", "Environment Protection", "",  "show.php?artid=18", null);
  Menu.addSubItem("layer7", "Quality Control", "",  "show.php?artid=19", null);
	Menu.addSubItem("layer7", "Famous brand products ", "",  "show.php?artid=20", null);
//----------------------------------------------------------------	
	Menu.showMenu();
}
//
