


if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4) && screen.width == 1024)
{

	var Estilos1 ="./css/explorer/comun1024.css"
	var Estilos2 ="./css/explorer/"+document.getElementById('hojaEstilos2').getAttribute('name')+"1024.css"
}
else
{
	
	var Estilos1 ="./css/firefox/comun1024.css"
	var Estilos2 ="./css/firefox/"+document.getElementById('hojaEstilos2').getAttribute('name')+"1024.css"
}





if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4) && screen.width == 1440) 
{
var Estilos1 ="./css/explorer/comun1440.css"
var Estilos2 ="./css/explorer/"+document.getElementById('hojaEstilos1').name+"1440.css"

}

if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4) && screen.width == 1024)
{

	var Estilos1 ="./css/explorer/comun1024.css"
	var Estilos2 ="./css/explorer/"+document.getElementById('hojaEstilos2').getAttribute('name')+"1024.css"
}



	if (navigator.appName == "Netscape" && screen.width == 1024) {
	
	var Estilos1 ="./css/firefox/comun1024.css"
	var Estilos2 ="./css/firefox/"+document.getElementById('hojaEstilos2').getAttribute('name')+"1024.css"
	
	}
	
	if (navigator.appName == "Netscape" && screen.width == 1440) {
	
	var Estilos1 ="./css/firefox/comun1440.css"
	var Estilos2 ="./css/firefox/"+document.getElementById('hojaEstilos2').getAttribute('name')+"1440.css"
 
	
	}
	  
	if (navigator.appName == "Netscape" && screen.width == 1152) {
	
		var Estilos1 ="./css/firefox/comun1152.css"
		var Estilos2 ="./css/firefox/"+document.getElementById('hojaEstilos2').getAttribute('name')+"1152.css"
	
	}
	
	if (navigator.appName == "Netscape" && screen.width == 1280) {
	
		var Estilos1 ="./css/firefox/comun1024.css"
		var Estilos2 ="./css/firefox/"+document.getElementById('hojaEstilos2').getAttribute('name')+"1024.css"
	
	}
 


		
		
		document.getElementById('hojaEstilos1').href = Estilos1;
		document.getElementById('hojaEstilos2').href = Estilos2;
		

		
	/*
alert(Estilos1);
	alert(Estilos2);
*/
		



function agregar(){
//Para internet explorer
if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
var url="http://www.tudireccion.com/"; //Cambia esta dirección por la de tu web
var titulo="El nombre de mi web"; //Cambia esta nombre por el de tu web
window.external.AddFavorite(url,titulo);
}
//Para Netscape y Firefox
else {
if(navigator.appName == "Netscape")
alert ("Presione Crtl+D para agregar a este sitio en sus Bookmarks");  //Puedes personalizar este mensaje
}
}



