// JavaScript Document
    function abreDIV(){
        document.getElementById("show").style.display = 'block';
    }
    
    function timedMsg(){
        setTimeout("abreDIV();",0);
    }
	
	function fecha() {
	document.getElementById('show').style.display='none';
	}
	
function jumpScroll() {
   	window.scroll(0,0); // horizontal and vertical scroll targets
	

}

function show() { 
   document.all.pic.filters.blendTrans.Apply() 
   document.all.pic.src=x[y++] 
   document.all.pic.filters.blendTrans.Play(delay) 
   if (y>x.length-1) y=0; 
} 
function timeF() { 
   setTimeout("show()",speed) 
} 

function abre_submenu_Over(){
document.getElementById('abre_submenu').style.color = "#007A8F";
document.getElementById('abre_submenu').style.backgroundColor = "#fadb98";
}

function abre_submenu_Out(){
document.getElementById('abre_submenu').style.color = "white";
document.getElementById('abre_submenu').style.backgroundColor = "#898f55";
}