

(function() {
function $(id) {
return document.getElementById(id);}
function setStyleDisplay(id, status) {
$(id).style.display = status;}
function goTop(acceleration, time) {
acceleration = acceleration || 0.1;
time = time || 16;
var dx = 0;
var dy = 0;
var bx = 0;
var by = 0;
var wx = 0;
var wy = 0;
if (document.documentElement) {
dx = document.documentElement.scrollLeft || 0;
dy = document.documentElement.scrollTop || 0;}
if (document.body) {
bx = document.body.scrollLeft || 0;
by = document.body.scrollTop || 0;}
var wx = window.scrollX || 0;
var wy = window.scrollY || 0;
var x = Math.max(wx, Math.max(bx, dx));
var y = Math.max(wy, Math.max(by, dy));
var speed = 1 + acceleration;
window.scrollTo(Math.floor(x / speed), Math.floor(y / speed));
if(x > 0 || y > 0) {
var invokeFunction = "MGJS.goTop(" + acceleration + ", " + time + ")"
window.setTimeout(invokeFunction, time);}}
function switchTab(showPanels, hidePanels, activeTab, activeClass, fadeTab, fadeClass) {
$(activeTab).className = activeClass;
$(fadeTab).className = fadeClass;
var panel, panelList;
panelList = showPanels.split(',');
for (var i = 0; i < panelList.length; i++) {
var panel = panelList[i];
if ($(panel)) {
setStyleDisplay(panel, 'block');}}
panelList = hidePanels.split(',');
for (var i = 0; i < panelList.length; i++) {
panel = panelList[i];
if ($(panel)) {
setStyleDisplay(panel, 'none');}}}
window['MGJS'] = {};
window['MGJS']['$'] = $;
window['MGJS']['setStyleDisplay'] = setStyleDisplay;
window['MGJS']['goTop'] = goTop;
window['MGJS']['switchTab'] = switchTab;
})();












function crearinicio(x,a){

if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
          x.style.behavior='url(#default#homepage)';
       x.setHomePage(a);
}
else
{
   alert(" Utilice el menu de su navegador en su seccion 'Herramientas > Propiedades' ");
}
}

function agregarfavoritos(direccion,comentario){

//IE
if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
    var url=direccion;
   var titulo=comentario;
   window.external.AddFavorite(url,titulo);
}
   //Para Firefox
else {

   if(navigator.appName == "Netscape"){
      window.sidebar.addPanel(comentario, direccion,"");
   }
   
   
   if(navigator.appName == "Opera"){
      alert("Pulse las teclas Control + D ");
   }
    }
   
}

/*------------------*/
function ajuste(){
	 
	     var ancho=screen.availWidth-1000;
	  	  
	     if(ancho>1){
	       ancho=ancho/2;
	       document.getElementById('ep_home').style.left=ancho + 'px';
	     }
	     
	    	     
      }
       
     
     function reseteo(){
     
      if(confirm("\xBF Est\xe1 seguro que desea generar una nueva sesi\xf3n ?")){ 
          document.forms[0].HDESTADO.value=-1;
          window.document.forms[0].submit();  
         }
	  
         return false;  
     
     }
     
     
        
     function previa(){
      window.document.getElementById("ifintercambio").src="vacia.htm";  
     }
     
    
 function accion(x){
      
   if(document.forms[0].HDESTADO.value!=x ){
   
     window.document.getElementById("EMBELLECEDOR").style.display="none";   
     window.document.getElementById("VEHICULO").style.display="none";
     window.document.getElementById("CATALOGO").style.display ="none";
     window.document.getElementById("RESULTADO").style.display="none"; 
     window.document.getElementById("DATOS").style.display="none"; 
     window.document.getElementById("SEND").style.display="none"; 
     window.document.getElementById("INTERCAMBIO").style.display="none";  
     window.document.getElementById("FORMULARIO").style.display="none";  
     window.document.getElementById("EMPRESA").style.display="none";  
     window.document.getElementById("SINIESTROS").style.display="none";  
     window.document.getElementById("TASACION").style.display="none";  
     window.document.getElementById("BAJA").style.display="none";  
     
                                        
     switch (x){
                                                     
       case 1:
                 
          document.forms[0].HDESTADO.value=1;
          window.document.getElementById("FORMULARIO").style.display="block";  
          window.document.getElementById("ifformulario").src="formulario/formulario.aspx";
           MGJS.goTop();
          return false;
                      
       case 2:
        
          document.forms[0].HDESTADO.value=2;
          window.document.getElementById("SINIESTROS").style.display="block";  
          window.document.getElementById("ifsiniestros").src="tasacion/tasacion.aspx";
           MGJS.goTop();
          return false;
          
                
      case 3:
                    
        document.forms[0].HDESTADO.value=3;
        window.document.getElementById("EMBELLECEDOR").style.display ="block"; 
         window.document.getElementById("EMBELLECEDOR").style.height="71px";
        window.document.getElementById("INTERCAMBIO").style.display="block"; 
        window.document.getElementById("INTERCAMBIO").style.height="1180px"; 
        window.document.getElementById("ifintercambio").style.height="1180px"; 
        window.document.getElementById("ifintercambio").src="postinicial.aspx"; 
         MGJS.goTop();
        return false;
      
      case 33:
                         
        document.forms[0].HDESTADO.value=33;
        window.document.getElementById("EMBELLECEDOR").style.display ="block"; 
        window.document.getElementById("EMBELLECEDOR").style.height="1590px";
        window.document.getElementById("INTERCAMBIO").style.display="block"; 
        window.document.getElementById("INTERCAMBIO").style.height="2700px"; 
        window.document.getElementById("ifintercambio").style.height="2700px"; 
        window.document.getElementById("ifintercambio").src="garantias.aspx"; 
         MGJS.goTop();
        return false;
                     
      case 4:
      
         document.forms[0].HDESTADO.value=4;
         window.document.getElementById("EMPRESA").style.display="block"; 
         window.document.getElementById("EMPRESA").style.height="1110px"; 
         window.document.getElementById("ifempresa").style.height="1110px"; 
         window.document.getElementById("ifempresa").src="empresa/empresa.aspx"; 
          MGJS.goTop();
         
         return false;
               
                     
     case 5:
      
        document.forms[0].HDESTADO.value=5;
        window.document.getElementById("INTERCAMBIO").style.display="block"; 
        window.document.getElementById("INTERCAMBIO").style.height="1107px"; 
        window.document.getElementById("ifintercambio").style.height="1107px"; 
        window.document.getElementById("ifintercambio").src="contactar.aspx"; 
         MGJS.goTop();
                                           
       return false;
    
                     
     case 6:
     
      document.forms[0].HDESTADO.value=6;
      window.document.getElementById("BAJA").style.display="block";  
      window.document.getElementById("ifbaja").src="baja/bajavehiculo.aspx";
       MGJS.goTop();
     
      return false;
                
                     
   case 7:
                   
    document.forms[0].HDESTADO.value=7;
    window.document.getElementById("INTERCAMBIO").style.display="block"; 
    window.document.getElementById("INTERCAMBIO").style.height="400px"; 
    window.document.getElementById("ifintercambio").style.height="400px"; 
    window.document.getElementById("ifintercambio").src="siniestros/siniestros.aspx"; 
     MGJS.goTop();
    return false;
    
   case 8:
                         
       document.forms[0].HDESTADO.value=8;
       window.document.getElementById("INTERCAMBIO").style.display="block"; 
       window.document.getElementById("INTERCAMBIO").style.height="1107px"; 
       window.document.getElementById("ifintercambio").style.height="1107px"; 
       window.document.getElementById("ifintercambio").src="ventajas.aspx"; 
        MGJS.goTop();                              
       return false;
      
  
                                     
       
                    
   case 9:
          
       document.forms[0].HDESTADO.value=9;
       window.document.getElementById("INTERCAMBIO").style.display="block"; 
       window.document.getElementById("INTERCAMBIO").style.height="1107px"; 
       window.document.getElementById("ifintercambio").style.height="1107px"; 
       window.document.getElementById("ifintercambio").src="avisolegal.aspx"; 
        MGJS.goTop();                   
       return false;
       
    case 10:
       
       
       document.forms[0].HDESTADO.value=10;
       window.document.getElementById("INTERCAMBIO").style.display="block"; 
       window.document.getElementById("INTERCAMBIO").style.height="1107px"; 
       window.document.getElementById("ifintercambio").style.height="1107px"; 
       window.document.getElementById("ifintercambio").src="mapaweb.aspx"; 
                          
       return false;                   
                   
                            
      case 20:
                        
         document.forms[0].HDESTADO.value=20;
         window.document.getElementById("VEHICULO").style.display="block";
         window.document.getElementById("INTERCAMBIO").style.display="block"; 
         window.document.getElementById("INTERCAMBIO").style.height="930px"; 
         window.document.getElementById("ifintercambio").style.height="930px"; 
         window.document.getElementById("ifvehiculo").src="buscador/selauto.aspx?a=0";     
         window.document.getElementById("ifintercambio").src="inicial.aspx";                                                                                  
         MGJS.goTop();          
         return false;
        
     case 30:
                  
         /* ............. BDOR desde catalogos ............. */
                             
         document.forms[0].HDESTADO.value=20;
         window.document.getElementById("VEHICULO").style.display="block";
         window.document.getElementById("INTERCAMBIO").style.display="block"; 
         window.document.getElementById("INTERCAMBIO").style.height="930px"; 
         window.document.getElementById("ifintercambio").style.height="930px"; 
         window.document.getElementById("ifvehiculo").src="buscador/selauto.aspx";     
         window.document.getElementById("ifintercambio").src="inicial.aspx";                                                                                  
           MGJS.goTop();         
         return false;
                                                    
                                               
     case 21:
     
         document.forms[0].HDESTADO.value=21;     
         window.document.getElementById("EMBELLECEDOR").style.display ="block"; 
         window.document.getElementById("EMBELLECEDOR").style.height="2391px";
         window.document.getElementById("CATALOGO").style.display ="block";
         window.document.getElementById("CATALOGO").style.height="3500px"; 
         window.document.getElementById("ifcatalogo").style.height="3500px"; 
         window.document.getElementById("ifcatalogo").src="buscador/onlinecatalogo.aspx"; 
     
      return false;
         
     
     case 22:
     
         document.forms[0].HDESTADO.value=22;     
         window.document.getElementById("DATOS").style.display="block";
         window.document.getElementById("INTERCAMBIO").style.display="block"; 
         window.document.getElementById("INTERCAMBIO").style.height="930px"; 
         window.document.getElementById("ifintercambio").style.height="930px"; 
         window.document.getElementById("ifdatos").src="buscador/datos.aspx";     
         window.document.getElementById("ifintercambio").src="inicial.aspx";   
         MGJS.goTop();                                                                               
          return false;
     
     case 222:
     
         document.forms[0].HDESTADO.value=22;     
         window.document.getElementById("DATOS").style.display="block";
         window.document.getElementById("INTERCAMBIO").style.display="block"; 
         window.document.getElementById("INTERCAMBIO").style.height="930px"; 
         window.document.getElementById("ifintercambio").style.height="930px"; 
         window.document.getElementById("ifdatos").src="buscador/datoscompra.aspx";     
         window.document.getElementById("ifintercambio").src="inicial.aspx";                                                                                  
          MGJS.goTop();           
         return false;      
         
         
         
         
      case 23:
                          
         var xpza=document.forms[0].HDPIEZA.value;     
         var xgrp=document.forms[0].HDGRUPO.value;    
         document.forms[0].HDESTADO.value=23;     
         window.document.getElementById("EMBELLECEDOR").style.display ="block";  
         window.document.getElementById("EMBELLECEDOR").style.height="0px";   
         window.document.getElementById("RESULTADO").style.display ="block";
         window.document.getElementById("RESULTADO").style.height="710"; 
         window.document.getElementById("ifresultado").style.height="710px"; 
         window.document.getElementById("ifresultado").src="buscador/onlineres.aspx?v=" + xpza + "&g=" + xgrp;                                                                            
         MGJS.goTop();          
         return false;
     
     
       case 24:
                          
         var xpza=document.forms[0].HDPIEZA.value;     
         var xgrp=document.forms[0].HDGRUPO.value;    
         document.forms[0].HDESTADO.value=24;     
         window.document.getElementById("EMBELLECEDOR").style.display ="block";  
         window.document.getElementById("EMBELLECEDOR").style.height="0px";   
         window.document.getElementById("RESULTADO").style.display ="block";
         window.document.getElementById("RESULTADO").style.height="710"; 
         window.document.getElementById("ifresultado").style.height="710px"; 
         window.document.getElementById("ifresultado").src="buscador/onlineres.aspx?v=" + xpza + "&g=" + xgrp;                                                                            
         MGJS.goTop();          
         return false;
     
     
     
     
     
     
     
       default:
                             
                                
        }

    }
    else  {
      alert("¡ Ya se encuentra en la seccion seleccionada !");
      
    }
    
     }
    
   function formulario(){
    
    document.forms[0].HDESTADO.value=2 ;
    window.document.getElementById("ifinicio").src="formulario/formulario.aspx";
        
    return true;
          
    }
  
  
  function accionex(x,y,z){
  
      
   if(document.forms[0].HDESTADO.value!=x ){
   
     window.document.getElementById("EMBELLECEDOR").style.display="none";   
     window.document.getElementById("VEHICULO").style.display="none";
     window.document.getElementById("CATALOGO").style.display ="none";
    window.document.getElementById("RESULTADO").style.display="none"; 
     window.document.getElementById("DATOS").style.display="none"; 
     window.document.getElementById("SEND").style.display="none"; 
     window.document.getElementById("INTERCAMBIO").style.display="none";  
     window.document.getElementById("FORMULARIO").style.display="none";  
     window.document.getElementById("EMPRESA").style.display="none";  
     window.document.getElementById("SINIESTROS").style.display="none";  
     window.document.getElementById("TASACION").style.display="none";  
     window.document.getElementById("BAJA").style.display="none";  
     
                                        
     switch (x){
                                                     
       
      
     
     case 22:
     
         document.forms[0].HDESTADO.value=22;     
         window.document.getElementById("DATOS").style.display="block";
         window.document.getElementById("INTERCAMBIO").style.display="block"; 
         window.document.getElementById("INTERCAMBIO").style.height="930px"; 
         window.document.getElementById("ifintercambio").style.height="930px"; 
         window.document.getElementById("ifdatos").src="buscador/datos.aspx?d=" + y + "&z=" + z;      
         window.document.getElementById("ifintercambio").src="inicial.aspx";   
         MGJS.goTop();                                                                               
          return false;
     
     case 222:
     
         document.forms[0].HDESTADO.value=222;     
         window.document.getElementById("DATOS").style.display="block";
         window.document.getElementById("INTERCAMBIO").style.display="block"; 
         window.document.getElementById("INTERCAMBIO").style.height="930px"; 
         window.document.getElementById("ifintercambio").style.height="930px"; 
         window.document.getElementById("ifdatos").src="buscador/datoscompra.aspx?d=" + y + "&z=" + z;     
         window.document.getElementById("ifintercambio").src="inicial.aspx";                                                                                  
          MGJS.goTop();           
         return false;      
         
         
         
         
     
       default:
                             
                                
        }

    }
    else  {
      alert("¡ Ya se encuentra en la sección seleccionada !");
      
    }
    
     }
  
    
  
