function convert_value(str,from,to) { strlen=str.length cstart=0 ftxt="" for (i=0;icstart) ftxt+=ctxt ftxt=html_entity_decode(ftxt) return ftxt }