if(navigator.appName == "Microsoft Internet Explorer")
	{document.write('<link rel="stylesheet" href="' + IDR +'css/ie6_bci.css" type="text/css"/>')}
else
	{
		if(navigator.appName == "Netscape")
			{document.write('<link rel="stylesheet" href="' + IDR +'css/ns1_bci.css" type="text/css"/>')}
		else
			{document.write('<link rel="stylesheet" href="' + IDR +'css/k1_bci.css" type="text/css"/>');}
	}

