function apri(page,height,width){
	folder = "foto";
	ext = ".htm";
	slash = "/";
	address = folder+slash+page+ext;
	window.open(address,"","height="+height+",width="+width+",toolbar=0,scrollbars=0,resizable=0, screenX=0,screenY=0,left=100,top=50");
}


