// JavaScript Document
function open_foto(id){
	w=850;
	h=650;
	var x=(screen.width/2)-(w/2);var y=(screen.height/2)-(h/2);
	window.open(id, 'foto' ,config='left='+x+', top='+y+', height='+h+', width='+w+', scrollbars=no, resizable=yes,location=no').focus(); 
}
function open_wind(id){
	w=850;
	h=600;
	var x=(screen.width/2)-(w/2);var y=(screen.height/2)-(h/2);
	window.open(id, 'foto' ,config='left='+x+', top='+y+', height='+h+', width='+w+', scrollbars=yes, resizable=yes,location=no').focus();
}