<!--

function initBanner() {
   defaultStatus = "VegaSere.it";
}
initBanner();

if (document.all){ // Explorer
  document.write("<style type='text/css'>                    ");
  document.write("   <!--                                    ");
  document.write("   body {                                  ");
  document.write("      scrollbar-face-color: #E5E5E5;       ");
  document.write("      scrollbar-highlight-color: #808080;  ");
  document.write("      scrollbar-3dlight-color: #F2F0F0;    ");
  document.write("      scrollbar-shadow-color: #808080;     ");
  document.write("      scrollbar-darkshadow-color: #F2F0F0; ");
  document.write("      scrollbar-track-color: #F2F0F0;      ");
  document.write("      scrollbar-arrow-color: #808080;      ");
  document.write("   }                                       ");
  document.write("   /*-->                                   ");
  document.write("</style>                                   ");
}

function aprifoto(url) {
   newin = window.open(url,'titolo','toolbar=no,scrollbars=yes,width=500,height=800,status=no,location=no,resizable=yes,position=absolute,left=0px,top=0px');
}

//-->


