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="#009900" width=150 height=90 align="center"><a href="../home.asp"><img src="../images/ba_mela.jpg" width=146 height=86 border=0 hspace=0 vspace=0 onmouseover="changeBGcolor(mela, \'#ff9900\')" onmouseout="changeBGcolor(mela, \'#009900\')"></a></td>');
	document.write('<td bgcolor="#99cc00" width=630 height=90 align="left"><img src="../images/ba_nome.gif" width=630 height=90 border=0 hspace=0 vspace=0></td>');
	//document.write('<td bgcolor="#009900" width=150 height=90 align="center">');
	//document.write('<a href="../biblio/home.htm"><img src="../images/bi_pic1.gif" width=146 height=44 border=0 hspace=0 vspace=0 onmouseover="changeImage(this, \'../images/bi_pic2.gif\')" onmouseout="changeImage(this, \'../images/bi_pic1.gif\')"></a><br>');
	//document.write('<a href="../notizie/home.htm"><img src="../images/un_pic1.gif" width=146 height=44 border=0 hspace=0 vspace=0 onmouseover="changeImage(this, \'../images/un_pic2.gif\')" onmouseout="changeImage(this, \'../images/un_pic1.gif\')"></a>');
	}
if (isNav) {
	document.write('<td id="mela" bgcolor="#cc0066" width=150 height=90 align="center"><a href="../home.asp"><img src="../images/ba_mela.jpg" width=146 height=86 border=0 hspace=0 vspace=0 onmouseover="changeBGcolor(mela, \'#ffcc00\')" onmouseout="changeBGcolor(mela, \'#cc0066\')"></a></td>');
	document.write('<td bgcolor="#99cc00" width=530 height=90 align="left"><img src="../images/ba_nome.gif" width=530 height=90 border=0 hspace=0 vspace=0></td>');
	//document.write('<td bgcolor="#cc0066" width=150 height=90 align="center">');
	//document.write('<a href="../biblio/home.htm"><img src="../images/bi_pic1.gif" width=146 height=44 border=0 hspace=0 vspace=0 onmouseover="changeImage(this, \'../images/bi_pic2.gif\')" onmouseout="changeImage(this, \'../images/bi_pic1.gif\')"></a>');
	//document.write('<a href="../notizie/home.htm"><img src="../images/un_pic1.gif" width=146 height=44 border=0 hspace=0 vspace=0 onmouseover="changeImage(this, \'../images/un_pic2.gif\')" onmouseout="changeImage(this, \'../images/un_pic1.gif\')"></a>');
	}
document.write('</tr><tr>');
document.write('<td colspan=3 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 annunci, comunicazioni, iniziative delle nostre pazienti...&nbsp;&nbsp;&nbsp;Mandateci 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=480 height=1></td>');
document.write('<td><img src="../images/vuoto.gif" width=150 height=1></td>');
document.write('</tr>');
document.write('</table></center>')
}