<!--hide this script from non-javascript-enabled browsers

function showimage(s,w,h)
{
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	window.open("showimage.php?i="+s,"info","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width="+w+",height="+h+",left="+x+",top="+y);
}




//stop hiding-->

