function abrePopUp(id){ 
	window.open('showImage.php?img='+id,'Foto_Ampliada','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=400');  
}  


function showColoration(){ 
	window.open('showColoration.php','Coloração','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=400');  
}  


