

function showPopUp(theImage){
	 window.open(theImage, "_popup", 'width=700,height=400,Scrollbars=Yes,Resizable=Yes');
}