// JavaScript Document
var path = "../"

document.write("<TABLE width='98%' heigth='100%' border='0' cellspacing='0' cellpadding='0'>");
document.write("        <TR>");
document.write("        	<TD colspan='2'>");
document.write("			<table cellpadding='4' cellspacing='1' border='0' width='100%'><tr class='td_pagfooterAzzurro'>");
document.write("			<td width='20%'><span class='footerConLink_kilma'><a href='"+path+"index.html'><b>home</b></a></span></td>");
document.write("			<td width='20%'><span class='footerConLink_kilma'><a href='indice_generale.html'><b>indice generale</b></a></span></td>");
document.write("			<td width='20%'><span class='footerConLink_kilma'><a href='indice_alfabetico01.html'><b>indice alfabetico</b></a></span></td>");
document.write("			<td width='20%'><span class='footerConLink_kilma'><a href='indice_code_pagina01.html'><b>indice codice-pagina</b></a></span></td>");
document.write("			<td width='20%'><span class='footerConLink_kilma'><a href='conosci_sistema.html'><b>conosci KILMA</b></a></span></td>");
document.write("			</tr></table>");
document.write("        	</TD>");
document.write("          <TD rowspan='4' width='54' align='right' valign='bottom' background='"+path+"ico/sf_titolodx_down.gif'><IMG src='"+path+"ico/ang_righe.gif' width='50' height='16'></TD>");
document.write("        </TR>");
document.write("        <TR>");
document.write("        	<TD colspan='2'><HR width='100%' size='2' class='hr_kilma'></TD>");
document.write("        </TR>");
document.write("        <TR>");
document.write("          <TD align='left' valign='top' class='td_biancosfondo'><span class='footer'>made by ONION S.p.A.<bR>");
document.write("			<a href='http://www.onion.it'>www.onion.it</a></span><br>&nbsp;</TD>");
document.write("		  <TD align='right' valign='top' class='td_biancosfondo'><span class='footer'>© R.B.M. spa<bR>");
document.write("			<a href='http://www.rbm.eu'>www.rbm.eu</a><br>");
document.write("			<a href='mailto:info@rbm.eu'>info@rbm.eu</a></span><br>&nbsp;</TD>");
document.write("        </TR>");
document.write("    </TABLE>");
