var cont=0;
function zoom(nome) {
var w=560;
var h=480;
x=(screen.width-w)/2;
y=(screen.height-h)/2;
cont++;
window.open('/zoom.php?id='+nome,'nome'+cont,'left='+ x +',top='+y+',width='+ w +',height='+ h +',resizable=yes,status=no,location=no,toolbar=no,scrollbars=yes');

}


function setColor(div){
	var obj=document.getElementById(div);
	obj.style.background="#000000";
	
	
	}