function windowShowLargeImage(img)
{
	detailwindow = window.open ('/modules/image_tools/showLargeImage.php?img='+img+'','img_page','width=550,height=550,toolbars=no,status=no,resizable=yes,left=0,top=0');
	detailwindow.focus();
}