var s_width =''; 
var s_height =''; 
s_width=screen.width 
s_height=screen.height 
if (s_width == "640"){ 
	document.write("<link rel='stylesheet' type='text/css' href='estilos/general800x600.css'>"); 
} 
if (s_width == "800"){ 
	document.write("<link rel='stylesheet' type='text/css' href='estilos/general800x600.css'>"); 
} 
if (s_width == "1024"){ 
	document.write("<link rel='stylesheet' type='text/css' href='estilos/general800x600.css'>"); 
} 
if (s_width == "1152"){ 
	document.write("<link rel='stylesheet' type='text/css' href='estilos/general1152x864.css'>"); 
} 
if (s_width == "1280"){ 
	document.write("<link rel='stylesheet' type='text/css' href='estilos/general1280x1024.css'>"); 
} 
if (s_width == "1400"){ 
	document.write("<link rel='stylesheet' type='text/css' href='estilos/general1280x1024.css'>"); 
} 
