<!--- //javascript  --->
function hideImage(e) {
	if ( e.style ) {
	e.style.visibility = "hidden";
	e.style.width ="0";
	}
}