/** 物件詳細画面画面用JSファイル ***********************/
function submitWaitReg(target) {
	location.href = 'https://' + location.host +'/clubshamaison/wait_reg/form?PCD='+target;
}
function showHousingMap(latitude,longitude){
	url = "http://map.shamaison.com/c/f?uc=1&grp=sh02&nl="+
	latitude+"&el="+longitude+"&coco="+latitude+","+longitude+"&icon=mark_loc,0,,,,";	
	window.open(url,"map");
}
function showScrollMap(latitude,longitude){
	url = "http://maps.shamaison.com/map/uc/Maps?nl="+
	latitude+"&el="+longitude+"&scl=25000&grp=sh&STL=00";
	window.open(url,"map");
}

