
// IN QUESTO FILE C'E' IL CONTENUTO DELLA PARTE SUPERIORE: L'IMMAGINE CON IL LOGO E I MENU


	document.write("<tr><td colspan=2 valign=top height=85>");
	document.write("	<table border=0 cellpadding=0 cellspacing=0 align=center width=100%>");
	document.write("		<tr>");
	document.write("			<td class=TestoCorpo rowspan=2 width=200 height=80 align=left valign=middle background='logo-bg.jpg'><img src='logo195x65.gif'></td>");
	document.write("			<td class=TestoCorpo width=430 height=60 background='topline04.jpg'>&nbsp;</td>");
	document.write("			<td class=TestoTop height=60 bgcolor=#62473C>&nbsp;</td>");
	document.write("			<td class=TestoCorpo width=130 height=60 background='business01.gif'>&nbsp;</td>");
	document.write("		</tr>");
	document.write("		<tr>");
	document.write("			<td colspan=4 style=border-top:2px solid #FFFFFF; border-left:1px solid #FFFFFF;>");
	document.write("				<table border=0 cellpadding=0 cellspacing=0 width=100% align=left background='bg-menu.gif'>");
	document.write("					<tr>");
	document.write("						<td width=108 height=24 valign=middle onMouseOver=\"popUp('elMenu1',event)\" onMouseOut=\"popDown('elMenu1')\" class=TestoMenuOrizz style='border-left:1px solid #FFFFFF;'>&nbsp;L'Azienda</td>");
	document.write("						<td width=108 height=24 valign=middle onMouseOver=\"popUp('elMenu2',event)\" onMouseOut=\"popDown('elMenu2')\" class=TestoMenuOrizz>&nbsp;L'Offerta</td>");
	document.write("						<td width=108 height=24 valign=middle onMouseOver=\"popUp('elMenu3',event)\" onMouseOut=\"popDown('elMenu3')\" class=TestoMenuOrizz>&nbsp;Qualit&agrave;</td>");
	document.write("						<td width=108 height=24 valign=middle onMouseOver=\"popUp('elMenu4',event)\" onMouseOut=\"popDown('elMenu4')\" class=TestoMenuOrizz>&nbsp;Competenze</td>");
	document.write("						<td width=108 height=24 valign=middle onMouseOver=\"popUp('elMenu5',event)\" onMouseOut=\"popDown('elMenu5')\" class=TestoMenuOrizz>&nbsp;Opportunit&agrave;</td>");
	document.write("						<td height=24 class=TestoPiccolo>&nbsp;</td>");
	document.write("						<td width=24 height=24 valign=middle onclick=\"location.replace('default.htm');\" class=TestoMenuOrizz style='border-left:1px solid #FFFFFF;'><img src='home.gif'></td>");
	document.write("					</tr>");
	document.write("				</table>");
	document.write("			</td>");
	document.write("		</tr>");
	document.write("	</table>");
	document.write("</td></tr>");

