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 MenuTop()
{
document.write('<form style="width: 100%; height: 1px" method="post" name="cerca" action="motore.asp">');
document.write('<table style="width: 100%; height: 1px" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td>');
document.write('<a href="default.htm">HOME</a> | ');
document.write('<a href="mailto:info@inter-ware.it">EMAIL</a> | ');
//document.write('<a href="view.html">Carrello</a> ');
document.write('<a href="view.html">Carrello (<script>document.write("Totale: "+Totale + " | Oggetti: "+TotaleOggetti);</script>)</a> ');
document.write('</td>');
document.write('<td style="text-align: right">');
document.write('Cerca: <input name="Ricerca" type="text" /> ');
document.write('<input type="image" name="Trova" src="images/search.gif"/>');
document.write('</td>');
document.write('<td>');

document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</form>');

}


