function viewDetail(hid){
	url = '/index/detail/house_id/' + hid;

	window.open(url, '', 'height=540px,width=520px,toolbar=no,memubar=no,scrollbars=no,resizeble=no,location=no, status=no');
}

