mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
	//FOR MACINTOSH IE NS
 	document.write(".s{font-size:10px}")
	document.write(".m{font-size:12px}")
	document.write(".l{font-size:16px}")
	document.write(".sl{font-size:10px; line-height:15px}")
	document.write(".ml{font-size:12px; line-height:19px}")
        document.write(".mml{font-size:12px; line-height:16px;}")
}
else{
	if(ie){
	//FOR WINDOWS IE
	document.write(".s{font-size:10px; letter-spacing:1px}")
	document.write(".m{font-size:12px}")
	document.write(".l{font-size:16px; letter-spacing:1px}")
	document.write(".sl{font-size:10px; line-height:15px; letter-spacing:1px}")
	document.write(".ml{font-size:13px; line-height:19px}")
        document.write(".mml{font-size:12px; line-height:16px;}")
	}
	else{
	//FOR WINDOWS NETSCAPE
	document.write(".s{font-size:11px}")
	document.write(".m{font-size:12px}")
	document.write(".l{font-size:16px}")
	document.write(".sl{font-size:11px; line-height:16px}")
	document.write(".ml{font-size:12px; line-height:19px}")
        document.write(".mml{font-size:12px; line-height:16px;}")
	}
}
document.write("--></STYLE>");


function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}