<!--
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
		//MAC IE NS
		document.write(".t10 {font-size: 10px; line-height: 15px}")
		document.write(".t12 {font-size: 12px}")
		document.write(".line {font-size: 12px; line-height: 20px}")
}
else{
	if(ie){
		//WIN IE
		document.write(".t10{font-Size:11px; line-height:15px}")
		document.write(".t12{font-Size:12px;}")
		document.write(".line {font-size: 12px; line-height: 20px}")
	}
	else{
		//WIN NS
		document.write(".t10{font-Size:11px; line-height:16px}")
		document.write(".t12{font-Size:12px;}")
		document.write(".line {font-size: 12px; line-height: 20px}")
	}
}
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]+"'");
}
