// JavaScript Document
function showpict (file, width, height)
	{
			file=file + "";
			window.open (file, "_blank", "width="+width+", height="+height+", titlebar=no, toolbar=no, location=no, status=yes, menubar=no, scrollbars=no, resizable=no");
	}

