

	//var HOME_URL = "http://landing.co.kr/";
	//var HOME_PAGE = "/index.php";

	function OpenWin(url){
	Openwidnow = window.open(url,"Openwindow","toolbar=yes,location=yes,directories=yes,status=yes,traitbar=yes,scrollbars=yes,resizable=yes");
	}

	function OpenWin_size(url){
	Openwidnow_size = window.open(url,"Openwindow","toolbar=no,location=no,directories=no,status=no,traitbar=no,scrollbars=yes,resizable=no,width=400,height=400");
	}
	
	

function menu_move(lcode,mcode,scode){ 	
	var HOME_URL = "http://www.bex.co.kr/";
	

		location.href = HOME_URL+"sub.php?lcode="+lcode+"&mcode="+mcode+"&scode="+scode;

}
		
	
