function wrTop(){

if (area ==5) imgTop='top_index.gif'
else imgTop='top.gif'


var stringa ='<div class="menu">';

stringa += '<a href="'+path+'index.htm"><img src="'+path+'img/m_home.gif" alt="" width="110" height="30" border="0"></a>';



if (area =='scuola')	stringa += '<a href="'+path+'scuola/index.htm"><img src="'+path+'img/m_scuola_on.gif" alt="" width="94" height="30" border="0"></a>';
else	stringa += '<a href="'+path+'scuola/index.htm"><img src="'+path+'img/m_scuola_off.gif" alt="" width="94" height="30" border="0"></a>';
	
if (area =='approfondimenti')	stringa += '<a href="'+path+'approfondimenti/index.htm"><img src="'+path+'img/m_approfondimenti_on.gif" alt="" width="153" height="30" border="0"></a>';
else	stringa += '<a href="'+path+'approfondimenti/index.htm"><img src="'+path+'img/m_approfondimenti_off.gif" alt="" width="153" height="30" border="0"></a>';

	

	



if (area =='community')	stringa += '<a href="'+path+'community/index.htm"><img src="'+path+'img/m_community_on.gif" alt="" width="115" height="30" border="0"></a>';
else	stringa += '<a href="'+path+'community/index.htm"><img src="'+path+'img/m_community_off.gif" alt="" width="115" height="30" border="0"></a>';

if (area =='privacy')	stringa += '<a href="'+path+'privacy/index.htm"><img src="'+path+'img/m_privacy_on.gif" alt="" width="87" height="30" border="0"></a>';
else	stringa += '<a href="'+path+'privacy/index.htm"><img src="'+path+'img/m_privacy_off.gif" alt="" width="87" height="30" border="0"></a>';

if (area =='contatti')	stringa += '<a href="'+path+'contatti/index.htm"><img src="'+path+'img/m_contatti_on.gif" alt="" width="114" height="30" border="0"></a>';
else	stringa += '<a href="'+path+'contatti/index.htm"><img src="'+path+'img/m_contatti_off.gif" alt="" width="114" height="30" border="0"></a>';

if (area =='formazione')	stringa += '<a href="'+path+'formazione/asp.htm"><img src="'+path+'img/m_formazione_on.gif" alt="" width="166" height="30" border="0"></a>';
else	stringa += '<a href="'+path+'formazione/asp.htm"><img src="'+path+'img/m_formazione_off.gif" alt="" width="166" height="30" border="0"></a>';
	
	
if (area =='links')	stringa += '<a href="'+path+'links/index.htm"><img src="'+path+'img/m_links_on.gif" alt="" width="81" height="30" border="0"></a>';
else	stringa += '<a href="'+path+'links/index.htm"><img src="'+path+'img/m_links_off.gif" alt="" width="81" height="30" border="0"></a>';



stringa += '<br></div>' ;


  document.write(stringa);    
}	

/********************************/

