
if (screen.height>=1000 )
	{
	document.write('<link rel="stylesheet" type="text/css" href="stylelhf1000.css">');
	}
else if (screen.height>=900)  {
	document.write('<link rel="stylesheet" type="text/css" href="stylelhf900.css">');
	}
else if (screen.height>=801)  {
	document.write('<link rel="stylesheet" type="text/css" href="stylelhf801.css">');
	}
else if (screen.height<=800)  {
	document.write('<link rel="stylesheet" type="text/css" href="stylelhf.css">');
	}
else {
	document.write('<link rel="stylesheet" type="text/css" href="stylelhf.css">');
	}