function Resol(){
	if (screen.width<800 || screen.height<600 || screen.colorDepth<16){
	   	   alert("Página optimizada a 800x600 a miles de colores \n\nThis site is best viewed at: 800x600 - hicolor");			
	}

}
