if (navigator.appName == "Microsoft Internet Explorer") {
		document.write("<link rel='stylesheet' href='/02_compliant_win_ie.css' type='text/css'>");
} else if (navigator.appName == "Netscape"){
		document.write("<link rel='stylesheet' href='/02_compliant_win_ns.css' type='text/css'>");
}