
<!-- Hide from JavaScript-Impaired Browsers

	number_of_sponsors=4;

		var sctr=0;
		var halt=0;
		var isn=new Array();
			for (i=0;i<number_of_sponsors;i++){
				 isn[i]=new Image();
					}

		isn[0].src="../banner/B11.jpg";
		isn[1].src="../banner/B13.jpg";
		isn[2].src="../banner/B14.jpg";
		isn[3].src="../banner/B15.jpg";        

		var durl=new Array();
		durl[0]="index.asp";
		durl[1]="index.asp";
		durl[2]="index.asp";
		durl[3]="index.asp";
		                

			function rotateIt(){
			 if (halt!=1){
			  sctr++;
			  if (sctr>number_of_sponsors-1){
			   sctr=0;
			   }
			  document.sponsor.src=isn[sctr].src;
			  setTimeout("rotateIt()",5000);
			  }
			 }

			function doIt(){
			 halt=1;
			 location.href=durl[sctr];
			 }

			function dispIt(){
			 parent.window.status=durl[sctr];
			 }



	function OpenWin(sUrl,sName,sProp) { 
  		window.open(sUrl,sName,sProp);
			}


	function miniPic( sImg, nBorder) {
		
		var sPageName = 'Open';
		
		wWin=window.open('',sPageName,'width=200, height=200,resizable=yes');
		wWin.document.write('<HTML><HEAD><TITLE>Bernardi Eugenio</TITLE>\n');

		wWin.document.write('\n');
		wWin.document.write('\n');

		wWin.document.write('</HEAD><BODY bgcolor="#FFFFFF" onload="ResizeMe();" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">\n');
		wWin.document.write('<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"><tr><td align="center" valign="middle">\n');
		wWin.document.write('<IMG ID="IMMAGINE" SRC="'+sImg+ '" BORDER="0">\n');
		wWin.document.write('</td></tr></table>\n');

		wWin.document.write('<script language="javascript">\n');	
		wWin.document.write('\n');

		wWin.document.write('var isNS4 = (navigator.appName.indexOf("Netscape") >= 0 && \n');
		wWin.document.write('                parseFloat(navigator.appVersion) >= 4 && parseFloat(navigator.appVersion) < 6) ? 1 : 0; \n');
		wWin.document.write('var isNS6 = (navigator.appName.indexOf("Netscape") >= 0 && \n');
		wWin.document.write('                parseFloat(navigator.appVersion) >= 6) ? 1 : 0; \n');
		wWin.document.write('var isIE4 = (document.all) ? 1 : 0; \n');
		wWin.document.write('\n');
		wWin.document.write('\n');
		wWin.document.write('function ResizeMe() { \n');

		wWin.document.write('if (isNS6) { \n');
		wWin.document.write('window.innerWidth = document.images[0].width+'+2*nBorder+'; \n');
		wWin.document.write('window.innerHeight = document.images[0].height+'+2*nBorder+'; \n');
		wWin.document.write('} \n');

		wWin.document.write('if (isNS4) { \n');
		wWin.document.write('window.innerWidth = document.images[0].width+'+2*nBorder+'; \n');
		wWin.document.write('window.innerHeight = document.images[0].height+'+2*nBorder+'; \n');
		wWin.document.write('} \n');

		wWin.document.write('if (isIE4) { \n');
		wWin.document.write('window.resizeTo(500, 500); \n');
		wWin.document.write('width = 500 - (document.body.clientWidth -  document.images[0].width) + '+2*nBorder+'; \n');
		wWin.document.write('height = 500 - (document.body.clientHeight -  document.images[0].height) + '+2*nBorder+'; \n');
		wWin.document.write('window.resizeTo(width, height); \n');
		wWin.document.write('} \n');

		wWin.document.write('} \n');
		wWin.document.write('\n');
		wWin.document.write('ResizeMe();');

		wWin.document.write('\n');
		wWin.document.write('</script>\n');	

		wWin.document.write('</BODY></HTML>\n');

		wWin.document.close();

	}

	

// End Hiding -->

