function ShowImage(name,width,height)
	{
window.open(name,"","toolbar=no,scrollbars=no,left=0,top=0,location=no,status=no,width="+width+",height="+height+",resizable=0");
	}
