// 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 = 200;   // 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 hideIt13() {
  if (dom) {document.getElementById("derechos").style.visibility='hidden';}
  if (document.layers) {document.layers["derechos"].visibility='hide';} }

function showIt13() {
  if (dom) {document.getElementById("derechos").style.visibility='visible';}
  if (document.layers) {document.layers["derechos"].visibility='show';} }

function placeIt13() {
  if (dom && !document.all) {document.getElementById("derechos").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["derechos"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["derechos"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt13()", 10); }
  
  
  
 function hideIt14() {
  if (dom) {document.getElementById("legal").style.visibility='hidden';}
  if (document.layers) {document.layers["legal"].visibility='hide';} }

function showIt14() {
  if (dom) {document.getElementById("legal").style.visibility='visible';}
  if (document.layers) {document.layers["legal"].visibility='show';} }

function placeIt14() {
  if (dom && !document.all) {document.getElementById("legal").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["legal"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["legal"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt14()", 10); }




// -->
