function detectBrowser ()
{
	if (navigator.userAgent.indexOf("MSIE") != -1)
		document.write ('<' + 'link rel="stylesheet" href="css/styles_ie.css" />');
	else
        	document.write ('<' + 'link rel="stylesheet" href="css/styles_ns.css" />');
}
