
if (screen.height>=1000 )
	{
	document.write('<link rel="stylesheet" type="text/css" href="style3index.css">');
	}
else if (screen.height>=900)  {
	document.write('<link rel="stylesheet" type="text/css" href="style2index.css">');
	}
else if (screen.height>=801)  {
	document.write('<link rel="stylesheet" type="text/css" href="style1index.css">');
	}
else if (screen.height<=800)  {
	document.write('<link rel="stylesheet" type="text/css" href="styleindex.css">');
	}
else 	{
	document.write('<link rel="stylesheet" type="text/css" href="styleindex.css">');
	}
