function wrTop(){
document.write('<center>');
document.write('<a name="top"></a>');
document.write('<table width=780 bgcolor="#ffffff" border=0 cellpadding=0 cellspacing=0 hspace=0 vspace=0>');
document.write('<tr>');

if (isIE) {
	document.write('<td id="mela" bgcolor="#00ff87" width=150 height=90 align="center"><a href="../home.asp"><img src="../images/al_mela.jpg" width=146 height=86 ALT="home" border=0 hspace=0 vspace=0 onmouseover="changeBGcolor(mela, \'#0033cc\')" onmouseout="changeBGcolor(mela, \'#00ff87\')"></a></td>');
	document.write('<td bgcolor="#ffffff" width=630 height=90 align="left"><img src="../images/al_nome.jpg" width=630 height=90 border=0 hspace=0 vspace=0></td>');
	}
if (isNav) {
	document.write('<td id="mela" bgcolor="#00ff87" width=150 height=90 align="center"><a href="../home.asp"><img src="../images/al_mela.jpg" width=146 height=86 border=0 hspace=0 vspace=0 onmouseover="changeBGcolor(mela, \'#0033cc\')" onmouseout="changeBGcolor(mela, \'#00ff87\')"></a></td>');
	document.write('<td bgcolor="#ffffff" width=630 height=90 align="left"><img src="../images/al_nome.jpg" width=630 height=90 border=0 hspace=0 vspace=0></td>');
	}
document.write('</td></tr><tr>');
document.write('<td colspan=2 width=780 height=15 bgcolor="#0033cc"><span style="font-family:\'Comic Sans MS\'; color:#ffffff; font-size:14px; font-weight:bold; font-style:normal; padding:10px;"><marquee>&nbsp;&nbsp;&nbsp;Questo spazio è riservato per le foto dei vostri piccoli&nbsp;&nbsp;&nbsp;</marquee></span></td>');
document.write('</tr><tr>');
}

function wrBottom(){
document.write('<tr>');
document.write('<td><img src="../images/vuoto.gif" width=150 height=1></td>');
document.write('<td><img src="../images/vuoto.gif" width=630 height=1></td>');
document.write('</tr>');
document.write('</table></center>')
}
