ie4 = (document.all)? true:false
ns4 = (document.layers)? true:false
ns6 = (document.getElementById)?true:false

if(ie4==true && ns6==false){
	document.write("<link href='../css/estilosie.css' rel='stylesheet' type='text/css'>")
}
if(ns6==true){
	document.write("<link href='../css/estilosie.css' rel='stylesheet' type='text/css'>")
}
if(ns4){
	document.write("<link href='../css/estilosns.css' rel='stylesheet' type='text/css'>")
}

var inicioOver=new Image(); inicioOver.src="../../Global/multimedia/images/cab_inicio2.gif";
var inicioOut=new Image(); inicioOut.src="../../Global/multimedia/images/cab_inicio.gif";
var qsOver=new Image(); qsOver.src="../../Global/multimedia/images/cab_quienes2.gif";
var qsOut=new Image(); qsOut.src="../../Global/multimedia/images/cab_quienes.gif";
var pvOver=new Image(); pvOver.src="../../Global/multimedia/images/cab_venta2.gif";
var pvOut=new Image(); pvOut.src="../../Global/multimedia/images/cab_venta.gif";
var contactoOver=new Image(); contactoOver.src="../../Global/multimedia/images/cab_contacto2.gif";
var contactoOut=new Image(); contactoOut.src="../../Global/multimedia/images/cab_contacto.gif";
var textoOver=new Image(); textoOver.src="../../Global/multimedia/images/cab_texto2.gif";
var textoOut=new Image(); textoOut.src="../../Global/multimedia/images/cab_texto.gif";

function imgOverOut(imagen,tipo){
		if(document.all){
			document.all(imagen).src=tipo.src
		}
		else
			document.images[imagen].src=tipo.src
	}
	
function over(which,color1){
if (document.all||document.getElementById)
which.style.cursor='hand';
which.style.backgroundColor=color1;
}

function out(which,color1){
if (document.all||document.getElementById)
which.style.cursor='hand';
which.style.backgroundColor=color1;
}
