// JavaScript Documentvar small=false;bAgent = window.navigator.userAgent; bAppName = window.navigator.appName;bPlatform = window.navigator.platform;if ((bAppName.indexOf("Netscape")) && (bAgent.indexOf("7.") != -1) && (bPlatform.indexOf("Mac") != -1)) {small = false;}else if ((bAppName.indexOf("Netscape")) && (bAgent.indexOf("6.") != -1) && (bPlatform.indexOf("Mac") != -1)) {small = false;}else if ((bAppName.indexOf("Netscape")) && (bAgent.indexOf("5.") != -1) && (bPlatform.indexOf("Mac") != -1)) {small = true;}else if ((bAppName.indexOf("Netscape")) && (bAgent.indexOf("4.") != -1) && (bPlatform.indexOf("Mac") != -1)) {small = false;}else if ((bAppName.indexOf("Explorer")) && (bAgent.indexOf("7.") != -1) && (bPlatform.indexOf("Mac") != -1)) {small = true;}else if ((bAppName.indexOf("Explorer")) && (bAgent.indexOf("6.") != -1) && (bPlatform.indexOf("Mac") != -1)) {small = true;}else if ((bAppName.indexOf("Explorer")) && (bAgent.indexOf("5.") != -1) && (bPlatform.indexOf("Mac") != -1)) {small = true;}else if ((bAppName.indexOf("Explorer")) && (bAgent.indexOf("4.") != -1) && (bPlatform.indexOf("Mac") != -1)) {small = false;}else if ((bAppName.indexOf("Netscape")) && (bAgent.indexOf("7.") != -1) && (bPlatform.indexOf("Win") != -1)) {small = false;}else if ((bAppName.indexOf("Netscape")) && (bAgent.indexOf("6.") != -1) && (bPlatform.indexOf("Win") != -1)) {small = false;}else if ((bAppName.indexOf("Netscape")) && (bAgent.indexOf("5.") != -1) && (bPlatform.indexOf("Win") != -1)) {small = true;}else if ((bAppName.indexOf("Netscape")) && (bAgent.indexOf("4.") != -1) && (bPlatform.indexOf("Win") != -1)) {small = true;}else if ((bAppName.indexOf("Explorer")) && (bAgent.indexOf("7.") != -1) && (bPlatform.indexOf("Win") != -1)) {small = true;}else if ((bAppName.indexOf("Explorer")) && (bAgent.indexOf("6.") != -1) && (bPlatform.indexOf("Win") != -1)) {small = true;}else if ((bAppName.indexOf("Explorer")) && (bAgent.indexOf("5.") != -1) && (bPlatform.indexOf("Win") != -1)) {small = true;}else if ((bAppName.indexOf("Explorer")) && (bAgent.indexOf("4.") != -1) && (bPlatform.indexOf("Win") != -1)) {small = false;}if (small){	document.write('<link href="script/small.css" rel="styleSheet" type="text/css">');	document.write('<style fprolloverstyle>A:hover { color: #FBA44E; font-size: 8.5pt; font-family: arial, helvetica, geneva; text-decoration: underline }');	document.write('--></style>');}else{	document.write('<link href="script/large.css" rel="styleSheet" type="text/css">');	document.write('<style fprolloverstyle>A:hover { color: #FBA44E; font-size: 10pt; font-family: arial, helvetica, geneva; text-decoration: underline }');	document.write('--></style>');}
