function chImg(tt,image){ 
	document.getElementById(tt).src= image;
}

function acWin(){
	var ad = "map.html";
	var new_w = window.open(ad,'newwin','width=550,height=530,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes');
}