/* JavaScript Platform Check -- */



	if (navigator.platform.indexOf("Win32") != -1)
		{
			document.write('<link rel=stylesheet type="text/css" href="/style/stylee.css">');
		}
	else
		{  
			document.write('<link rel=stylesheet type="text/css" href="/style/style_lnx.css">');
		}
