function link(args){
var url="";
var tar = "1";
switch(args){

//__________±âº»__________//
case "index":url="http://3psystem.co.kr/index.html";break;

case "home":url="http://3psystem.co.kr/index.html";break;

case "sitemap":url="http://3psystem.co.kr/sitemap.html";break;

case "language":url="http://3psystem.co.kr/index_e.html";break;

case "language1":url="http://3psystem.co.kr/index_c.html";break;

case "language2":url="http://3psystem.co.kr/index_j.html";break;

case "login":url="http://3p.3psystem.co.kr/kor_webroot/src/cm/common/login2.aspx";tar="2";break;

//__________link__________//
case "link_1":url="";tar="2";break;
case "link_2":url="";tar="2";break;
case "link_3":url="";tar="2";break;
case "link_4":url="";tar="2";break;

//__________foot__________//
case "foot_1":url="";break;
case "foot_2":url="";break;  
case "foot_3":url="";break;  
case "foot_4":url="";break;  

//__________°íºñÁî ÇÊ¼ö»çÇ×__________//
case "inquiry":url="http://3psystem.co.kr/index.html";break; //__________Áß±¹¾î·Î ÁöÁ¤ÇÔ__________//

case "contact":url="mailto:master@3psystem.co.kr";break;

case "gobiz":url="http://www.gobizkorea.com";tar="2";break;

//__________sub_1__________//
case "1_1":url="http://3psystem.co.kr/sub_1_1.html";break;		
case "1_2":url="http://3psystem.co.kr/sub_1_2.html";break;		
case "1_3":url="http://3psystem.co.kr/sub_1_3.html";break;		
case "1_4":url="http://3psystem.co.kr/sub_1_4.html";break;	
case "1_5":url="http://3psystem.co.kr/sub_1_5.html";break;	
case "1_6":url="http://3psystem.co.kr/sub_1_6.html";break;	
case "1_7":url="http://3psystem.co.kr/bbs/board.php?bo_table=kor_1_7";break;	
case "1_8":url="http://3psystem.co.kr/sub_1_8.html";break;	

//__________sub_2__________//
case "2_1":url="http://3psystem.co.kr/sub_2_1.html";break;
case "2_2":url="http://3psystem.co.kr/sub_2_2.html";break;
case "2_3":url="http://3psystem.co.kr/sub_2_3.html";break;
case "2_4":url="http://3psystem.co.kr/sub_2_4.html";break;
case "2_5":url="http://3psystem.co.kr/bbs/board.php?bo_table=kor_2_4";break;

//__________sub_3__________//
case "3_1":url="http://3psystem.co.kr/sub_3_1.html";break;
case "3_2":url="http://3psystem.co.kr/sub_3_2.html";break;
case "3_3":url="http://3psystem.co.kr/sub_3_3.html";break;
case "3_4":url="http://3psystem.co.kr/sub_3_4.html";break;
case "3_5":url="http://3psystem.co.kr/sub_3_5.html";break;

//__________sub_4__________//
case "4_1":url="http://3psystem.co.kr/sub_4_1.html";break;
case "4_2":url="http://3psystem.co.kr/sub_4_2.html";break;
case "4_3":url="http://3psystem.co.kr/bbs/board.php?bo_table=kor_4_3";break;
case "4_4":url="http://3psystem.co.kr/bbs/board.php?bo_table=kor_4_4";break;

//__________sub_5__________//
case "5_1":url="http://3psystem.co.kr/bbs/board.php?bo_table=kor_5_1";break;
case "5_2":url="http://3psystem.co.kr/sub_5_2.html";break;
case "5_3":url="http://3psystem.co.kr/bbs/board.php?bo_table=kor_5_3";break;
case "5_4":url="http://3p.3psystem.co.kr/kor_webroot/src/cm/common/login2.aspx";tar="2";break;

//__________left_º£³Ê__________//
case "left_1":url="http://3psystem.co.kr/sub_2_2.html";break;
case "left_2":url="http://3psystem.co.kr/sub_1_8.html";break;
case "left_3":url="";break;

//__________fla_º£³Ê__________//
case "fla_banner_1":url="sub_3_1.html";break;
case "fla_banner_2":url="sub_3_3.html";break;
case "fla_banner_3":url="sub_3_4.html";break;

//__________¹è³Ê_1__________//
case "banner_1_1":url="bbs/board.php?bo_table=kor_5_3";break;
case "banner_1_2":url="sub_1_8.html";break;
case "banner_1_3":url="";break;

//__________¹è³Ê_2__________//
case "banner_2_1":url="sub_4_1.html";break;
case "banner_2_2":url="sub_3_1.html";break;
case "banner_2_3":url="sub_2_2.html";break;
}

	if(tar=="2"){
		var openNewWindow = window.open("about:blank");
		openNewWindow.location.href=url;
	}else{
		location.href=url;
	}

}
