'+label :''+label;const advCandidates=g('adv_candidates');if(pstype==='pps'&&advCandidates!==''){let tooltipText='以下の薬剤を使用した場合、適用・用法により出来高請求となる場合があります
'+advCandidates.split('|').join('
');htmlText+='高額薬剤の指定あり';}htmlText+='';setInnerHTML('is_pps',htmlText);}
function clearPstype(){setInnerHTML('is_pps','');}
function queryIsAdvOpe(){let out=0;const ope=g('dpc_ope');const pro1=g('dpc_pro1');const pro2=g('dpc_pro2');const val=ope?ope:pro1?pro1:pro2?pro2:null;if(val){const url='/fukuro2026/query.php?type=is_adv_ope&val='+val;const xmlhttp=createHttpRequest();if(xmlhttp==null){return null;}const _func=function (xmlhttp,domid){out=callBackIsAdvOpe(xmlhttp,domid);};sendRequest(xmlhttp,'GET',url,false,_func,null,null);}return out;}
function callBackIsAdvOpe(xmlhttp,domid){eval(xmlhttp.responseText);if(is_adv_ope===1){setInnerHTML('is_pps',''+pstype_labels['ffs'] +'先進手術を選択' +'');}return is_adv_ope;}
function calcDpcYen(){const los=g('los');const dpc=g('dpc');const drgId=g('drgId');let coef=1;let coefStr=g('coef');if(coefStr.indexOf('/')!==-1){let buf=coefStr.split('/');coef=parseFloat(buf[0]);}else{coef=parseFloat(coefStr||'1');}if(coef <= 0){coef=1;}if(coef < 0||coef>10) coef=1;let surchargeStr=g('surcharge');if(surchargeStr.indexOf('/')!==-1){let buf=surchargeStr.split('/');surchargeStr=buf[0];}let surcharge=parseInt(surchargeStr||'0',10);if(surcharge < 0||surcharge>10000) surcharge=580;let total_yen=0;if(drgId!==''){total_yen=10*(parseInt(g('score1'),10)+parseInt(g('score2'),10));}else if(los>0&&dpc!==''){const span=new Array(3);const score=new Array(3);for (let i=0;i < 3;i++){let s=g('span'+(i+1));if(s==='-'){span[i]=span[i-1];}else {span[i]=parseInt(s.substring(s.lastIndexOf('~')+1),10);}s=g('score'+(i+1));if(s==='-'){score[i]=0;}else {score[i]=parseInt(s.substring(s.lastIndexOf('~')+1),10);}}if(span[0]>0){total_yen=Math.round((10*score[0]*coef+surcharge)*((los <= span[0])?los:span[0]));if(span[1]>0&&los>span[0]){total_yen+=Math.round((10*score[1]*coef+surcharge)*(((los <= span[1])?los:span[1])-span[0]));if(span[2]>0&&los>span[1]){total_yen+=Math.round((10*score[2]*coef+surcharge)*(((los <= span[2])?los:span[2])-span[1]));}}}}s('total_yen',((total_yen>0)?total_yen:''));}
function clearDrgId(){s('drgId','');s('drg_opepro','');}
function findDrgInfo(){const xmlhttp=createHttpRequest();if(xmlhttp==null){return null;}const drgId=g('drgId');const url='/fukuro2026/query.php?type=drgInfo&val='+drgId;sendRequest(xmlhttp,'GET',url,true,callBackDrgInfo,null,null);}
function callBackDrgInfo(xmlhttp,domid){eval(xmlhttp.responseText);storeDrgInfoStr(drgId,drgName,iroha,opepro,span,score,surcharge);if(drgId===''){s('dpccode','《 短期滞在手術等基本料3による包括 》');s('dpcname','該当する項目が見つかりません');s('pps_type',pstype);s('span1','');s('score1','');s('span2','');s('score2','');showPstype('drg');}else {s('dpccode',g('mdc6')+'xxxDRG'+drgId.padStart(2,'0'));s('dpcname',drgName);s('pps_type',pstype);s('span1',span);s('score1',score);s('score2',surcharge);showPstype('drg','短手3 : '+code+' : '+opepro);}setDpcInfoPanel('drg');updateScoreFigs();calcDpcYen();updateRelated('ad');}
function storeDrgInfoStr(drgId,drgName,iroha,opepro,span,score,surcharge){if(drgId===undefined){return;}s('dpc_info','《 短期滞在手術基本料による包括評価 》\n' +iroha+': '+drgName+' ('+opepro+')\n' +'期間:'+span+'日\n' +'包括点数:'+score+'点\n' +'物価対応料:'+surcharge+'点\n' +'※入院日から'+(span+1)+'日目以降に対象手術/処置を実施した場合は包括対象外\n');}
function updateRelated(info_type){clearRelated(info_type);findRelated(info_type);}
function findRelated(info_type){if(info_type===undefined){info_type='all';}const icd10raw=g('icd10raw');const icd10=(icd10raw==='')?g('icd10'):icd10raw;const dpc=g('dpc');const opepro=g('dpc_ope')+',' +g('dpc_pro1')+',' +g('dpc_pro2')+',' +g('adv_opepro')+',' +g('drg_opepro');const compli=g('dpc_compli');const drgId=g('drgId');const xmlhttp=createHttpRequest();if(xmlhttp==null){return null;}const url='/fukuro2026/query.php?type=related&val='+info_type+'|'+icd10+'|'+dpc+'|'+opepro+'|'+compli+'|'+drgId;sendRequest(xmlhttp,'GET',url,true,callBackRelated,null,null);}
function findAdvAllDpc(adv_name){const info_type='adv_alldpc';const xmlhttp=createHttpRequest();if(xmlhttp==null){return null;}const url='/fukuro2026/query.php?type=related&val='+info_type+'|'+adv_name;sendRequest(xmlhttp,'GET',url,true,callBackRelated,null,null);}
function findDrgAllDpc(drgName){const info_type='drg_alldpc';const xmlhttp=createHttpRequest();if(xmlhttp==null){return null;}const url='/fukuro2026/query.php?type=related&val='+info_type+'|'+drgName;sendRequest(xmlhttp,'GET',url,true,callBackRelated,null,null);}
function callBackRelated(xmlhttp,domid){eval(xmlhttp.responseText);if(data.length < 1){setDisplay('noticeContainer','none');}else {let notes={};let pdf='';let key='';let type='';let title='';let fields;let values;let arr;let element;let drgExists=false;for (let i=0;i < data.length;i++){if(!data[i]){continue;}fields=data[i].split('\t');if(fields.length < 3){continue;}key=fields[0];type=fields[1];if(type==='ad'){arr=fields[2].split('.');let ext=(arr.pop()).toLowerCase();setInnerHTML('adSpace',(ext==='png'||ext==='jpg'||ext==='jpeg'||ext==='gif')?"
":fields[2]);}else if((','+note_types.join(',')+',').indexOf(','+type+',')>-1){if(type in notes){notes[type].push(fields);}else {notes[type]=new Array(fields);}}}let items_cnt=0;for (type in notes){items_cnt+=notes[type].length;}for (type in notes){const parent=document.getElementById('notes_'+type);parent.innerHTML='';title=note_titles[type];pdf=note_pdfs[type];element=document.createElement('li');addClass(element,'title');addClass(element,type);element.innerHTML=(pdf!=='')?title+getHtmlPdfLink(pdf):title;parent.appendChild(element);if(type==='rece'){element=document.createElement('li');addClass(element,'attention');addClass(element,type);element.innerHTML=note_attentions[type];parent.appendChild(element);}let elems_hidden_threshold=3;let li_len=notes[type].length;const details=document.createElement('details');const summary=document.createElement('summary');for (let i=0;i < notes[type].length;i++){fields=notes[type][i];key=fields.shift();type=fields.shift();values=fields;let text=values[0];let source='';if(values.length>1&&values[values.length-1].match(/\.pdf(#page=[0-9]+)?$/i)){pdf='pdf/'+values.pop();if(values.length>1){source=values.pop();}}else {pdf='';}let pdf_html=(pdf!=='')?getHtmlPdfLink(pdf,source):'';element=document.createElement('li');addClass(element,'item');addClass(element,type);element.setAttribute('title','マッチしたキーワード:'+key.replace(/\[.+\]/,''));let html='';let code='';let elem_id='';switch (type){case 'adv':let remarks_html;[html,remarks_html,code]=buildRelatedAdv(text,items_cnt);if(code) elem_id=type+'_item_'+code;html+=pdf_html;html+=remarks_html;break;case 'drg':[html,code]=buildRelatedDrg(text,values);if(code) elem_id=type+'_item_'+code;if(code) drgExists=true;html+=pdf_html;break;case 'rece':[html,code]=buildRelatedRece(text,values,elems_hidden_threshold);if(code) elem_id=type+'_item_'+code;html+=pdf_html;break;case 'compli':[html,code]=buildRelatedCompli(text,values);if(code) elem_id=type+'_item_'+code;break;case 'gigi':[html,code]=buildRelatedGigi(text);if(code) elem_id=type+'_item_'+code;html+=pdf_html;break;default:[html,code]=buildRelatedDefault(text);if(code) elem_id=type+'_item_'+code;html+=pdf_html;break;}if(key.indexOf('[')>-1&&key.slice(-1)===']'){const dpc=g('dpc');const more_keys=key.substring(key.indexOf('[')+1,key.length-1).split(',');const cols_class=(type==='adv')?' three_cols':'';html+="";for (let j=0;j < more_keys.length;j++){const key_dpc=more_keys[j];html+="- " +((dpc===key_dpc)?''+key_dpc+'':""+key_dpc+'');if(j < more_keys.length-1&&(j % 3) < 2){html+=' | ';}html+='
';}html+='
';}else if(key==='-'&&type==='adv'){html+="";html+="- ";html+='【※ 全ての診断群分類が対象】';html+='
';html+='
';}if(type==='icd'){if(i===3){summary.style.cursor='pointer';summary.style.paddingLeft='0.5em';summary.style.color='#48802a';summary.style.textDecoration='underline';summary.innerHTML='クリックして 全'+li_len+'項目 を表示する...';details.appendChild(summary);element.innerHTML=html;if(elem_id){element.id=elem_id;}details.appendChild(element);}else if(li_len>3&&i===li_len-1){parent.appendChild(details);}else if(i>3){element.innerHTML=html;if(elem_id){element.id=elem_id;}details.appendChild(element);}else {element.innerHTML=html;if(elem_id){element.id=elem_id;}parent.appendChild(element);}}else {element.innerHTML=html;if(elem_id){element.id=elem_id;}parent.appendChild(element);}}}setDisplay('noticeContainer','none');if(drgExists){const selectedDrgId=g('drgId');if(selectedDrgId&&parseInt(selectedDrgId,10)>0){const refParent=document.getElementById('drg_item_'+selectedDrgId);if(refParent){const label=refParent.querySelector('label');if(label){scrollToAnchorOnSelectDrg=false;label.click();}}}}}contentsChanged();}
function buildRelatedAdv(text,items_cnt){const arr=text.split(':');const code=(arr.length>1)?arr[0]:'';let name=(arr.length>1)?arr[1]:text;let remarks_html='';const match=name.match(/^(.*)\|(.*)$/);if(match){name=match[1];const remarks=match[2];const onclick='this.children[1].style.display=(this.children[1].style.display==="none")?"block":"none";';const div_remarks_options=" class='remarks' onclick='"+onclick+"' title='クリックして適用条件の表示を切り替える' style='cursor: pointer;display: block;transition: height 2s ease 1s;'";const display_default=(items_cnt>2)?'display:none;':'display:block';remarks_html=' ';}const html="';return [html,remarks_html,code];}
function buildRelatedDrg(text,values){const name=values[0] ?? '';const drgId=values[1] ?? '';const iroha=values[2] ?? '';const code=values[3] ?? '';const html="';return [html,drgId.toString()];}
function buildRelatedRece(text,values,elems_hidden_threshold){const arr=text.split(':');const code=arr[0];const name=arr[1];let html='';const elems_subtitle=(values.length-1>1)?1:0;for (let k=1;k < values.length;k++){const s=values[k];let s_indexOfKakko=s.indexOf('[');const label=s.substring(0,s_indexOfKakko);const label_code=label.substring(0,label.indexOf(':'));let label_title=label.substring(label.indexOf(':')+1);const reces=s.substring(s_indexOfKakko+1,s.length-1).split(',');const reces_cnt=reces.length;const annotation='(全'+reces_cnt+'項目)';const expand_entries='▽ クリックして全'+reces_cnt+'項目を表示する...';const shrink_entries='△ クリックして閉じる...('+elems_hidden_threshold+'項目だけ表示)';const onClickToggleJs=`const ch=this.children;
let disp='none';
if(ch[ch.length-2].style.display==='none'){disp='list-item';}
for (let i= ${elems_subtitle}+${elems_hidden_threshold},len=ch.length-1;i < len;i++){ch[i].style.display=disp;}
ch[ch.length-1].children[0].innerHTML=(disp==='none')?'${expand_entries}':'${shrink_entries}';`;const onclick_toggle=(reces_cnt>elems_hidden_threshold)?' onclick="'+onClickToggleJs+'"':'';const mdc6=g('dpc').substring(0,6);const dl_url='/fukuro2026/query.php?type=rece_list&val='+mdc6+'|'+label_code.replace(/^x/,'');const dl_url_html="
";if(k===1){if(elems_subtitle){html=""+code+' '+name+'
';}else {html+=""+code+' '+(name.length>17?name.substring(0,16)+'...':name)+""+annotation+dl_url_html+'
';}}html+="";const title_tooltip=' title="'+label+' 【'+reces_cnt+'項目】"';if(label.substring(0,1)==='x'){label_title+='(以下に該当しない症例)';}if(elems_subtitle){html+="- '+label_title+""+annotation+dl_url_html+''+'
';}for (let l=0;l < reces_cnt;l++){let rece=reces[l];let disuse_class='';if('#'===rece.substring(0,1)){disuse_class=' inactive';rece=rece.substring(1);}const hidden_style=(l >= elems_hidden_threshold)?" style='display: none;'":'';const rece_code=rece.substring(0,rece.indexOf(':'));let rece_label=rece.substring(rece.indexOf(':')+1);if(rece_label.indexOf('|')>-1){rece_label=""+rece_label.substring(0,rece_label.indexOf('|'))+' '+rece_label.substring(rece_label.indexOf('|')+1);}const rece_tooltip=rece.replace('|',' ');html+="- - '+rece_label+'
';}if(reces_cnt>elems_hidden_threshold){html+="';}html+='
';}return [html,code];}
function buildRelatedCompli(text,values){const arr=text.split(':');const code=arr[0];const name=arr[1];const icds=values[1].split(',');const icds_cnt=icds.length;const annotation='(全'+icds_cnt+'項目)';let html=""+code+' '+name+""+annotation+'
';const footer_tooltip_shrinked='▽ クリックして該当する標準病名を表示する...';const footer_tooltip_expanded='△ クリックして標準病名を非表示にする';let onClickToggleJs=`const ch=this.children;
const len=ch.length-1;
let disp='none';
for (let i=0;i < len;i++){if(ch[i].className==='more_subkey'&&ch[i].style.display==='none'){disp='list-item';}}
for (let i=0;i < len;i++){if(ch[i].className==='more_subkey'){ch[i].style.display=disp;}}
ch[ch.length-1].children[0].innerHTML=(disp==='none')?'${footer_tooltip_shrinked}':'${footer_tooltip_expanded}';`;const onclick_toggle=' onclick="'+onClickToggleJs+'"';html+="';const hidden_style='display: none;';for (let k=0;k < icds_cnt;k++){const indexOfSeparator=icds[k].indexOf(':');const icd_code=icds[k].substring(0,indexOfSeparator);let icd_name=icds[k].substring(indexOfSeparator+1);let byomeis=[];if(icd_name.indexOf('[')>0){let byomei_str=icd_name.substring(icd_name.indexOf('[')+1,icd_name.indexOf(']'));byomeis=byomei_str.split('|');icd_name=icd_name.substring(0,icd_name.indexOf('['));}const icd_label=""+icd_code+' '+icd_name;let title=icd_code+':'+icd_name;if(byomeis.length>0){title=title+' ('+byomeis.length+'個の標準病名)';}html+="- "+'- '+icd_label+'
';for (let j=0;j < byomeis.length;j++){const _icd=byomeis[j].substring(0,byomeis[j].indexOf(':'));const _byomei=byomeis[j].substring(byomeis[j].indexOf(':')+1);const _label=' 「'+_byomei+'」 '+_icd;const _style=(j < byomeis.length-1)?'':'margin-bottom: 0.7em;';html+="- '+_label+'
';}}html+="';return [html,code];}
function buildRelatedGigi(text){const arr=text.split(':');if(arr.length>1){let question_id=arr[0];let question=arr[1];let answer=arr[2];const html="【"+question_id+'】 '+question+"
(答) "+answer;return [html,question_id];}else {return [text,''];}}
function buildRelatedDefault(text){const arr=text.split(':');if(arr.length>1){const code=arr[0];const name=arr[1];const html=""+code+' '+name;return [html,code];}else {return [text,''];}}
function clearRelated(info_type){if(info_type===undefined||info_type==='note'){for (let i=0;i < note_types.length;i++){setInnerHTML('notes_'+note_types[i],'');}}if(info_type===undefined||info_type==='ad'){setInnerHTML('adSpace','');}}
function drgSelect(elem,drgId,opepro_code){let elems=document.getElementsByName('notes_drg_label');for (let i=0;i < elems.length;i++){if(elem!==elems[i]){removeClass(elems[i],'selected');}}elems=document.getElementsByName('notes_adv_label');for (let i=0;i < elems.length;i++){removeClass(elems[i],'selected');}s('adv','');s('adv_opepro','');if(elem&&hasClass(elem,'selected')){removeClass(elem,'selected');drgUnselectExec();}else {if(elem) addClass(elem,'selected');drgSelectExec(drgId,opepro_code);}}
let scrollToAnchorOnSelectDrg=true;
function drgSelectExec(drgId,opepro_code){s('drgId',drgId);s('drg_opepro',opepro_code);findDrgInfo();if(scrollToAnchorOnSelectDrg) scrollToAnchor('dpc_info_area');scrollToAnchorOnSelectDrg=true;}
function drgUnselectExec(){clearDrgId();findDpcInfo();scrollToAnchor('dpc_info_area');}
function advSelect(elem,name,opepro_code){let elems=document.getElementsByName('notes_adv_label');for (let i=0;i < elems.length;i++){if(elem!==elems[i]){removeClass(elems[i],'selected');}}elems=document.getElementsByName('notes_drg_label');for (let i=0;i < elems.length;i++){removeClass(elems[i],'selected');}clearDrgId();if(elem&&hasClass(elem,'selected')){removeClass(elem,'selected');advUnselectExec();}else {if(elem) addClass(elem,'selected');advSelectExec(name,opepro_code);}}
function advSelectExec(name,opepro_code){s('adv',name);s('adv_opepro',opepro_code);setAdvInfo();scrollToAnchor('dpc_info_area');}
function advUnselectExec(){s('adv','');s('adv_opepro','');findDpcInfo();scrollToAnchor('dpc_info_area');}
function setAdvInfo(){setDpcInfoPanel('adv');const adv=g('adv');const adv_opepro=g('adv_opepro');s('dpccode','《 高度先進医療等による包括対象外 》');s('dpcname',((adv_opepro)?adv_opepro+':':'')+adv);clearPstype();clearDrgId();for (let i=0;i < 3;i++){s('span'+(i+1),'');s('score'+(i+1),'');}storeAdvInfoStr(adv,adv_opepro);updateScoreFigs();showPstype('ffs');calcDpcYen();updateRelated('ad');}
function storeAdvInfoStr(adv,adv_opepro){if(adv===undefined){return;}s('dpc_info','《 高度先進医療等による包括評価対象外 》\n' +(adv_opepro!==''?adv_opepro+': ':'')+adv+'\n');}
function autoSelectSpecial(dpc){return false;}
function contentsChanged(){window.dispatchEvent(new Event('contentsChanged',{bubbles: true,cancelable: false}));if(typeof contentsChangedCallback==='function'){contentsChangedCallback();}}
function queryExec(url,domid,more_param){if(more_param==null) more_param=null;const xmlhttp=createHttpRequest();if(xmlhttp==null){return null;}sendRequest(xmlhttp,'GET',url,true,callBack,domid,more_param);}
function callBack(xmlhttp,domid,more_param){if(more_param==null) more_param=null;if(xmlhttp.responseText.substring(0,11)==='javascript:'){eval(xmlhttp.responseText.substring(11));return;}const innerHtml=xmlhttp.responseText;showCandidates(innerHtml,domid);if(domid==='freeword'&&more_param&&typeof more_param['no_count']==='undefined'){queryMDC6Count(more_param);queryICD10Count(more_param);queryDiseaseCount(more_param);queryByomeiCount(more_param);queryOpeProCount(more_param);queryDrgCount(more_param);}}
function queryExecCount(url,domid){const xmlhttp=createHttpRequest();if(xmlhttp==null){return null;}sendRequest(xmlhttp,'GET',url,true,callBackCount,domid,null);}
function callBackCount(xmlhttp,domid){if(xmlhttp.responseText.substring(0,11)==='javascript:'){eval(xmlhttp.responseText.substring(11));return;}const count=xmlhttp.responseText;const el=document.getElementById(domid);if(el){if(count>0){el.innerHTML=''+String(count)+'';}else if(count < 0){el.innerHTML=''+String(-1*count)+'';}else {el.innerHTML='';}}}
function showCandidates(innerHtml,domid){const result=document.getElementById('candidates');result.innerHTML=innerHtml;result.setAttribute('target_domid',domid);result.setAttribute('search_main',(result.children[0].id==='candidates_tab'));setCandidatesDimension();result.style.visibility='visible';}
function setCandidatesDimension(){const el=document.getElementById('candidates');const domid=el.getAttribute('target_domid');if(domid==='') return;const rect=document.getElementById(domid).getBoundingClientRect();el.style.left=Math.round(getWinXOffset()+rect.left)+'px';el.style.top=Math.round(getWinYOffset()+rect.bottom)+'px';el.style.background='white';el.style.width=Math.max(330,(rect.width||(rect.right-rect.left)))+'px';}
function hideCandidates(){const el=document.getElementById('candidates');if(el){el.style.visibility='hidden';for (let i=0;i < el.childNodes.length;i++){if(el.childNodes[i].style){el.childNodes[i].style.visibility='hidden';}}}}
function isCandidatesVisible(){return isVisible('candidates');}
function isSearchMainGoing(){if(isCandidatesVisible()){const el=document.getElementById('candidates');if(el.getAttribute('search_main')===true){return true;}}return false;}
function getDirectUrl(){const dpc=g('dpc');if(dpc.length!==14){return false;}const dpc0=g('dpc0');const dpc0Type=g('fig0_sel');const coef=g('coef').trim();const surcharge=g('surcharge').trim();const los=g('los').trim();let url='https://www.girasol.org/';if(url.slice(-1)==='/'){url=url.slice(0,-1);}url+='/fukuro2026/?dpc='+dpc;if(dpc0){const dpc0Key=(dpc0Type===0)?'dpc0':'dpc2';url+='&'+dpc0Key+'='+dpc0;}if(coef&&coef!=='1'){url+='&coef='+coef;}if(surcharge&&surcharge!=='580'){url+='&surcharge='+surcharge;}if(los>0){url+='&los='+los;}return url;}
function getHtmlPdfLink(pdf,title,page_no,icon_name){if(page_no!==undefined&&page_no>0){pdf=pdf+'?page='+page_no;}if(title===undefined||title===''){title='情報の出典を見る';}if(icon_name===undefined||icon_name===''){icon_name='icon_doc.png';}if('Web'==='Win'){pdf+=(pdf.indexOf('#')>-1?'&':'#')+'toolbar=1&navpanes=1&t='+(new Date()).getTime();}return "
";}
function updatePdfLinkTimestamp(elem){elem.href=elem.href.replace(/&t=[0-9]+/,'&t='+(new Date()).getTime());}
function updateSurchargeFldVisibility(){const coef=g('coef').trim();const match=coef.match(/^(\d+(?:\.\d+)?)(?:\/(\d+(?:\.\d+)?))?$/);if(match){const num=parseFloat(match[1]);if(match[1]==='1'||num < 0.5||2.0 < num){surchargeFldVisible(false);return;}if(match[2]){const num0=parseFloat(match[2]);if(match[2]==='1'||num0 < 0.5||2.0 < num0){surchargeFldVisible(false);return;}}}else{surchargeFldVisible(false);return;}let with_fy0=getSelectedOption('fig0_sel').value;if(with_fy0!=='0'){surchargeFldVisible(false);return;}const drgId=g('drgId');if(parseInt(drgId,10)>0){surchargeFldVisible(false);return;}surchargeFldVisible(true);}
function surchargeFldVisible(visibility){const v=visibility?'':'none';setDisplay('item_surcharge',v);setDisplay('surcharge',v);setDisplay('label_surcharge',v);}