var Mac = navigator.appVersion.indexOf('Mac',0) != -1;var Win = navigator.appVersion.indexOf('Win',0) != -1;var NN = navigator.appName.indexOf('Netscape',0) != -1;var IE = navigator.appName.indexOf('Microsoft Internet Explorer',0) != -1;var Version = navigator.appVersion.charAt(0);if(navigator.appVersion.indexOf('MSIE 5',0) != -1){Version++;}document.write("<STYLE TYPE='text/css'><!--");//--Macintoshif(Mac){//--96dpi Browser(IE5ENN6)	if(Version >= 5){		document.write(".lh	{ line-height: 130%}");		document.write(".lh2	{ line-height: 160%}");		document.write("TD { font-size: 9pt;}");		document.write("A { color:#CC3366;}");		document.write("font { font-size: 9pt;}");		document.write(".onedown { font-size: 8pt;}");		document.write(".onedown-h { font-size: 8pt; line-height: 130%;}");		document.write(".oneup { font-size: 11pt; }");		document.write(".twoup { font-size: 14pt; }");		document.write(".navi { font-size: 8pt; line-height: 130%;color:#CC3366;}");		}//--NN4.~`EIE4.~	else{		document.write(".lh	{ line-height: 130%}");		document.write(".lh2	{ line-height: 160%}");		document.write("TD { font-size: 12pt;}");		document.write("A { color:#CC3366;}");		document.write("font { font-size: 12pt;}");		document.write(".onedown { font-size: 10pt;}");		document.write(".onedown-h { font-size: 10pt; line-height: 130%;}");		document.write(".oneup { font-size: 14pt; }");		document.write(".twoup { font-size: 18pt; }");		document.write(".navi { font-size: 10pt; line-height: 130%;color:#CC3366;}");		}	}//--Windows	if(Win){		document.write(".lh	{ line-height: 130%}");		document.write(".lh2	{ line-height: 160%}");		document.write("TD { font-size: 9pt;}");		document.write("A { color:#CC3366;}");		document.write("font { font-size: 9pt;}");		document.write(".onedown { font-size: 8pt;}");		document.write(".onedown-h { font-size: 8pt; line-height: 130%;}");		document.write(".oneup { font-size: 11pt; }");		document.write(".twoup { font-size: 14pt; }");		document.write(".navi { font-size: 8pt; line-height: 130%;color:#CC3366;}");		}document.write("a:link{text-decoration : underline ;color:#CC3366;}");document.write("a:active{text-decoration : underline ;color:#CC3366;}");document.write("a:visited{text-decoration : underline ;color:#CC3366;}");document.write("a:Hover{text-decoration: underline ;color:#CC3366;}");document.write("//--></style>");// pulldown		function LinkSelect(form, sel)			{				adrs = sel.options[sel.selectedIndex].value;				if (adrs != "-" ) location.href = adrs;			} // Top To		function topTo() {		if(navigator.appName.charAt(0)=='N'){			if (window.pageYOffset > 0 ) {scrollTo (0,0);}			}else if(navigator.appName.charAt(0)=='M'){			if (document.body.scrollTop > 0 ) {scrollTo (0,0);}			}		}