function showUfficioStampa()
{
document.getElementById("ufficio_stampaBody").innerHTML = "<table width=\"400\" border=1 bordercolor=\"#000000\">"+
"<tr>"+
"<td>"+
"<P CLASS=\"western\" ALIGN=CENTER STYLE=\"margin-top:0.07cm;\">"+
"<b>Pierangelo Garzia</b><br>"+
"Ufficio Stampa e Comunicazione<br>"+
"Irccs Istituto Auxologico Italiano<br>"+
"Via Spagnoletto, 3<br>"+
"20149 Milano<br>"+
"Tel. 02/619112896<br>"+
"Fax 02/619112204<br>"+
"<a href=\"mailto:garzia@auxologico.it\" style=\"color:#000000;text-decoration:underline;font-weight:normal;font-size:10px\">garzia@auxologico.it</a><br>"+
"<a href=\"http://www.auxologico.it\" target=\"_blank\" style=\"color:#000000;text-decoration:underline;font-weight:normal;font-size:10px\">www.auxologico.it</a>"+
"</P>" +
"</td>"+
"</tr>"+
"</table>"
;
}
