function imageWindow (image,text)
	{
	width=500;
	height=460;
	fensta=window.open('showImage.php?image='+image+'&text='+text,'fensta','width='+width+',height='+height+',left=450,top=200');
	fensta.focus();
	}