function zoom_image(strImagePath){
	var oZoomImage=getElementById('zoom_image');
	
	oZoomImage.src=strImagePath;
}
