if(navigator.appVersion.indexOf("Mac") > 1){
document.write("<BASEFONT SIZE='3'>");
}
else{
if(navigator.appName.charAt(0)=="M"){
document.write("<BASEFONT SIZE='2'>");
}
else{
document.write("<BASEFONT SIZE='3'>");
}
}