function getElement(id){
		return (document.getElementById)?document.getElementById(id):document.all[id];
}
	function image_click(img, w, h){
		document.images['image_b'].src=img;
		document.images['image_b'].width=w;
		document.images['image_b'].height=h;
	}
