// JavaScript Document
function apri(){
	//params  = 'width='+screen.width;
	//params += ', height='+screen.height;
	//params  = 'width=1000px';
	//params += ', height=800px';
	//params += ', top=0, left=0'
	//params += ', fullscreen=yes';
	
	//newwin=window.open("foto.html","", params);
	//if (window.focus) {newwin.focus()}

		//window.open("foto.html" , "" , "left=20,top=20, width=1000px, height=600px, toolbar=no, resizable=no, scroolbar=no, menubar=no, location=no, status=no, directories=no");
		
		window.open("foto.html" , "" , "left=20,top=20, width=1000px, height=650px, toolbar=no, resizable=yes, scroolbar=no, menubar=no, location=no, status=no, directories=no");
		//window.open("foto_underCos.html" , "" , "left=20,top=20, width=1000px, height=650px, toolbar=no, resizable=yes, scroolbar=no, menubar=no, location=no, status=no, directories=no");
	}
