//css setvar Win = navigator.appVersion.indexOf('Win',0) != -1;	var Mac = navigator.appVersion.indexOf('Mac',0) != -1;if(Mac) {	document.writeln('<STYLE TYPE="TEXT/CSS"><!--.small {  font-size: 10px; line-height: 14px}a {  text-decoration: none}a:hover { color: #FF6600}--></STYLE>');	} else if(Win) {	document.writeln('<STYLE TYPE="TEXT/CSS"><!--.small {  font-size: 11px; line-height: 15px}a {  text-decoration: none}a:hover { color: #FF6600};--></STYLE>')	}