if (navigator.appVersion.substring(0,1) > "3") {	
	document.writeln('<STYLE type="text/css">');
	document.writeln('.setfont  {font-size : 14px;font-family : Arial, Helvetica, sans-serif;}');
	document.writeln('.lineheight  {font-size : 14px;font-family : Arial, Helvetica, sans-serif;}');
	document.writeln('.lineheightns  {font-size : 14px;font-family : Arial, Helvetica, sans-serif;}');
	document.writeln('A  {text-decoration : none;color : #666666;}');
	document.writeln('A:HOVER  {color : #B23A5E;}');
	document.writeln('A:LINK {color : #000000;}');
	document.writeln('</STYLE>');
	
	// This set the mode for Navigation Buttons
	// 0 = show Button: show TOC
	// 1 = show Button: show Navigation

	var button = 0;
}
