// JavaScript Document// SELECCIÓN DE CSS SEGÚN LA RESOLUCIÓN DE PANTALLA	var contif (screen.width <= 1024) {document.write('<link rel="stylesheet" type="text/css" href="css/800.css">');//alert("Resolucion en 800 x 600 deberia ser llamado");} else{	document.write('<link rel="stylesheet" type="text/css" href="css/otraresolucion.css">');}// ABRIR VENTANASfunction MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}