function InterWare()
{
document.write('<p align="center">');
document.write('<b>Inter-Ware Srl</b> | ');
document.write('P.IVA 05103190483 | ');
document.write('Made by	');		
document.write('<a target="_blank" href="http://www.inter-ware.it">Inter-Ware s.r.l.</a> ');
document.write('| Powered by ');
document.write('<a target="_blank" href="http://www.htmlcreator.biz">HTML Creator</a>');
document.write('</p>');
}

function InfoUtente()
{
document.write('<p align="center"><strong><#RAGIONESOCIALE></strong> <#INDIRIZZO> - <#CAP> <#CITTA> (<#PROV>) <#NAZ> | ');
if ('<#TELEFONO1>' != '') {document.write('Tel/Phone: <#TELEFONO1>');}
if ('<#TELEFONO2>' != '') {document.write('- <#TELEFONO2>');}
if ('<#FAX1>' != '') {document.write(' | FAX: <#FAX1>');}
document.write('<br/>');
document.write('P.IVA <#PARTITAIVA> - <#ALTRIDATIFISCALI><br /></p>');
}
