os = navigator.appVersion.indexOf("Mac");
browser = navigator.appName.charAt(0);
version = navigator.appVersion.charAt(0);

if ( os != -1  ){
	document.write("<STYLE TYPE='text/css'>");
	document.write("<!--");
	document.write("BODY, TD { font-size:12px ; font-family:Osaka }");
	document.write(".S { font-size:10px }");
	document.write(".L { font-size:14px }");
	document.write(".SE { font-size:10px ; font-family:Verdana,Arial }");
	document.write(".ME { font-size:12px ; font-family:Verdana,Arial }");
	document.write(".LE { font-size:14px ; font-family:Verdana,Arial }");
	document.write(".M01 { font-size:12px ; line-height:14pt }");
	document.write(".LSE { font-size:10px ; font-family:Helvetica,Arial }");
	document.write("-->");
	document.write("</STYLE>");
}

else if ( os == -1 && browser == "N" && version == 4){
	document.write("<STYLE TYPE='text/css'>");
	document.write("<!--");
	document.write("BODY, TD { font-size:10pt ; font-family:'‚l‚r ‚oƒSƒVƒbƒN' }");
	document.write(".S { font-size:8pt }");
	document.write(".L { font-size:11pt }");
	document.write(".SE { font-size:9pt }");
	document.write(".ME { font-size:11pt }");
	document.write(".LE { font-size:12pt }");
	document.write(".M01 { font-size:10pt ; line-height:14pt }");
	document.write(".LSE { font-size:9pt }");
	document.write("-->");
	document.write("</STYLE>");
}

else{
	document.write("<STYLE TYPE='text/css'>");
	document.write("<!--");
	document.write("BODY, TD { font-size:10pt ; font-family:'‚l‚r ‚oƒSƒVƒbƒN' }");
	document.write(".S { font-size:8pt }");
	document.write(".L { font-size:11pt }");
	document.write(".SE { font-size:8pt ; font-family:Verdana }");
	document.write(".ME { font-size:10pt ; font-family:Verdana }");
	document.write(".LE { font-size:11pt ; font-family:Verdana }");
	document.write(".M01 { font-size:10pt ; line-height:14pt }");
	document.write(".LSE { font-size:8pt ; font-family:Helvetica,Arial }");
	document.write("-->");
	document.write("</STYLE>");
}


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function StyleTop(){
	window.open("style/index.html","","width=700,height=400,scrollbars=0");}
	
function Style(){
	window.open("../style/index.html","_blank","width=700,height=400,scrollbars=0");}
	
