//alert(navigator.appVersion);document.writeln("<style type='text/css'><!--");if (navigator.appVersion.indexOf("Mac") > -1) {  //Mac  if (navigator.appVersion.indexOf('MSIE') > -1) {    var agent01 = navigator.userAgent.split(";");    var agent02 = agent01[1].split(" ");    var ver = agent02[2];    if (ver <= 5.17) {  //OS9      document.write(".small {font-size:70%; line-height: 150%;}");      document.write(".medium {font-size:80%; line-height: 150%;}");      document.write(".large {font-size:90%; line-height: 150%;}");      document.write('.title {font-size:90%; line-height: 180%; font-weight: normal;}');      document.write('.large_bar,.medium_bar,.small_bar {padding-left: 10px;}');    } else {  //OSX      document.write(".small {font-size:70%; line-height: 180%;}");      document.write(".medium {font-size:70%; line-height: 180%;}");      document.write(".large {font-size:80%; line-height: 180%;}");      document.write('.title {font-size:80%; line-height: 180%; font-weight: normal;}');      document.write('.large_bar,.medium_bar,.small_bar {padding-left: 10px;}');    }  } else if (navigator.userAgent.indexOf('Safari') > -1) {  //Safari    document.write(".small {display: block; font-size:50%; line-height: 150%;}");    document.write(".medium {display: block; font-size:70%; line-height: 150%;}");    document.write(".large {font-size:80%; line-height: 150%;}");    document.write(".title {font-size:75%; line-height: 170%;}");  } else if (navigator.userAgent.indexOf('Firefox') > -1) {  //Firefox    document.write(".small {font-size:75%; line-height: 150%; letter-spacing: 1px;}");    document.write(".medium {font-size:80%; line-height: 150%;}");    document.write(".large {font-size:90%; line-height: 150%;}");    document.write(".title {font-size:80%; line-height: 180%; font-weight: normal;}");  } else {    document.write(".small {font-size:75%; line-height: 150%; letter-spacing: 1px;}");    document.write(".medium {font-size:80%; line-height: 150%;}");    document.write(".large {font-size:90%; line-height: 150%;}");    document.write(".title {font-size:80%; line-height: 180%; font-weight: normal;}");  }} else {  if (navigator.appVersion.indexOf('MSIE') > -1) {    // WIN IE    document.write(".small {position: relative; font-size:70%; line-height: 180%; }");    document.write(".medium {position: relative; font-size:70%; line-height: 180%;}");    document.write(".large {position: relative; font-size:80%; line-height: 180%;}");    document.write('.title {font-size:70%; line-height: 200%; font-weight: normal;}');  } else if (navigator.userAgent.indexOf('Firefox') > -1) {  //Firefox    document.write(".small {font-size:60%; line-height: 150%; letter-spacing: 1px;}");    document.write(".medium {font-size:60%; line-height: 150%;}");    document.write(".large {font-size:70%; line-height: 150%;}");  } else {    document.write(".small {font-size:60%; line-height: 150%; letter-spacing: 1px;}");    document.write(".medium {font-size:60%; line-height: 150%;}");    document.write(".large {font-size:70%; line-height: 150%;}");  }}document.writeln("--></style>");