window.status='La HomePage del Galassiere'

function hph(menu)
{
window.open(menu,"linkhp",'width=300,height=360,top=17');
}
function targah(menu)
{
window.open(menu,"linktarga",'width=600,height=450,top=17');
}
function calendarh(menu)
{
window.open(menu,"linkcalendar",'width=250,height=335,top=17');
}
function lunarioh(menu)
{
window.open(menu,"linklunario",'width=425,height=480,top=17,left=17');
}
function buioh(menu)
{
window.open(menu,"linkbuio",'fullscreen,scrollbars=yes,resizable=yes,top=0');
}
function cieloh(menu)
{
window.open(menu,"linkcielo",'fullscreen,scrollbars=yes,resizable=yes,top=0');
}
function homeh(menu)
{
window.open(menu,"linkhome",'width=450,height=528,top=17');
}
function stath(menu)
{
window.open(menu,"linkstat",'width=300,height=300,top=17');
}
 giovaon = new Image (); giovaon.src="index_file/giovaon.jpg";
 giovaoff = new Image (); giovaoff.src="index_file/giovaoff.jpg";
 fasion = new Image (); fasion.src="index_file/fasion.png";
 fasioff = new Image (); fasioff.src="index_file/fasioff.png";
 logoon = new Image (); logoon.src="index_file/logoon.jpg";
 logooff = new Image (); logooff.src="index_file/logooff.jpg";
 angmolon = new Image (); angmolon.src="index_file/angmolon.jpg";
 angmoloff = new Image (); angmoloff.src="index_file/angmoloff.jpg";
 function Attiva (Image)
 {
 img1 = eval(Image + 'on.src'); document[Image].src=img1;
 window.status=''
 }
 function Disattiva (Image)
 {
 img2 = eval(Image + 'off.src'); document[Image].src=img2;
 window.status='La HomePage del Galassiere'
 }

function sethp(obj)
{
obj.style.behavior='url(#default#homepage)'; obj.setHomePage('http://www.galassiere.it/');
}

function sivamtime() {
  now=new Date();
  hour=now.getHours();
  min=now.getMinutes();
  sec=now.getSeconds();

if (min<=9) { min="0"+min; }
if (sec<=9) { sec="0"+sec; }
if (hour>12) { hour=hour-0; add=""; }
else { hour=hour; add=""; }
if (hour==12) { add=""; }

time = ((hour<=9) ? "0"+hour : hour) + "&nbsp;:&nbsp;" + min + "&nbsp;:&nbsp;" + sec + "&nbsp;&nbsp;" + add;

if (document.getElementById) { document.getElementById('theTime').innerHTML = time; }
else if (document.layers) {
 document.layers.theTime.document.write(time);
 document.layers.theTime.document.close(); }

setTimeout("sivamtime()", 1000);
}
window.onload = sivamtime;

