var vNum = navigator.appVersion.charAt(0);var bName = navigator.appName.charAt(0);document.writeln("<STYLE TYPE='text/css'><!--");		document.writeln("A:link { color:#000055; text-decoration : none }");		document.writeln("A:visited { color:#445588; text-decoration : none }");		document.writeln("A:active { color:#000055; text-decoration : none }");		document.writeln("#pictcol {border:2px solid #004400;margin-top:10;}");		document.writeln("#pictbk {border:1px solid #004400;}");		document.writeln("img {border:none;}");		document.writeln("img #by {background-color:FCFADF;border-top:1px #888888 solid;border-bottom:1px #555555 solid;border-left:1px #888888 solid;border-right:1px #555555 solid;}");		document.writeln("#titmainbg {border-top:1px #888888 solid;border-bottom:2px #555555 solid;border-left:1px #888888 solid;border-right:2px #555555 solid;margin-top:20;}");		document.writeln("#titmainbg2 {border-top:1px #888888 solid;border-bottom:2px #555555 solid;border-left:1px #888888 solid;border-right:2px #555555 solid;margin-top:20;}");		document.writeln("#picttbl {background-image:url(../../image/abouttreemedical/pictorial/corner.gif);background-repeat:no-repeat; background-position:right top; }");if(navigator.appVersion.indexOf("Mac") > -1){		document.writeln('BODY { background-color:#ffffff;margin:0 ;color: #000033 ;font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 12pt;line-height:150%;background: url(../../image/common/bg.jpg) repeat-y;}');		document.writeln('TD {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 12pt;line-height:150%;}');		document.writeln('#col {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 12pt;line-height:150%;border:1px solid #55aa56;}');		document.writeln('#titmain {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 15pt;font-weight:bold;background: url(../image/common/titbg.jpg);}');		document.writeln('#titmain2 {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 15pt;font-weight:bold;background: url(../image/common/titbg.jpg);}');		document.writeln('#titart {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 15pt;line-height:150%;}');		document.writeln('#tit {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 15pt;line-height:150%;}');		document.writeln('#tit2 {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 15pt;line-height:150%;}');}else{		document.writeln('BODY { background-color:#ffffff;margin:0 ;color: #000033 ;font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 9pt;line-height:150%;background: url(../../image/common/bg.jpg) repeat-y;}');		document.writeln('TD {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 9pt;line-height:150%;}');		document.writeln('#col {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 9pt;line-height:150%;border:1px solid #55aa56;}');		document.writeln('#titmain {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 15pt;font-weight:bold;background: url(../image/common/titbg.jpg);}');		document.writeln('#titmain2 {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 15pt;font-weight:bold;background: url(../image/common/titbg.jpg);}');		document.writeln('#titart {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 15pt;line-height:150%;}');		document.writeln('#tit {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 15pt;line-height:150%;}');		document.writeln('#tit2 {font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";font-size: 15pt;line-height:150%;}');} document.writeln("--></STYLE>");function titmainback(){	var arrUrl = new Array("../../image/common/titbg1.jpg",			"../../image/common/titbg2.jpg",			"../../image/common/titbg3.jpg",			"../../image/common/titbg4.jpg",			"../../image/common/titbg5.jpg",			"../../image/common/titbg6.jpg",			"../../image/common/titbg7.jpg")	nTemp = Math.round(Math.random()*(arrUrl.length-1));	tibg = "url("+arrUrl[nTemp]+")";	document.getElementById("titmain").style.background = tibg;}function titmainback2(){	var arrUrl = new Array("../../image/common/titbg1.jpg",			"../../image/common/titbg2.jpg",			"../../image/common/titbg3.jpg",			"../../image/common/titbg4.jpg",			"../../image/common/titbg5.jpg",			"../../image/common/titbg6.jpg",			"../../image/common/titbg7.jpg")	nTemp = Math.round(Math.random()*(arrUrl.length-1));	tibg = "url("+arrUrl[nTemp]+")";	document.getElementById("titmain2").style.background = tibg;}function titmainback3(){	var arrUrl = new Array("../../../image/common/titbg1.jpg",			"../../../image/common/titbg2.jpg",			"../../../image/common/titbg3.jpg",			"../../../image/common/titbg4.jpg",			"../../../image/common/titbg5.jpg",			"../../../image/common/titbg6.jpg",			"../../../image/common/titbg7.jpg")	nTemp = Math.round(Math.random()*(arrUrl.length-1));	tibg = "url("+arrUrl[nTemp]+")";	document.getElementById("titmain").style.background = tibg;}function swapImage(me,targ){	me.src = targ;}