function foglioStileIndex() 
	{
		if (navigator.appName == "Microsoft Internet Explorer")
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/indexIE.css\"></link>");
	 	else 
			document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/indexOther.css\"></link>");
	}
foglioStileIndex();
