function Wiadomosc(tytul,tresc,adres,wysokosc) {
var tekst;
tekst='<div style="margin-bottom:5px; width:400px; height:';
tekst+=wysokosc;
tekst+='px; border-bottom:1px solid #a5a9b8; background-color:whitesmoke;">';
tekst+='<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">';
tekst+='<tr height="20px">';
tekst+='<td style="height:20px; font-variant:small-caps; text-indent: 20px; text-align:left; font-weight:bold; font-family:arial; font-size:11pt; color:#c60000;background-image:url(\'skryptyjs/p.gif\')">';
tekst+=tytul;
tekst+='</td></tr><tr><td style="text-align: justify; text-indent: 15px; padding:5px; color:#546685; font-size:10pt" valign="top">';
tekst+=tresc;
//tekst+='</td></tr><tr style="height:15px; text-align:right; font-weight:bold; font-family:arial; font-size:8pt;">'
//tekst+='<td><a href="';
//tekst+=adres;
//tekst+='" style="color:#c60000; text-decoration:none;">&gt;&gt;&gt;WIĘCEJ&gt;&gt;&gt;</a>&nbsp;&nbsp;&nbsp;</td></td></td></tr></table></div>';


//alternatywny koniec
tekst+='<a href="';
tekst+=adres;
tekst+='" style="color:#c60000; text-decoration:none; font-size:8pt; font-weight:bold; font-family:arial">&gt;&gt;&gt;WIĘCEJ&gt;&gt;&gt;</a>&nbsp;&nbsp;&nbsp;</td></tr></table></div>';
document.write(tekst);
}

