function showImage(id)
{
	window.open("/" + id + '.shtml', '_gallery', 'width=500px, height=400px, left=50px, top=50px,scrollbars=no,toolbars=no');
}
