
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,DIV,TD { font-size:12px; font-family:Osaka }");
	document.write(".S { font-size:10px }");
	document.write(".L { font-size:14px }");
	document.write(".LL { font-size:30px }");
	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("-->");
	document.write("</STYLE>");
}

else if ( os == -1 && browser == "N" && version == 4){
	document.write("<STYLE TYPE='text/css'>");
	document.write("<!--");
	document.write("BODY,DIV,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("-->");
	document.write("</STYLE>");
}

else{
	document.write("<STYLE TYPE='text/css'>");
	document.write("<!--");
	document.write("BODY,DIV,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,Arial }");
	document.write(".ME { font-size:10pt; font-family:Verdana,Arial }");
	document.write(".LE { font-size:11pt; font-family:Verdana,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);

