function popup( img, title )
{
	wnd = window.open("img.php?img=" + img + "&title=" + title, "", "location=0,toolbar=0,directories=0,resizable=1,status=0,menubar=0,scrollbars=0,width=0,height=0,left=0,top=0");
	//wnd = window.open("img.php?img=" + img, "", "location=0,toolbar=0,directories=0,resizable=1,status=0,menubar=0,scrollbars=0");
	//wnd.moveTo((screen.width - 795) / 2, (screen.height - 580) / 2);
}
