var workWin ;

var easyUrl ;

var features = "";

	var new_easy_baseURL = "";



function menu_link(pType)

{

  switch(pType){



	



		case "topNaviMenu0"  :

			strURL = "gm.htm";

		break;

		case "topNavi_0_0"  : 

			strURL = "gm.htm";

		break;

		case "topNavi_0_1"  : 

			strURL = "intro.htm";

		break;

		case "topNavi_0_2"  : 

			strURL = "culture.htm";

		break;

		case "topNavi_0_3"  : 

			strURL = "history.htm";

		break;

		case "topNavi_0_4"  : 
		
			strURL = "organization.htm";

		break;

		case "topNavi_0_5"  : 

			strURL = "credit.htm";

		break;

		case "topNavi_0_6"  : 

			strURL = "honor.htm";

		break;

		case "topNavi_0_7"  :

			strURL = "human.htm";

		break;
		case "topNavi_0_8"  :

			strURL = "allsub.htm";

		break;

		case "topNavi_0_9"  : 

			strURL = "holdsub.htm";

		break;






		case "topNaviMenu1"  :

			strURL = "news_hot.htm";

		break;
		
        case "topNavi_1_0"  : 

			strURL = "news_hot.htm";

		break;

		case "topNavi_1_1"  : 

			strURL = "news_item.htm";

		break;




		case "topNaviMenu2"  : 

			strURL = "develop1.htm";

		break;
		
		case "topNavi_2_0"  : 

			strURL = "develop1.htm";

		break;

		case "topNavi_2_1"  : 

			strURL = "develop2.htm";

		break;

		case "topNavi_2_2"  : 

			strURL = "develop3.htm";

		break;







		case "topNaviMenu3"  :

			strURL = "performance1.htm";

		break;

		case "topNavi_3_0"  : 

			strURL = "performance1.htm";

		break;

		case "topNavi_3_1"  : 

			strURL = "performance2.htm";

		break;

		case "topNavi_3_2"  : 

			strURL = "performance3.htm";

		break;

		case "topNavi_3_3"  :

			strURL = "performance4.htm";

		break;

		case "topNavi_3_4"  : 

			strURL = "performance5.htm";

		break;







		case "topNaviMenu4"  :

			strURL = "tech1.htm";

		break;

		case "topNavi_4_0"  :

			strURL = "tech1.htm";

		break;

		case "topNavi_4_1"  :

			strURL = "tech3.htm";

		break;

		case "topNavi_4_2"  :

			strURL = "tech2.htm";

		break;

		case "topNavi_4_3"  : 

			strURL = "tech4.htm";

		break;

		case "topNavi_4_4"  :

			strURL = "tech5.htm";

		break;

		case "topNavi_4_5"  :

			strURL = "tech6.htm";

		break;
		
		case "topNavi_4_6"  :

			strURL = "tech7.htm";

		break;

		case "topNavi_4_7"  :

			strURL = "tech8.htm";

		break;
		




		case "topNaviMenu5"  : 

			strURL = "service1.htm";

		break;
		
		case "topNavi_5_0"  :

			strURL = "service1.htm";

		break;

		case "topNavi_5_1"  : 
		
			strURL = "service2.htm";

		break;

		case "topNavi_5_2"  : 

			strURL = "service3.htm";

		break;
		


		




		case "topNaviMenu6"  : 

			strURL = "job1.htm";

		break;
		
		case "topNavi_6_0"  : 

			strURL = "job1.htm";

		break;

		case "topNavi_6_1"  : 

			strURL = "job2.htm";

		break;





   }



   if(strURL != ""){

		location.href = strURL;

   } else {	

		workWin = window.open(new_easy_baseURL + easyUrl , 'pop_work', features);

		workWin.focus();

   }



}






function Flash_Link(name,mode){



	//alert("name=["+eval(name)+"]");



	if(""  != eval(name) ){

		if(mode=="self_mode"){



		location.href=eval(name);

		//alert(eval(name))



		}else{

		window.open(eval(name))

		//alert(eval(name))

		}

	}



}

