function ShowImage(name, width, height)
{
	window.open("image.html?"+name,"",	"toolbar=no,scrollbars=no,location=no,status=no,width="+width+",height="+height+",resizable=0,screenX=50,screenY=50");
};					

function ShowImageScroll(name, width, height)
{
	window.open("image.html?"+name,"",	"toolbar=no,scrollbars=yes,location=no,status=no,width="+width+",height="+height+",resizable=1,screenX=50,screenY=50");
};					