<!--

function layerani () {
  window.setTimeout("hokuspokus_a ()", 1000);
  window.setTimeout("hokuspokus_b ()", 2000);
  window.setTimeout("hokuspokus_c ()", 3000);
  window.setTimeout("hokuspokus_d ()", 6000);
  window.setTimeout("hokuspokus_e ()", 6000);
  window.setTimeout("hokuspokus_f ()", 6000);
  window.setTimeout("hokuspokus_g ()", 6000);
  window.setTimeout("hokuspokus_h ()", 6000);
}

function hokuspokus_a () {
  var Element = getElement ("id", "my_layer_a", 0);
  Element.style.visibility = "visible" ;
}

function hokuspokus_b () {
  var Element = getElement ("id", "my_layer_b", 0);
  Element.style.visibility = "visible" ;
}

function hokuspokus_c () {
  var Element = getElement ("id", "my_layer_c", 0);
  Element.style.visibility = "visible" ;
}

function hokuspokus_d () {
  var Element = getElement ("id", "my_page_layer", 0);
  Element.style.visibility = "hidden" ;
}

function hokuspokus_e () {
  var Element = getElement ("id", "my_home_bg", 0);
  Element.style.backgroundColor = "#FFFFFF" ;
}

function hokuspokus_f () {
  var Element = getElement ("id", "my_nav_layer", 0);
  Element.style.visibility = "visible" ;
}

function hokuspokus_g () {
  var Element = getElement ("id", "my_foot_layer", 0);
  Element.style.visibility = "visible" ;
}

function hokuspokus_h () {
  var Element = getElement ("id", "my_headlayer", 0);
  Element.style.visibility = "visible" ;
}

//-->
