// style sheets
if(navigator.appName == "Netscape")
	document.write('<link rel=stylesheet type=text/css href="./scripts/netscape.css">');
else
	document.write('<link rel=stylesheet type=text/css href="./scripts/ie.css">');

