var browserName=navigator.appName; 

if (browserName=="Netscape")
	{
	document.write('<'+'link rel="stylesheet" href="css/ARCPowderCoating_moz.css" />');
	}
if (browserName=="Opera")
	{ 
	document.write('<'+'link rel="stylesheet" href="css/ARCPowderCoating_op.css" />');
	}
else 
{ 
 if (browserName=="Microsoft Internet Explorer")
	{
	document.write('<'+'link rel="stylesheet" href="css/ARCPowderCoating_ie.css" />');
	}
 else
	{
	document.write('<'+'link rel="stylesheet" href="ARCPowderCoating_moz.css" />');
	}
}
