// JavaScript Document

function banner() {
	document.writeln("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='100%' height='100%'>");
	document.writeln("<param name='movie' value='fla/banner_sineText.swf'>");
	document.writeln("<param name=quality value=high>");
	document.writeln("<param name=bgcolor value=#FFFF99>");
	document.writeln("<embed src='fla/banner_sineText.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='900' height='300' bgcolor='#FFFF99'></embed>");
	document.writeln("</object>");
}

function menu() {
	document.writeln(" &bull;&nbsp;<a href='impianti_solari_termici.htm'>Solare termico</a>&nbsp;");
	document.writeln(" &bull;&nbsp;<a href='impianti_solari_fotovoltaici.htm'>Fotovoltaico</a>&nbsp;");
	document.writeln(" &bull;&nbsp;<a href='galleria_fotovoltaico.htm'>Impianti realizzati</a>&nbsp;");
	document.writeln(" &bull;&nbsp;<a href='climatizzatori.htm'>Climatizzatori</a>&nbsp;");
	document.writeln(" &bull;&nbsp;<a href='offerte.htm'>Offerte climatizzazione</a>&nbsp;");
	document.writeln(" &bull;&nbsp;<a href='geotermia.htm'>Geotermia</a>&nbsp;");
	document.writeln(" &bull;&nbsp;<a href='bruciatori.htm'>Bruciatori</a>&nbsp;");
	document.writeln(" &bull;&nbsp;<a href='faq.htm'>FAQ</a>&nbsp;");
	document.writeln(" &bull;&nbsp;<a href='contatti.htm'>Contattaci</a>&nbsp;&nbsp;");
}
