
//setTimeout('window.location.reload()', 3000);
function chb(obj,img){
    obj.src='esp/img/inicio/'+img;
}
function ocultar(num,pag){
   
    if(document.getElementById('mayor').checked){
        num=num-10;
        if(num>0){
            document.getElementById('intro').style.filter="alpha(opacity="+num+")";
            document.getElementById('intro').style.opacity=(num/100);
            document.getElementById('intro').style.MozOpacity=(num/100);
            document.getElementById('intro').style.KHTMLOpacity=(num/100);
            setTimeout('ocultar('+num+',"'+pag+'")',100);
        }else{
            document.getElementById('intro').style.display='none';
             if(navigator.appName=='Microsoft Internet Explorer'){
                var tp=1;
            }else{
                var tp=0;
            }
            window.location.href=pag+'/app/home.php?tp='+tp;
        }
    }else{
        window.location.href='http://www.google.cl';
    }
}
var color = 0;
var suma = 10;
function on_mouse(obj,img,color){
    obj.style.background="url('"+img+"') no-repeat";
    obj.style.color=color;
    //obj.setAttribute('style',"background: url('"+img+"') no-repeat; color: "+color+";");
}
function show(id,display){
    document.getElementById(id).style.display=display;
    //document.getElementById(id).setAttribute('style',"display: "+display+";");
}
function cargar(pag,id){
    var w = screen.width-50;
    var h = screen.height - 375;
    var request = GetPageRequest(pag+'&w='+w+'&h='+h);
    document.getElementById(id).innerHTML=request;
}

