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