//名称 : 圣马汀
//作者 : Rain Joe
//日期 : 2006.09.10
jsPath = ""; //开始
function ggopage(vgo) {  
		switch ( vgo) {
				///////////////////////////////////////////////About the ..
				//About the ..
				case 'a_00' :  location.href = jsPath + "about.html";
				break;
				//about
				case 'a_01' :  location.href = jsPath + "about.html";
				break;
				//经营理念
				case 'a_02' :  location.href = jsPath + "jyln.html";
				break;
				//联系我们
				case 'a_03' :  location.href = jsPath + "contact.html";
				break;
				

				///////////////////////////////////////////////产品中心
				//top products
				case 'b_00' :  location.href = jsPath + "p.html";
				break;
				//BOWMAN热交换器类
				case 'b_01' :  location.href = jsPath + "p1.html";
				break;
				//ASCO电磁阀
				case 'b_02' :  location.href = jsPath + "p2.html";
				break;
				//BOSCH电磁阀
				case 'b_03' :  location.href = jsPath + "p3.html";
				break;
				//PARKER电磁阀
				case 'b_04' :  location.href = jsPath + "p4.html";
				break;
				//ROSS电磁阀
				case 'b_05' :  location.href = jsPath + "p5.html";
				break;
				//SIRAI电磁阀
				case 'b_06' :  location.href = jsPath + "p6.html";
				break;
				//VERSA电磁阀
				case 'b_07' :  location.href = jsPath + "p7.html";
				break;
				//NUMATICS电磁阀
				case 'b_08' :  location.href = jsPath + "p10.html";
				break;

				///////////////////////////////////////////////新闻中心
				//企业新闻
				case 'c_00' :  location.href = jsPath + "news.html";
				break;
				//企业新闻
				case 'c_01' :  location.href = jsPath + "news.html";
				break;
				//行业新闻
				case 'c_02' :  location.href = jsPath + "hynews.html";
				break;
				//行业新闻
				case 'c_03' :  location.href = jsPath + "hynews.html";
				break;
				//行业新闻
				case 'c_04' :  location.href = jsPath + "hynews.html";
				break;
				//行业新闻
				case 'c_05' :  location.href = jsPath + "hynews.html";
				break;
				//行业新闻
				case 'c_06' :  location.href = jsPath + "hynews.html";
				break;
				//行业新闻
				case 'c_07' :  location.href = jsPath + "hynews.html";
				break;
				//行业新闻
				case 'c_08' :  location.href = jsPath + "hynews.html";
				break;
				//行业新闻
				case 'c_09' :  location.href = jsPath + "hynews.html";
				break;
				///////////////////////////////////////////////营销网络
				//营销网络
				case 'd_00' :  location.href = jsPath + "yxwl.html";
				break;
				//营销网络
				case 'd_01' :  location.href = jsPath + "yxwl.html";
				break;
				//代理专栏
				case 'd_02' :  location.href = jsPath + "dlzl.html";
				break;
		
				///////////////////////////////////////////////服务中心
				//服务中心
				case 'e_00' :  location.href = jsPath + "fwzx.html";
				break;
				//质保体系
				case 'e_01' :  location.href = jsPath + "zbtx.html";
				break;
				//培训方案
				case 'e_02' :  location.href = jsPath + "pxfa.html";
				break;
				//解决方案
				case 'e_03' :  location.href = jsPath + "jjfa.html";
				break;				

				///////////////////////////////////////////////联系我们
				//联系我们
				case 'f_00' :  location.href = jsPath + "contact.html";
				break;
				//联系我们
				case 'f_01' :  location.href = jsPath + "contact.html";
				break;
				//在线反馈
				case 'f_02' :  location.href = jsPath + "zxfk.html";
				break;
				
				
				///////////////////////////////////////////////Diplomatic missions in Koea
				//Diplomatic missions in Koea
				case 'g_00' :  location.href = jsPath + "###";
				break;
				//Heads of the Diplomatic Missions in the ROK
				case 'g_01' :  location.href = jsPath + "##";
				break;
				//List of Countries with which Korea Has Diplomatic Relations
				case 'g_02' :  location.href = jsPath + "##";
				break;


				///////////////////////////////////////////////Help
				//Help
				case 'h_00' :  location.href = jsPath + "##";
				break;
				//Sitemap
				case 'h_01' :  location.href = jsPath + "##";
				break;
				//Site link
				case 'h_02' :  location.href = jsPath + "##";
				break;
				//FAQ
				case 'h_03' :  location.href = jsPath + "##";
				break;
				//Q/A
				case 'h_04' :  location.href = jsPath + "##";
				break;
				//privacy Guidelines
				case 'h_05' :  location.href = jsPath + "##";
				break;


				///////////////////////////////////////////////Hot Issue
				//Hot Issue
				case 'i_00' :  location.href = jsPath + "##";
				break;



				///////////////////////////////////////////////MiSSiONS
				//MiSSiONS
				case 'j_00' :  location.href = jsPath + "##";
				break;
				//World Time
				case 'j_01' :  location.href = jsPath + "##";
				break;
				//Directory of Overseas Missions
				case 'j_02' :  location.href = jsPath + "##";
				break;
		
		
		}

}