function ImageZoom(strUrl){
	
		window.open(strUrl, 'winName', 'menubar=no');
		return false;

}



