function eConstant(name){this.name=name;this.getValue=elm_getValue;this.setValue=elm_setValue;this.valueOf=elm_getValue;this.toString=function(){return this.name};this.value=null;function elm_getValue(){return this.value;}
function elm_setValue(value){this.value=value;}}
