function pop_up_profilo(n,c)
{
  var profile=window.open('','profile','resizable=yes,scrollbars=yes,width=500,height=300');
  profile.opener=window;
  profile.document.open("text/html");
  profile.document.write('\<html\>\<head\>\<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"\>\<LINK rel="stylesheet" type="text/css" href="img/stile.css"\>\</HEAD\>');
  
  profile.document.write('\<body\>\<TABLE class=forumline cellSpacing=1 cellPadding=2 width="100%" height="100%" border=1\>\<TR height=25\>\<TH class=thCornerL noWrap colSpan=2 width="100%"\>');
  profile.document.write(n);
  profile.document.write('\</TH\>\</TR\>\<TR height=16\>\<TD class=catLeft width="95%"\>&nbsp;\</TD\>\<TD class=rowpic align=middle width="95%"\>\<IMG SRC="img/foglietti3.gif" WIDTH="10" HEIGHT="16" BORDER="0" ALT=""\>\</TD\>\</TR\>\<TR\>\<TD align="justify" valign="top"\>\<SPAN class=gensmall\>\<BR>');
  profile.document.write(c);
  profile.document.write('\</SPAN\>\</TD\>\</TR\>\</TABLE\>\</BODY\>\</HTML\>');
 return false;
}
