// JavaScript Document
	
if (navigator.appName == "Netscape"){
	document.writeln("<link rel='stylesheet' type='text/css' href='css/styleNetscape.css'>");
}else{
	document.writeln("<link rel='stylesheet' type='text/css' href='css/styleIE.css'>");
}
