var mygtdata=[]; gt=function (mytype,myvalue){ this.gtType=mytype; this.gtValue=myvalue; if(mygtdata) { var data=eval('mygtdata.'+mytype); if(data) { if(data[myvalue]) { this.gtValue=data[myvalue]; } } } return this.gtValue; }