
  var MyFontColor 	     = "cyan";
  Lm  = new Date(document.lastModified)
  var UltimaRevisione = Lm.getDate() + "/" + (Lm.getMonth() + 1) + "/"  + Lm.getYear();

  WindowWidth  = screen.availWidth;
  WindowHeight = screen.availHeight;
  WindowShift =( screen.availWidth - 1024 ) / 2;
//  if (WindowWidth >= 1024) {WindowWidth = 1024};

  var LinkMail   	      = "mailto:ruotalpina.ve@gmail.com";  
  var LinkArchivio  	  = "http://picasaweb.google.com/paglia1964";
  var LinkChiSiamo     	  = "http://picasaweb.google.com/ruotalpina.ve/CHISIAMO#";
  var LinkFotoGite     	  = "http://picasaweb.google.com/ruotalpina.ve";
  var LinkItinerari		  = "http://itinerari.mtb-forum.it/tours/user/52237";
  var LinkForum           = "http://theciano.altervista.org/phpBB2/";
  var LinkUltimissime     = "http://theciano.altervista.org/phpBB2/viewforum.php?f=12&sid=275e5e3255eaec4e20509541b6208f73";
  var LinkRuotAlpina      = "http://maps.google.com/maps?q=Via+Col+di+Lana+13+Mestre+Venezia+Italy+.+.&amp;hl=it&amp;ie=UTF8&amp;om=1&amp;z=15&amp;iwloc=addr";

  var LinkAmiciBicicletta = "http://maps.google.com/maps?q=Via+Col+di+Lana+13+Mestre+Venezia+Italy+.+.&amp;hl=it&amp;ie=UTF8&amp;om=1&amp;z=15&amp;iwloc=addr";
  var LinkBICIMANIA       = "http://maps.google.com/maps?q=Via+Torre+Belfredo+124/C+Mestre+Venezia+Italy+.+.&amp;hl=it&amp;ie=UTF8&amp;om=1&amp;z=15&amp;iwloc=addr";
  var LinkSCAVEZZON       = "http://maps.google.com/maps?q=Via+Della+Vittoria+141+Mirano+Venezia+Italy+.+.&amp;hl=it&amp;ie=UTF8&amp;om=1&amp;z=15&amp;iwloc=addr";  
 
  var LinkMartedi         = "http://theciano.altervista.org/phpBB2/viewforum.php?f=4&sid=260a756ce22c1393d370000e805cb23f"; 
  var LinkPadovani        = "http://www.gruppomtb.it/programmauscite.htm"; 
  var LinkSabato          = "http://theciano.altervista.org/phpBB2/viewforum.php?f=26";  
  var LinkDomenica        = "http://theciano.altervista.org/phpBB2/viewforum.php?f=7&sid=de34de8228fb4eaf7C6C4081e937943a";
  var LinkMeteo		 	  = "http://www.ilmeteo.it/";
  var LinkArpaMeteo		  = "http://www.arpa.veneto.it/bollettini/htm/meteo_veneto.asp";
  var LinkArpaRadar_250	  = "http://www.arpa.veneto.it/upload_teolo/radar_teolo/PPI_250_Z_0_01.jpg?c=20108195293";
  var LinkArpaRadar_128	  = "http://www.arpa.veneto.it/upload_teolo/radar_teolo/BASE_128_Z_01.jpg?c=201052262614";
  
//  <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->

function GetImage(TheImage)
{
  var myImage  = new Image();
  myImage.src  = null;
  	
  myImage.src  = TheImage;
  
  ImageWidth   = myImage.width;
  ImageHeight  = myImage.height;
  window.open(myImage.src,'_blank','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+ImageWidth+',height='+ImageHeight+',left=10,top=10')
}
//  <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->

function Header(Level, Return, MyColor)
{
MyLevel = "./";		
if  (Level == 1) { MyLevel = "../"}
if  (Level == 2) { MyLevel = "../../"}
if  (Level == 3) { MyLevel = "../../../"} 
	
CH  = "";
CH += "<table align=center height=9% width=100% border=0 cellpadding=0% cellspacing=0%>";
CH += "  <tr valign=middle>";
CH += "    <td align=center width=15%>";

if (Return == 3) { CH += "                                                                            "}
else             { CH += "<font size=4><a href='" + MyLevel + "index.html' target = '_top'>INIZIO<\/a>"}

CH += "    <\/td>";
CH += "    <td height=5% align=center>";
CH += "            <font size=6 color=" + MyColor +"><i><b>" + Line1 +"<\/b><\/i><\/font>";
CH += "        <br><font size=4 color=" + MyColor +"><i>   " + Line2 +"     <\/i><\/font>";
CH += "    <\/td>";
CH += "    <td align=center width=15%>";
CH += "      <font size=4>";

if  (Level == 1) 
{
  if (Return == 0) { CH += "<a href='" + MyLevel + "index.html'                   target = '_top'>INIZIO        <\/a>"}
  if (Return == 1) { CH += "<a href='" + MyLevel + "RuotAlpina/AltriPercorsi.htm' target = '_top'>Altri Percorsi<\/a>"} 
  if (Return == 2) { CH += "<a href='" + MyLevel + "RuotAlpina/Rifugi.htm'        target = '_top'>Rifugi        <\/a>"}  
}
else
{
  CH += "      <a href='" + MyLevel + "RuotAlpina/AltriPercorsi.htm' target='_top'>Altri percorsi<\/a><br>";
  CH += "      <a href='" + MyLevel + "RuotAlpina/Rifugi.htm'        target='_top'>Rifugi<\/a>";
}
CH += "      <\/font>";
CH += "    <\/td>";
CH += "  <\/tr>";
CH += "<\/table>";
}
//  <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->

function Footer(Page, Level)
{
MyLevel = "./";	
if  (Level == 1) { MyLevel = "../"}
if  (Level == 2) { MyLevel = "../../"}
if  (Level == 3) { MyLevel = "../../../"} 

CF  = "";
CF += "<table align=center height=5% width=100% border=0 cellpadding=0% cellspacing=0%>";
CF += "  <tr align=center valign=middle>";
CF += "    <td align=center width=15%>";

if  (Page == "Certified") 
{
  CF += "      <img src='" + MyLevel + "RuotAlpina/Immagini/valid-html401.png'>";	 //	height=15 width=44
}
else
{
  CF += "      <font size=2 color=cyan>Pagina non<br>certificata W3C<\/font>";
}
CF += "    <\/td>";
CF += "    <td>";
CF += "      <font size=2 color=red>";
CF += "        ATTENZIONE! &nbsp; Sito in perenne manutenzione, possono esserci incongruenze tra le pagine.<br>";
CF += "        Ultima revisione: " + UltimaRevisione + " &nbsp; &nbsp; &nbsp; (Di questa pagina)";
CF += "      <\/font>";
CF += "    <\/td>";
CF += "    <td align=center width=25%>";
CF += "      <font size=2 color=cyan>";
CF += "        By: <a href='http://domain.mvmnet.com' target='_blank'>Moviement s.r.l.<\/a><br>";
CF += "        Autori: Alessandro & Luigi Zanon";
CF += "      <\/font>";
CF += "    <\/td>";
CF += "  <\/tr>";
CF += "<\/table>";  
}
//  <!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->