<!--
// JavaScript Document

function MM_findObj(n, d) 
{ 
	var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  	if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  	for(i=0;!x&&d.layers&&id.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  	if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_setTextOfLayer(objName,x,newText) { //v4.01
  if ((obj=MM_findObj(objName))!=null) with (obj)
  if (document.layers) 	{document.write(unescape(newText)); document.close();}
  else 					innerHTML = unescape(newText);
}		
function zoom(id) 
{
	var w 					= 620;
	var h  					= 430;
	LeftPosition 			= (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition 			= (screen.height) ? (screen.height-h)/2 : 0;
	objWin 					= window.open('/zoom.asp?id=' + id,'zoom_foto','toolbar=no,location=no,status=no,top='+TopPosition+',left='+LeftPosition+',menubar=no,scrollbars=auto,resizable=no,width=' + w + ',height=' + h);
	objWin.focus();
}
function jump(page) 
{
	var w 					= 620;
	var h  					= 420;
	LeftPosition 			= (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition 			= (screen.height) ? (screen.height-h)/2 : 0;
	objWin 					= window.open(page,'zoom_foto','toolbar=no,location=no,status=no,top='+TopPosition+',left='+LeftPosition+',menubar=no,scrollbars=yes,resizable=no,width=' + w + ',height=' + h);
	objWin.focus();
}
function colorCellLeft(hexColore,idLink,overout)
{
	colorCell('tdsxUp',hexColore);
	colorCell('tddxDown0',hexColore);
	colorCell('tddxDown1',hexColore);
	colorCell('tddxDown2',hexColore);
	if (overout == 'out') { colorCell(idLink,'#FFFFFF');} else {colorCell(idLink,'#845131')}
}
function colorCellRight(hexColore,idLink,overout)
{
	colorCell('tddxUp',hexColore);
	colorCell('tdsxDown0',hexColore);
	colorCell('tdsxDown1',hexColore);
	colorCell('tdsxDown2',hexColore);
	if (overout == 'over') { colorCell(idLink,'#845131');} else {colorCell(idLink,'#FFFFFF')}
}
function colorCell(rigatabella,hexColore)
{
	if(document.layers)
	{
		document.layers[rigatabella].bgColor= hexColore;
	} 
	else
	{
		if(document.all)
		{
			document.all[rigatabella].style.background	= hexColore;
		}
		else
		{
				
			if (document.getElementById) 
			{
				document.getElementById(rigatabella).style.background = hexColore;
			}
		}
	}
} 
actualSize 		= 11;
minimalSize		= 10;
maximumSize		= 24;

function accessibility(increment)
{
var object = document.getElementById("contenuto");
	if (increment > 0)
	{
		if (actualSize < maximumSize)
		{
			actualSize +=increment;
		}
	}
	else
	{
		if (actualSize > minimalSize)
		{
			actualSize +=increment;
		}
	}
	object.style.fontSize= actualSize +"px";
}
function zoomEx(cartella,foto) 
{
	var w 					= 630;
	var h  					= 430;
	LeftPosition 			= (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition 			= (screen.height) ? (screen.height-h)/2 : 0;
	objWin 					= window.open('/zoomEx.asp?dir=' + cartella + '&foto=' + foto, 'dettaglio','toolbar=no,location=no,status=no,top='+TopPosition+',left='+LeftPosition+',menubar=no,scrollbars=auto,resizable=no,width=' + w + ',height=' + h);
	objWin.focus();
}

-->

