// JavaScript Document
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

var XX=20; // X position of the scrolling objects
var xstep=1;var delay_time=1;
//Begin of the unchangable area, please do not modify this area
var YY=10;  var ns4=document.layers?1:0;var ie=document.all?1:0;var ns6=document.getElementById&&!document.all?1:0;
function reloc1(){
if(ie){point1.style.left=XX; point1.style.top=YY+document.body.scrollTop;}
else if (ns4){document.point1.pageY=YY+window.pageYOffset;document.point1.visibility="hidden";}
else if (ns6){document.getElementById("point1").style.left=XX;document.getElementById("point1").style.top=YY+window.pageYOffset} }
function onad(){if(ns4)document.point1.visibility="visible";loopfunc();cambio_cs();}
function cambio_cs() { 
switch(elemento.style.color){
		case "#333e86":
			elemento.style.color="#5d68b2";
			break;			//sale de switch
		case '#5d68b2':
			elemento.style.color="#6b96d6";
			break;			//sale switch
		case '#6b96d6':
			elemento.style.color="#5d68b1";
			break;			//sale switch			
		default:
		elemento.style.color="#333e86";				}
setTimeout("cambio_cs()",400);}
function loopfunc(){ reloc1();setTimeout('loopfunc()',delay_time);}


if (ie||ns4||ns6)
window.onload=onad