//browser sensing script for PC NN and IE

if(navigator.appName=="Netscape")
	{	document.write("<link rel='stylesheet' type='text/css' href='css/pc_nn.css'>");
	}
    else
  	{	document.write("<link rel='stylesheet' type='text/css' href='css/pc_ie.css'>");
	}