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