
function showEntDetail(id){
	window.open("/mstmap50007/g_ent_map.jsp?g_poiId="+id);	
}
function showEntProt(id){
	window.location="/mstmap50007/g_ent_map.jsp?g_poiId="+id+"&show_type=cpt#product";	
}
function showEntPron(id){
	window.location="/mstmap50007/g_ent_map.jsp?g_poiId="+id+"&show_type=cpn#promotion";	
}
function showEntChain(id,gmapid){
	window.open("/mstmap50007/g_ent_chain.jsp?g_poiId="+id+"&g_mapid="+gmapid);
}
function showPoiEx(gmapid,g_label,g_addr,g_poiId){
	
	window.open("/mstmap50007/g_detail.jsp?g_mapid="+gmapid+"&g_label="+g_label+"&g_addr="+g_label+"&g_poiId="+g_poiId);
}
function showCptDetail(cpt_id){
	window.open("/mstmap50007/g_ent_cpt_detail.jsp?g_CptId="+cpt_id);	
}
function showCpnDetail(cpn_id){
	window.open("/mstmap50007/g_ent_cpn_detail.jsp?g_CpnId="+cpn_id);	
}