function mnpMenuDir()
{
	return "UTD";
}

function mnpMenuCT()
{
	
	return false;
	
}

function m1()
{
	this.items = new Array();
	var n = 0;
	this.items[n++] = new mnpPage('经营品牌', '/cn/product.asp', '', '', '_S2_Node1_S1_Node1');
	this.items[n++] = new mnpPage('库存查询', '/cn/search.asp', '', '', '_S2_Node1_S1_Node2');
	this.items[n++] = new mnpPage('热卖产品', '/cn/hot.asp', '', '', '_S2_Node1_S1_Node3');
	this.items[n++] = new mnpPage('在线询价', '/cn/query.asp', '', '', '_S2_Node1_S1_Node4');
	this.items[n++] = new mnpPage('在线定购', '/cn/order.asp', '', '', '_S2_Node1_S1_Node5');
}

function m2()
{
	this.items = new Array();
	var n = 0;
	this.items[n++] = new mnpPage('资料下载', '/cn/download.asp', '', '', '_S2_Node1_S1_Node1');
	this.items[n++] = new mnpPage('技术交流', '/bbs', '', '', '_S2_Node1_S1_Node2');
	this.items[n++] = new mnpPage('方案推荐', '/cn/plan.asp', '', '', '_S2_Node1_S1_Node3');
}

function m3()
{
	this.items = new Array();
	var n = 0;
	this.items[n++] = new mnpPage('公司简介', '/cn/profile.asp', '', '', '_S2_Node1_S1_Node1');
	this.items[n++] = new mnpPage('人才招聘', '/cn/job.asp', '', '', '_S2_Node1_S1_Node3');
	this.items[n++] = new mnpPage('图片展示', '/cn/pic.asp', '', '', '_S2_Node1_S1_Node4');
}

