function json(c_mu, st_Index, lvl, id){  var jstdid = c_mu + 'td_' + id; var jstd = getObjectStyle(jstdid); var jsaid = c_mu + 'a_' + id; var jsa = getObjectStyle(jsaid); jstd.cursor='pointer'; jstd.cursor='hand'; if(false){} else if(st_Index=='mcts') { if(false){} else if(lvl==1) { jstd.borderColor='gainsboro'; jstd.backgroundColor='whitesmoke'; } } else if(st_Index=='cjst') { if(false){} else if(lvl==1) { jsa.color='#FDFA9D'; } else if(lvl==2) { jstd.backgroundColor='whitesmoke'; jstd.borderColor='gainsboro'; } } else if(st_Index=='mjst') { if(false){} else if(lvl==1) { jsa.color='#FDFA9D'; } } }function jsoff(c_mu, st_Index, lvl, id) { var jstdid = c_mu + 'td_' + id; var jstd = getObjectStyle(jstdid); var jsaid = c_mu + 'a_' + id; var jsa = getObjectStyle(jsaid); if(false){} else if(st_Index=='mcts') { if(false){} else if(lvl==1) { jstd.borderColor='Transparent'; jstd.backgroundColor='Transparent'; } } else if(st_Index=='cjst') { if(false){} else if(lvl==1) { jsa.color='white'; } else if(lvl==2) { jstd.backgroundColor='Transparent'; jstd.borderColor='Transparent'; } } else if(st_Index=='mjst') { if(false){} else if(lvl==1) { jsa.color='white'; } }}
