function DisplayImg(nIdImg)
{
	config ='toolbar=no,location=no,directories=no,status=no,menubar=no,width=600,'+
		'height=450,scrollbars=no,resizable=no';
	
   pop = window.open('includes/image.php?img='+nIdImg,'pop',config);

//   pop.document.write('<a href=\"javascript:window.close()\">');
//   pop.document.write('<img src=\"images/'+nIdImg+'.jpg\" style=\"border: 0px\" alt=\"\" /></a>');
}



