function movePage(strVar)
{
	
//	alert(strVar);
	 URL = "";

	switch(strVar)
	{	
		//url 
		//case "IA depth " : URL = "page URL "; break; //  [depth ]

		//************************************page1************************************//
		// [1] 产品展示
		case "1_0_0" : URL = "/Product/scm.html?nav=1_1_0"; break; // [1.0.0]供应链管理
		case "1_1_0" : URL = "/Product/scm.html"; break; // [1.1.0]供应链管理
		case "1_2_0" : URL = "/Product/mis.html"; break; // [1.2.0]商场MIS系统
		case "1_3_0" : URL = "/Product/pims.html"; break; // [1.3.0]病理科管理系统
		case "1_4_0" : URL = "/Product/cims.html"; break; // [1.4.0]租车行MIS系统
		case "1_5_0" : URL = "/Product/oa.html"; break; // [1.5.0]通用OA系统
		case "1_6_0" : URL = "/Product/crm.html"; break; // [1.6.0]客户关系管理系统

		//************************************page1************************************//

		//************************************page2************************************//
		// [2] 服务支持
		case "2_0_0" : URL = "/Services/Management.html?nav=2_1_1"; break; // [2.0.0]管理咨询
		case "2_1_0" : URL = "/Services/Management.html?nav=2_1_1"; break; // [2.1.0]管理咨询
		case "2_2_0" : URL = "/Services/Customer.html?nav=2_2_1"; break; // [2.2.0]客户服务
		case "2_3_0" : URL = "/Services/Support.html?nav=2_3_1"; break; // [2.3.0]运维与支持
		case "2_4_0" : URL = "/Services/Training.html?nav=2_4_1"; break; // [2.4.0]培训教育
		//************************************page2************************************//

		
		//************************************page3************************************//
		//[3] 解决方案
		case "3_0_0" : URL = "/Program/Business.html?nav=3_1_0"; break; // [3.0.0]商贸流通业
		case "3_1_0" : URL = "/Program/Business.html"; break; // [3.1.0]商贸流通业
		case "3_2_0" : URL = "/Program/Manufacturing.html"; break; // [3.2.0]制造业
		case "3_3_0" : URL = "/Program/Medical.html"; break; // [3.3.0]医疗卫生
		case "3_4_0" : URL = "/Program/Financial.html"; break; // [3.4.0]金融
		case "3_5_0" : URL = "/Program/Power.html"; break; // [3.5.0]电力行业
		case "3_6_0" : URL = "/Program/Education.html"; break; // [3.6.0]教育系统
		//************************************page3************************************//


		//************************************page4************************************//
		// [4] 关于衍新
		case "4_0_0" : URL = "/About/Overview.html?nav=4_1_0"; break; // [4.0.0]公司概况
		case "4_1_0" : URL = "/About/Overview.html"; break; // [4.1.0]公司概况
		case "4_2_0" : URL = "/About/Culture.html"; break; // [4.2.0]企业文化
		case "4_3_0" : URL = "/About/Partners.html"; break; // [4.3.0]合作伙伴
		case "4_4_0" : URL = "/GuestBook/index.asp"; break; // [4.4.0]客户留言
		case "4_5_0" : URL = "/About/Contact.html"; break; // [4.5.0]联系我们
                //case "4_6_0" : URL = "/About/Email.html"; break; // [4.6.0]企业邮箱
		//************************************page4************************************//


	}
		
	
		if(URL=="")
		{
			alert("服务准备."); return;
		}

		if (URL.indexOf('?') > 0)
		{
			location.href = URL;					
		}
		else {
			location.href=URL+"?nav="+strVar;
		}
	
}


function MM_openBrWindow() 
{
	window.open("/Product/scm.html?nav=1_1_0", '_self','width=100,height=100,status=no');
}
