link1 = new Image
link1.src = "images/certification.gif"
link1roll = new Image
link1roll.src = "images/certification_roll.gif"
link2 = new Image
link2.src = "images/collaborators.gif"
link2roll = new Image
link2roll.src = "images/collaborators_roll.gif"
link3 = new Image
link3.src = "images/private_area.gif"
link3roll = new Image
link3roll.src = "images/private_area_roll.gif"
link4 = new Image
link4.src = "images/privacy.gif"
link4roll = new Image
link4roll.src = "images/privacy_roll.gif"
link5 = new Image
link5.src = "images/sitemap.gif"
link5roll = new Image
link5roll.src = "images/sitemap_roll.gif"

<!-- CONTROLLO CAMBI OBBLIGATORI FORM -->
function MM_reloadPage(init) {
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
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&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_validateForm() {
var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
if (val) { nm=val.id; if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
} else if (test!='R') { num = parseFloat(val);
if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
} } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
} if (errors) alert('The following error(s) occurred:\n'+errors);
document.MM_returnValue = (errors == '');
}
<!-- CONTROLLO CAMBI OBBLIGATORI FORM -->

<!-- ZOOM -->
function afficheVignette(cheminVignette,cheminMaxi)
	{
	document.write('<a href="javascript:afficheMaxi(\''+cheminMaxi+'\')">'+cheminVignette+'</a>');
	}
function afficheMaxi(chemin)
	{
	i1 = new Image;
	i1.src = chemin;
	html = '<html>\n<head>\n<title>Zoom</title>\n</head>\n<center><body leftmargin="20" topmargin="20" marginheight="20" marginwidth="20" onBlur="window.close();">\n<img src="'+chemin+'" border="0" name="imageTest" onLoad="window.resizeTo(document.imageTest.width+120,document.imageTest.height+120)">\n</body>\n</html>';
	popupImage = window.open('','_blank','toolbar="0",location="0",directories="0",menuBar="0",scrollbars="0",resizable="0",top="10",left="10"');
	popupImage.focus();
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close()
	};
<!-- ZOOM -->
