function pop_foto(file,w,h) {
	w=w*1+40;
	h=h*1+40;
	pop_up=window.open(file,'pop_up','width='+w+',height='+h);
	pop_up.moveTo((screen.width/2)-(w/2),(screen.height/2)-(h/2));
}