// JavaScript Document
<!-- ALWAYS ON TOP FLOATING LAYER POP-UP -->

<!-- Copyright 2003, Sandeep Gangadharan -->
<!-- For more free scripts go to http://sivamdesign.com/scripts/ -->
<!--
var y1 = 720;   // change the # on the left to adjuct the Y co-ordinate
(document.getElementById) ? dom = true : dom = false;

function hideIt() {
  if (dom) {document.getElementById("layer1").style.visibility='hidden';}
  if (document.layers) {document.layers["layer1"].visibility='hide';} }

function showIt() {
  if (dom) {document.getElementById("layer1").style.visibility='visible';}
  if (document.layers) {document.layers["layer1"].visibility='show';} }

function placeIt() {
  if (dom && !document.all) {document.getElementById("layer1").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["layer1"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["layer1"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt()", 10); }
  
  
function hideIt2() {
  if (dom) {document.getElementById("layer2").style.visibility='hidden';}
  if (document.layers) {document.layers["layer2"].visibility='hide';} }

function showIt2() {
  if (dom) {document.getElementById("layer2").style.visibility='visible';}
  if (document.layers) {document.layers["layer2"].visibility='show';} }

function placeIt2() {
  if (dom && !document.all) {document.getElementById("layer2").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["layer2"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["layer2"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt2()", 10); }
  
  
function hideIt3() {
  if (dom) {document.getElementById("layer3").style.visibility='hidden';}
  if (document.layers) {document.layers["layer3"].visibility='hide';} }

function showIt3() {
  if (dom) {document.getElementById("layer3").style.visibility='visible';}
  if (document.layers) {document.layers["layer3"].visibility='show';} }

function placeIt3() {
  if (dom && !document.all) {document.getElementById("layer3").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["layer3"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["layer3"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt3()", 10); }



function hideIt4() {
  if (dom) {document.getElementById("layer4").style.visibility='hidden';}
  if (document.layers) {document.layers["layer4"].visibility='hide';} }

function showIt4() {
  if (dom) {document.getElementById("layer4").style.visibility='visible';}
  if (document.layers) {document.layers["layer4"].visibility='show';} }

function placeIt4() {
  if (dom && !document.all) {document.getElementById("layer4").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["layer4"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["layer4"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt4()", 10); }



function hideIt5() {
  if (dom) {document.getElementById("layer5").style.visibility='hidden';}
  if (document.layers) {document.layers["layer5"].visibility='hide';} }

function showIt5() {
  if (dom) {document.getElementById("layer5").style.visibility='visible';}
  if (document.layers) {document.layers["layer5"].visibility='show';} }

function placeIt5() {
  if (dom && !document.all) {document.getElementById("layer5").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["layer5"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["layer5"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt5()", 10); }



function hideIt6() {
  if (dom) {document.getElementById("layer6").style.visibility='hidden';}
  if (document.layers) {document.layers["layer6"].visibility='hide';} }

function showIt6() {
  if (dom) {document.getElementById("layer6").style.visibility='visible';}
  if (document.layers) {document.layers["layer6"].visibility='show';} }

function placeIt6() {
  if (dom && !document.all) {document.getElementById("layer6").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["layer6"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["layer6"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt6()", 10); }



function hideIt7() {
  if (dom) {document.getElementById("layer7").style.visibility='hidden';}
  if (document.layers) {document.layers["layer7"].visibility='hide';} }

function showIt7() {
  if (dom) {document.getElementById("layer7").style.visibility='visible';}
  if (document.layers) {document.layers["layer7"].visibility='show';} }

function placeIt7() {
  if (dom && !document.all) {document.getElementById("layer7").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["layer7"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["layer7"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt7()", 10); }

// -->
