function writeDove(dove1,dove2,dove3)
{
   document.write('<div id="dove1">' +dove1+ '</div>');
   if (dove2) {document.write('<div id="dove2">' +dove2+ '</div>');}
   if (dove3) {document.write('<div id="dove3">' +dove3+ '</div>');}
}

function writeBrothers()
{
   for (c=0;c<theBrothers.length;c++)
   {
      if (pagina == theBrothers[c][0])
      {
         document.write('<div class="vediLink"><img src="images/vedi_list2.gif" class="vmiddle" /><span class="blue">' +theBrothers[c][0]+ '</span></div>');
      }
      else
      {
         document.write('<div class="vediLink"><img src="images/vedi_list.gif" class="vmiddle" /><a href="' +theBrothers[c][1]+ '" class="plaintext">' +theBrothers[c][0]+ '</a></div>');
      }
   }
}

function sendPage(){
   winToOpen = 'sendPopup.jsp?currURL=' + escape(window.location);
   openPopup('chrome',winToOpen,'no','no','no',300,148);}
function addPref(){
   if (document.all) {window.external.AddFavorite(window.location, document.title +' - '+ pagina)}
   else {alert('Questa funzionalitą č supportata solo da InternetExplorer.\nPremi CTRL+D per aggiungere la pagina ai Bookmarks manualmente');}}