//function move_point(i_hnum) {
function move_point(point) {
	//document.forms[0].i_hnum.value = i_hnum; 
	document.forms[0].cur_point.value = point;
	document.forms[0].action = '/iestate/view.php'; 
	document.forms[0].submit();
}


function go_list(page) {
	//document.forms[0].action = '/search/search.php'; 
	document.forms[0].action = page; 
	document.forms[0].submit();
}

function go_view() {
	document.forms[0].action = '/iestate/view.php'; 
	document.forms[0].submit();
}

function img_over(pic) {
	document.images['main_img'].src = pic;
}