function show_image(imgsrc,width,height,alt){
	window.open("showimage.php?src=" + imgsrc + "&amp;width="+height+"&height=" + height + "&alt=" +alt, "image_large", 'width='+width+',height='+height) ;
	
	}
