var jsapi_ua=navigator.userAgent.toLowerCase();var jsapi_isIE=(jsapi_ua.indexOf("msie")!=-1&&jsapi_ua.indexOf("opera")==-1&&jsapi_ua.indexOf("webtv")==-1);var jsapi_isOpera=(jsapi_ua.indexOf("opera")!=-1);var jsapi_isGecko=(jsapi_ua.indexOf("gecko")!=-1);var jsapi_isSafari=(jsapi_ua.indexOf("safari")!=-1);var jsapi_isKonqueror=(jsapi_ua.indexOf("konqueror")!=-1);var inc=0;var regQ=/^Q[0-9]*$/;var regQA=/^Q[0-9]*.A[0-9]*$/;var regQC=/^Q[0-9]*.C[0-9]*$/;var regQAC=/^Q[0-9]*.A[0-9]*.C[0-9]*$/;var regQAA=/^Q[0-9]*.A[0-9]*.A[0-9]*$/;var regQonly=/^Q[0-9]*/;var regQA1=/^Q[0-9]*.A[0-9]*/;var regA2=/A[0-9]*$/;var regSelectedOption=/.*selected=(\"|\')selected(\"|\').*/;var QuestionType=[[0,"unknow"],[1,"Section Header"],[2,"Pick one without other"],[3,"Pick one with other"],[4,"Pick one with comment"],[5,"Check all that apply without other"],[6,"Check all that apply with other"],[7,"Drop Down Box"],[8,"List Box"],[9,"Single Line"],[10,"Multi Line"],[11,"Rate Different"],[12,"Compare One By One"],[13,"3D Matrix"],[14,"Numeric Allocation"]];var AnswerType=[[0,"unknow"],[1,"Radio"],[2,"Check"],[3,"Edit"],[4,"Select"],[5,"Area"],[6,"Total"],[7,"3D"],[8,"RadioEdit"],[9,"CheckEdit"],[10,"RadioPOWC"],[11,"EditPOWC"]];var ColumnType=[[0,"unknow"],[1,"Radio"],[2,"Check"],[3,"Edit"],[4,"Select"]];var ElementType=[[0,"unknow"],[1,"Radio"],[2,"Check"],[3,"Edit"],[4,"Option"],[5,"Select"]];var ElementMask=[[0,"unknow"],[1,"QuestionHeaderTableId"],[2,"QuestionAnchorTr"],[3,"QuestionAnchorTd"],[4,"QuestionAnchorBr"],[5,"Q"],[6,"QuestionImageTr"],[7,"QuestionImageTd"],[8,"QuestionImage"],[9,"QuestionLabelTr"],[10,"QuestionLabelTd"],[11,"QuestionLabel"],[12,"brQuestionSpace"],[13,"QuestionAnswersTableId"],[14,"AnswerTr"],[15,"AnswerImageTd"],[16,"AnswerImageAhref"],[17,"AnswerImage"],[18,"AnswerElementTd"],[19,"RC"],[20,"AnswerLabelTd"],[21,"AnswerLabel"],[22,"inputtextother"],[23,"AnswerImageTr"],[24,"AnswerLabelTr"],[25,"AnswerElementTr"],[26,"selectR"],[27,"AnswerOption"],[28,"inputtext"],[29,"ColumnTr"],[30,"ColumnImageTd"],[31,"ColumnLabelTd"],[32,"ColumnTd"],[33,"ColumnLabel"],[34,"GMH"],[35,"LEFT"],[36,"RIGHT"],[37,"R"],[38,"other"],[39,"radio"],[40,"check"],[41,"inputtextother"],[42,"selectother"]];var QuestionMask=[[0,"unknow"],[1,"QuestionHeaderTableId"],[2,"QuestionAnswersTableId"],[3,"QuestionAnchorTr"],[4,"QuestionImageTr"],[5,"QuestionLabelTr"],[6,"AnswerImageTr"],[7,"AnswerLabelTr"],[8,"AnswerElementTr"],[9,"AnswerElementTd"],[10,"QuestionAnchorTd"],[11,"QuestionAnchorBr"],[12,"Q"],[13,"selectR"],[14,"QuestionImageTd"],[15,"QuestionImage"],[16,"QuestionLabelTd"],[17,"QuestionLabel"],[18,"brQuestionSpace"]];var AnswerMask=[[0,"unknow"],[1,"AnswerImageTd"],[2,"AnswerImageAhref"],[3,"AnswerImage"],[4,"AnswerElementTd"],[5,"AnswerTr"],[6,"AnswerLabelTd"],[7,"AnswerLabel"],[8,"inputtextother"],[9,"inputtext"],[10,"R"],[11,"RC"]];var AnswerMaskRate=[[0,"unknow"],[1,"AnswerImageTd"],[2,"AnswerImageAhref"],[3,"AnswerImage"],[4,"AnswerElementTd"],[5,"AnswerLabel"],[6,"GMH"],[7,"LEFT"],[8,"R"]];var ColumnMask=[[0,"unknow"],[1,"ColumnTr"],[2,"ColumnImageTd"],[3,"ColumnLabelTd"],[4,"ColumnTd"]];var SurveyConfig={defaultId:inc,defaultName:"Survey",defaultDescription:"Description",defaultQuestions:[]};var QuestionConfig={defaultId:inc,defaultName:"Question",defaultHide:false,defaultPrefix:"Qx",defaultAnswers:[],defaultColumns:[],defaultElements:[],defaultType:QuestionType[0]};var AnswerConfig={defaultId:inc,defaultName:"Answer",defaultHide:false,defaultPrefix:"QxAy*",defaultType:AnswerType[0]};var ColumnConfig={defaultId:inc,defaultName:"Column",defaultHide:false,defaultPrefix:"Cz",defaultType:ColumnType[0]};var ElementConfig={defaultId:inc,defaultHide:false,defaultPrefix:"QxAyCz",defaultType:ElementType[0],defaultQuestion:null,defaultAnswer:null,defaultColumn:null};var SurveyHandler={id:SurveyConfig.defaultId,name:SurveyConfig.defaultName,description:SurveyConfig.defaultDescription,questions:[],all:{},getId:function(){return this.id},getName:function(){return this.name},getDescription:function(){return this.description},getQuestions:function(){return this.questions}};var QuestionHandler={id:QuestionConfig.defaultId,name:QuestionConfig.defaultName,hide:QuestionConfig.defaultHide,type:QuestionConfig.defaultType,prefix:QuestionConfig.defaultPrefix,answers:[],columns:[],elements:[],all:{},getId:function(){return this.id},getName:function(){return this.name},isHide:function(){return this.hide},getType:function(){return this.type},getPrefix:function(){return this.prefix},getAnswers:function(){return this.answers},getColumns:function(){return this.columns},getElements:function(){return this.elements}};var AnswerHandler={id:AnswerConfig.defaultId,name:AnswerConfig.defaultName,hide:AnswerConfig.defaultHide,type:AnswerConfig.defaultType,prefix:AnswerConfig.defaultPrefix,all:{},getId:function(){return this.id},getName:function(){return this.name},isHide:function(){return this.hide},getType:function(){return this.type},getPrefix:function(){return this.prefix}};var ColumnHandler={id:ColumnConfig.defaultId,name:ColumnConfig.defaultName,hide:ColumnConfig.defaultHide,type:ColumnConfig.defaultType,prefix:ColumnConfig.defaultPrefix,all:{},getId:function(){return this.id},getName:function(){return this.name},isHide:function(){return this.hide},getType:function(){return this.type},getPrefix:function(){return this.prefix}};var ElementHandler={id:ElementConfig.defaultId,hide:ElementConfig.defaultHide,type:ElementConfig.defaultType,prefix:ElementConfig.defaultPrefix,question:ElementConfig.defaultQuestion,answer:ElementConfig.defaultAnswer,column:ElementConfig.defaultColumn,all:{},getId:function(){return this.id},isHide:function(){return this.hide},getType:function(){return this.type},getPrefix:function(){return this.prefix},getQuestion:function(){return this.question},getAnswer:function(){return this.answer},getColumn:function(){return this.column}};function SurveyAbstract(d,a,c,b){this.id=d||SurveyHandler.getId();this.name=a||SurveyHandler.getName();this.description=c||SurveyHandler.getDescription();this.questions=b||[];SurveyHandler.all[this.id]=this}function QuestionAbstract(h,a,c,d,f,g,b,e){this.id=h||QuestionHandler.getId();this.name=a||QuestionHandler.getName();this.hide=c||QuestionHandler.isHide();this.prefix=f||QuestionHandler.getPrefix();this.type=d||QuestionHandler.getType();this.answers=g||[];this.columns=b||[];this.elements=e||[];QuestionHandler.all[this.id]=this}function getElement(c,a){var b=null;if(""+a=="undefined"){b=document.getElementById(c)}else{b=document.getElementById(c+"_f"+a)}return b}function getQuestionHeaderTable(b,a){return getElement(ElementMask[1][1]+b,a)}function getQuestionAnchorTr(b,a){return this.getElement(ElementMask[2][1]+b,a)}function getQuestionAnchorTd(b,a){return this.getElement(ElementMask[3][1]+b,a)}function getQuestionAnchorBr(b,a){return this.getElement(ElementMask[4][1]+b,a)}function getQuestionAnchor(b,a){return this.getElement(ElementMask[5][1]+b,a)}function getQuestionImageTr(b,a){return this.getElement(ElementMask[6][1]+b,a)}function getQuestionImageTd(b,a){return this.getElement(ElementMask[7][1]+b,a)}function getQuestionImage(b,a){return this.getElement(ElementMask[8][1]+b,a)}function getQuestionLabelTr(b,a){return this.getElement(ElementMask[9][1]+b,a)}function getQuestionLabelTd(b,a){return this.getElement(ElementMask[10][1]+b,a)}function getQuestionLabel(b,a){return this.getElement(ElementMask[11][1]+b,a)}function getBrQuestionSpace(b,a){return this.getElement(ElementMask[12][1]+b,a)}function getQAnswerElementTr(b,a){return this.getElement(ElementMask[25][1]+b,a)}function getQAnswerElementTd(b,a){return this.getElement(ElementMask[18][1]+b,a)}function getQSelectR(b,a){return this.getElement(ElementMask[26][1]+b,a)}function hideQuestionSection(e,c,b){var a=(c)?"none":"";var d=this.getQuestionHeaderTable(e,b);if(d!=null){d.style.display=a;if(d.parentNode!=null&&d.className=="tdHeaderCell"){d.parentNode.style.display=a}}this.hideQuestionAnchorSection(e,c,b);this.hideQuestionImageSection(e,c,b);this.hideQuestionLabelSection(e,c,b);d=this.getBrQuestionSpace(e,b);if(d!=null){d.style.display=a}}function hideQuestionAnchorSection(e,c,b){var a=(c)?"none":"";var d=this.getQuestionAnchorTr(e,b);if(d!=null){d.style.display=a}d=this.getQuestionAnchorTd(e,b);if(d!=null){d.style.display=a}d=this.getQuestionAnchorBr(e,b);if(d!=null){d.style.display=a}d=this.getQuestionAnchor(e,b);if(d!=null){d.style.display=a}}function hideQuestionImageSection(e,c,b){var a=(c)?"none":"";var d=this.getQuestionImageTr(e,b);if(d!=null){d.style.display=a}d=this.getQuestionImageTd(e,b);if(d!=null){d.style.display=a}d=this.getQuestionImage(e,b);if(d!=null){d.style.display=a}}function hideQuestionLabelSection(e,c,b){var a=(c)?"none":"";var d=this.getQuestionLabelTr(e,b);if(d!=null){d.style.display=a}d=this.getQuestionLabelTd(e,b);if(d!=null){d.style.display=a}d=this.getQuestionLabel(e,b);if(d!=null){d.style.display=a}}function hideAnswerSelectSection(e,c,b){var a=(c)?"none":"";var d=this.getQAnswerElementTr(e,b);if(d!=null){d.style.display=a}d=this.getQAnswerElementTd(e,b);if(d!=null){d.style.display=a}d=this.getQSelectR(e,b);if(d!=null){d.style.display=a}}function AnswerAbstract(e,a,b,c,d){this.id=e||AnswerHandler.getId();this.name=a||AnswerHandler.getName();this.hide=b||AnswerHandler.isHide();this.type=c||AnswerHandler.getType();this.prefix=d||AnswerHandler.getPrefix();AnswerHandler.all[this.id]=this}var jsapi_parent=new Array();var jsapi_displays=new Array();var jsapi_selects=new Array();var jsapi_select_inner=new Array();function getQuestionAnswersTable(b,a){return this.getElement(ElementMask[13][1]+b,a)}function getAnswerTr(c,b,a){return this.getElement(ElementMask[14][1]+c+"_"+b,a)}function getAnswerImageTd(c,b,a){return this.getElement(ElementMask[15][1]+c+"_"+b,a)}function getAnswerImageAhref(c,b,a){return this.getElement(ElementMask[16][1]+c+"_"+b,a)}function getAnswerImage(c,b,a){return this.getElement(ElementMask[17][1]+c+"_"+b,a)}function getAnswerElementTd(c,b,a){return this.getElement(ElementMask[18][1]+c+"_"+b,a)}function getRC(c,b,a){return this.getElement(ElementMask[19][1]+c+"_"+b,a)}function getAnswerLabelTd(c,b,a){return this.getElement(ElementMask[20][1]+c+"_"+b,a)}function getAnswerLabel(c,b,a){return this.getElement(ElementMask[21][1]+c+"_"+b,a)}function getInputTextOther(c,b,a){return this.getElement(ElementMask[22][1]+c+"_"+b,a)}function getAnswerImageTr(c,b,a){return this.getElement(ElementMask[23][1]+c,a)}function getAnswerLabelTr(b,a){return this.getElement(ElementMask[24][1]+b,a)}function getAnswerElementTr(c,b,a){if(b==null){return this.getElement(ElementMask[25][1]+c,a)}return this.getElement(ElementMask[25][1]+c+"_"+b,a)}function getSelectR(c,b,a){if(b==null){return this.getElement(ElementMask[26][1]+c,a)}return this.getElement(ElementMask[26][1]+c+"_"+b,a)}function getAnswerOption(c,b,a){return this.getElement(ElementMask[27][1]+c+"_"+b,a)}function getInputText(c,b,a){return this.getElement(ElementMask[28][1]+c+"_"+b,a)}function getGmhLeft(b,a){return this.getElement(ElementMask[34][1]+b+ElementMask[35][1],a)}function getGmhRight(b,a){return this.getElement(ElementMask[34][1]+b+ElementMask[36][1],a)}function getAnswerTrCOBO(c,b,d,a){return this.getElement(ElementMask[14][1]+c+"_"+b+"_"+d,a)}function getAnswerLabelTdCOBOLeft(c,b,d,a){return this.getElement(ElementMask[20][1]+c+"_"+b+"_"+d+"_"+b,a)}function getAnswerLabelCOBOLeft(c,b,d,a){return this.getElement(ElementMask[21][1]+c+"_"+b+"_"+d+"_"+b,a)}function getAnswerElementTdCOBOLeft(c,b,d,a){return this.getElement(ElementMask[18][1]+c+"_"+b+"_"+d+"_"+b,a)}function getRC_COBOLeft(c,b,d,a){return this.getElement(ElementMask[19][1]+c+"_"+b+"_"+d+"_"+b,a)}function getAnswerLabelTdCOBOOR(c,b,d,a){return this.getElement(ElementMask[20][1]+c+"_"+b+"_"+d,a)}function getAnswerLabelCOBOOR(c,b,d,a){return this.getElement(ElementMask[21][1]+c+"_"+b+"_"+d,a)}function getAnswerElementTdCOBORight(c,b,d,a){return this.getElement(ElementMask[18][1]+c+"_"+b+"_"+d+"_"+d,a)}function getRC_COBORight(c,b,d,a){return this.getElement(ElementMask[19][1]+c+"_"+b+"_"+d+"_"+d,a)}function getAnswerLabelTdCOBORight(c,b,d,a){return this.getElement(ElementMask[20][1]+c+"_"+b+"_"+d+"_"+d,a)}function getAnswerLabelCOBORight(c,b,d,a){return this.getElement(ElementMask[21][1]+c+"_"+b+"_"+d+"_"+d,a)}function hideAnswerSection(f,e,d,c,b){var a=(d)?"none":"";this.hideAnswerTr(f,e,d,b);this.hideAnswerImageTd(f,e,d,b);this.hideAnswerImageAhref(f,e,d,b);this.hideAnswerImage(f,e,d,b);this.hideAnswerElementTd(f,e,d,b);this.hideRC(f,e,d,b);this.hideInputTextOther(f,e,d,b);this.hideAnswerLabelTd(f,e,d,b);this.hideAnswerLabel(f,e,d,b)}function hideAnswerRadioPOWCSection(d,c,b,a){}function hideAnswerEditPOWCSection(d,c,b,a){}function hideAnswerSectionRateDifferent(d,c,b,a){}function hideAnswerSelectSection(e,c,b){var a=(c)?"none":"";var d=this.getAnswerElementTr(e,b);if(d!=null){if(jsapi_isIE){d.style.display=a}}d=this.getAnswerElementTd(e,b);if(d!=null){a=(c)?"none":"";d.style.display=a}d=this.getSelectR(e,b);if(d!=null){a=(c)?"none":"";d.style.display=a}}function hideAnswerOptionSection(d,c,b,a){}function hideAnswerTr(f,d,c,b){var a=(c)?"none":"";var e=this.getAnswerTr(f,d,b);if(e!=null){e.style.display=a}e=null}function hideAnswerImageTd(f,d,c,b){var a=(c)?"none":"";var e=this.getAnswerImageTd(f,d,b);if(e!=null){e.style.display=a}}function hideAnswerImageAhref(f,d,c,b){var a=(c)?"none":"";var e=this.getAnswerImageAhref(f,d,b);if(e!=null){e.style.display=a}e=null}function hideAnswerImage(f,d,c,b){var a=(c)?"none":"";var e=this.getAnswerImage(f,d,b);if(e!=null){e.style.display=a}e=null}function hideAnswerElementTd(f,d,c,b){var a=(c)?"none":"";var e=this.getAnswerElementTd(f,d,b);if(e!=null){e.style.display=a}e=null}function hideRC(f,d,c,b){var a=(c)?"none":"";var e=this.getRC(f,d,b);if(e!=null){e.style.display=a}e=null}function hideAnswerLabelTd(f,d,c,b){var a=(c)?"none":"";var e=this.getAnswerLabelTd(f,d,b);if(e!=null){e.style.display=a}e=null}function hideAnswerLabel(f,d,c,b){var a=(c)?"none":"";var e=this.getAnswerLabel(f,d,b);if(e!=null){e.style.display=a}e=null}function hideInputTextOther(f,d,c,b){var a=(c)?"none":"";var e=this.getInputTextOther(f,d,b);if(e!=null){e.style.display=a}e=null}function hideAnswerImageTr(e,c,b){var a=(c)?"none":"";var d=this.getAnswerImageTr(e,b);if(d!=null){d.style.display=a}d=null}function hideAnswerLabelTr(e,c,b){var a=(c)?"none":"";var d=this.getAnswerLabelTr(e,b);if(d!=null){d.style.display=a}d=null}function hideAnswerElementTr(e,c,b){var a=(c)?"none":"";var d=this.getAnswerElementTr(e,b);if(d!=null){d.style.display=a}d=null}function hideSelectR(f,d,c,b){var a=(c)?"none":"";var e=this.getSelectR(f,d,b);if(e!=null){e.style.display=a}e=null}function hideAnswerOption(q,b,m,r){var t=(m)?"none":"";var h=this.getAnswerOption(q,b,r);if(h==null&&m){return}if(h!=null&&!m){return}var l=null;var s=new Array();var g=new Array();var f=new Array();if(jsapi_parent[q]==null&&h!=null){l=h.parentNode.getElementsByTagName("option");jsapi_parent[q]=h.parentNode;for(var e=0;e<l.length;e++){s[e]=l[e];g[e]=l[e].innerHTML;f[e]=false;if(s[e].value==b){f[e]=m}}jsapi_displays[q]=f}else{l=jsapi_selects[q]}jsapi_parent[q].innerHTML="";if(jsapi_selects[q]==null){jsapi_selects[q]=s}if(jsapi_select_inner[q]==null){jsapi_select_inner[q]=g}var p=0;var n=0;for(var c=0;c<jsapi_displays[q].length;c++){if(jsapi_selects[q][c].value==b){jsapi_displays[q][c]=m;n=c}}for(var d=0;d<jsapi_selects[q].length;d++){if(jsapi_selects[q][d].value==b&&!m&&!jsapi_displays[q][d]||jsapi_selects[q][d].value==""){var a=jsapi_selects[q][d];a.innerHTML=jsapi_select_inner[q][d];jsapi_parent[q].appendChild(a)}else{if(!jsapi_displays[q][d]){var a=jsapi_selects[q][d];a.innerHTML=jsapi_select_inner[q][d];jsapi_parent[q].appendChild(a)}}if(jsapi_parent[q].innerHTML.search(regSelectedOption)>-1&&p==0){p=d}}if(jsapi_isOpera||jsapi_isGecko&&!jsapi_parent[q].multiple){jsapi_parent[q].selectedIndex=p}h=null}function hideInputText(f,d,c,b){var a=(c)?"none":"";var e=this.getInputText(f,d,b);if(e!=null){e.style.display=a}e=null}function hideGmhLeft(d,c,b){var a=(c)?"none":"";var e=this.getGmhLeft(d,b);if(e!=null){e.style.display=a}e=null}function hideGmhRight(d,c,b){var a=(c)?"none":"";var e=this.getGmhRight(d,b);if(e!=null){e.style.display=a}e=null}function hide3D_OtherRadio(g,e,c,d,b){var a=(d)?"none":"";var f=this.get3D_OtherRadio(g,e,c,b);if(f!=null){f.style.display=a}f=null}function hide3D_OtherCheck(g,e,c,d,b){var a=(d)?"none":"";var f=this.get3D_OtherCheck(g,e,c,b);if(f!=null){f.style.display=a}f=null}function hide3D_InputTextOther(g,e,c,d,b){var a=(d)?"none":"";var f=this.get3D_InputTextOther(g,e,c,b);if(f!=null){f.style.display=a}f=null}function hide3DSelectOther(g,e,c,d,b){var a=(d)?"none":"";var f=this.get3D_SelectOther(g,e,c,b);if(f!=null){f.style.display=a}f=null}function hide3DAnswerOption(h,f,d,a,e,c){var b=(e)?"none":"";var g=this.get3DAnswerOption(h,f,d,a,c);if(g!=null){g.style.display=b}g=null}function hideAnswerTrCOBO(f,d,g,c,b){var a=(c)?"none":"";var e=this.getAnswerTrCOBO(f,d,g,b);if(e!=null){if(jsapi_isIE){e.style.display=a}}e=null}function hideAnswerLabelTdCOBOLeft(f,d,g,c,b){var a=(c)?"none":"";var e=this.getAnswerLabelTdCOBOLeft(f,d,g,b);if(e!=null){e.style.display=a}e=null}function hideAnswerLabelCOBOLeft(f,d,g,c,b){var a=(c)?"none":"";var e=this.getAnswerLabelCOBOLeft(f,d,g,b);if(e!=null){e.style.display=a}e=null}function hideRC_COBOLeft(f,d,g,c,b){var a=(c)?"none":"";var e=this.getRC_COBOLeft(f,d,g,b);if(e!=null){e.style.display=a}e=null}function hideAnswerLabelTdCOBOOR(f,d,g,c,b){var a=(c)?"none":"";var e=this.getAnswerLabelTdCOBOOR(f,d,g,b);if(e!=null){e.style.display=a}e=null}function hideAnswerLabelCOBOOR(f,d,g,c,b){var a=(c)?"none":"";var e=this.getAnswerLabelCOBOOR(f,d,g,b);if(e!=null){e.style.display=a}e=null}function hideAnswerElementTdCOBORight(f,d,g,c,b){var a=(c)?"none":"";var e=this.getAnswerElementTdCOBORight(f,d,g,b);if(e!=null){e.style.display=a}e=null}function hideRC_COBORight(f,d,g,c,b){var a=(c)?"none":"";var e=this.getRC_COBORight(f,d,g,b);if(e!=null){e.style.display=a}e=null}function hideAnswerLabelTdCOBORight(f,d,g,c,b){var a=(c)?"none":"";var e=this.getAnswerLabelTdCOBORight(f,d,g,b);if(e!=null){e.style.display=a}e=null}function hideAnswerLabelCOBORight(f,d,g,c,b){var a=(c)?"none":"";var e=this.getAnswerLabelCOBORight(f,d,g,b);if(e!=null){e.style.display=a}e=null}function hideAnswerSectionCOBO(d,c,e,b,a){this.base=AnswerAbstract;hideAnswerTrCOBO(d,c,e,b,a);hideAnswerLabelTdCOBOLeft(d,c,e,b,a);hideAnswerLabelCOBOLeft(d,c,e,b,a);hideAnswerLabelTdCOBOLeft(d,c,e,b,a);hideRC_COBOLeft(d,c,e,b,a);hideAnswerLabelTdCOBOOR(d,c,e,b,a);hideAnswerLabelCOBOOR(d,c,e,b,a);hideAnswerLabelTdCOBORight(d,c,e,b,a);hideRC_COBORight(d,c,e,b,a);hideAnswerLabelTdCOBORight(d,c,e,b,a);hideAnswerLabelCOBORight(d,c,e,b,a)}function ColumnAbstract(e,a,b,c,d){this.id=e||ColumnHandler.getId();this.name=a||ColumnHandler.getName();this.hide=b||ColumnHandler.isHide();this.type=c||ColumnHandler.getType();this.prefix=d||ColumnHandler.getPrefix();ColumnHandler.all[this.id]=this}function getColumnTr(b,a){return this.getElement(ElementMask[29][1]+b,a)}function getColumnImageTd(b,a){return this.getElement(ElementMask[30][1]+b,a)}function getColumnLabelTd(b,a){return this.getElement(ElementMask[31][1]+b,a)}function getColumnTd(c,b,a){return this.getElement(ElementMask[32][1]+c+"_"+b,a)}function getColumnLabel(c,b,a){return this.getElement(ElementMask[33][1]+c+"_"+b,a)}function hideColumnTr(e,c,b){var a=(c)?"none":"";var d=this.getColumnTr(e,b);if(d!=null){d.style.display=a}d=null}function hideColumnImageTd(e,c,b){var a=(c)?"none":"";var d=this.getColumnImageTd(e,b);if(d!=null){d.style.display=a}d=null}function hideColumnLabelTd(e,c,b){var a=(c)?"none":"";var d=this.getColumnLabelTd(e,b);if(d!=null){d.style.display=a}d=null}function hideColumnTd(f,c,d,b){var a=(d)?"none":"";var e=this.getColumnTd(f,c,b);if(e!=null){e.style.display=a}e=null}function hideColumnLabel(f,c,d,b){var a=(d)?"none":"";var e=this.getColumnLabel(f,c,b);if(e!=null){e.style.display=a}e=null}function hideColumnPreSection(c,b,a){this.hideColumnImageTd(c,b,a);this.hideColumnLabelTd(c,b,a)}function hideColumnSection(d,b,c,a){this.hideColumnTd(d,b,c,a);this.hideColumnLabel(d,b,c,a)}function hideColumnSectionWithoutMove(d,b,c,a){this.hideColumnLabel(d,b,c,a)}function ElementAbstract(g,b,d,f,a,e,c){this.id=g||ElementHandler.getId();this.hide=b||ElementHandler.isHide();this.type=d||ElementHandler.getType();this.prefix=f||ElementHandler.getPrefix();this.question=a||ElementHandler.getQuestion();this.answer=e||ElementHandler.getAnswer();this.column=c||ElementHandler.getColumn();ElementHandler.all[this.id]=this}function getRGH_R(d,c,b,a){return this.getElement(ElementMask[37][1]+d+"_"+c+"_"+b,a)}function getEAnswerElementTd(d,c,b,a){return this.getElement(ElementMask[18][1]+d+"_"+c+"_"+b,a)}function get3D_OtherRadio(d,c,b,a){return this.getElement(ElementMask[41][1]+d+"_"+c+"_"+ElementMask[39][1]+b,a)}function get3D_OtherCheck(d,c,b,a){return this.getElement(ElementMask[41][1]+d+"_"+c+"_"+ElementMask[40][1]+b,a)}function get3D_InputTextOther(d,c,b,a){return this.getElement(ElementMask[41][1]+d+"_"+c+"_"+b,a)}function get3D_SelectOther(d,c,b,a){return this.getElement(ElementMask[42][1]+d+"_"+c+"_"+b,a)}function get3DAnswerOption(e,d,c,a,b){return this.getElement(ElementMask[27][1]+e+"_"+d+"_"+c+"_"+a,b)}function hideEAnswerElementTd(h,f,c,d,e,b){var a=(d)?"none":"";var g=this.getEAnswerElementTd(h,f,c,e,b);if(g!=null){g.style.display=a}g=null}function hideRGH_R(g,e,c,d,b){var a=(d)?"none":"";var f=this.getRGH_R(g,e,c,b);if(f!=null){f.style.display=a}f=null}function hide3D_SelectOther(g,e,c,d,b){var a=(d)?"none":"";var f=this.get3D_SelectOther(g,e,c,b);if(f!=null){f.style.display=a}f=null}function hideElementSection(f,e,b,c,d,a){}Question3dMatrix.prototype=new QuestionAbstract;function Question3dMatrix(g,a,c,e,f,b,d){this.base=QuestionAbstract;this.base(g,a,c,QuestionType[13],e,f,b,d)}Question3dMatrix.prototype.addAnswer3d=function(b){if(b instanceof Answer3d){this.answers.push(b)}else{alert("Error: incorect type : {"+b.type+"}, type must be {"+AnswerType[7]+"}")}};Question3dMatrix.prototype.addColumnRadio=function(a){if(a instanceof ColumnRadio){this.columns.push(a)}else{alert("Error: incorect type : {"+a.type+"}, type must be {"+ColumnType[1]+"}")}};Question3dMatrix.prototype.addColumnCheck=function(a){if(a instanceof ColumnCheck){this.columns.push(a)}else{alert("Error: incorect type : {"+a.type+"}, type must be {"+ColumnType[2]+"}")}};Question3dMatrix.prototype.addColumnEdit=function(a){if(a instanceof ColumnEdit){this.columns.push(a)}else{alert("Error: incorect type : {"+a.type+"}, type must be {"+ColumnType[3]+"}")}};Question3dMatrix.prototype.addColumnSelect=function(a){if(a instanceof ColumnSelect){this.columns.push(a)}else{alert("Error: incorect type : {"+a.type+"}, type must be {"+ColumnType[4]+"}")}};Question3dMatrix.prototype.addElementRadio=function(a){if(a instanceof ElementRadio){this.elements.push(a)}else{alert("Error: incorect type : {"+a.type+"}, type must be {"+ElementType[1]+"}")}};Question3dMatrix.prototype.addElementCheck=function(a){if(a instanceof ElementCheck){this.elements.push(a)}else{alert("Error: incorect type : {"+a.type+"}, type must be {"+ElementType[2]+"}")}};Question3dMatrix.prototype.addElementEdit=function(a){if(a instanceof ElementEdit){this.elements.push(a)}else{alert("Error: incorect type : {"+a.type+"}, type must be {"+ElementType[3]+"}")}};Question3dMatrix.prototype.addElementSelect=function(a){if(a instanceof ElementSelect){this.elements.push(a)}else{alert("Error: incorect type : {"+a.type+"}, type must be {"+ElementType[5]+"}")}};Question3dMatrix.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};Question3dMatrix.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};Question3dMatrix.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};Question3dMatrix.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};Question3dMatrix.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};Question3dMatrix.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};Question3dMatrix.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};Question3dMatrix.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};Question3dMatrix.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};Question3dMatrix.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};Question3dMatrix.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};Question3dMatrix.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};Question3dMatrix.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};Question3dMatrix.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};Question3dMatrix.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};Question3dMatrix.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a)};Question3dMatrix.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};Question3dMatrix.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};Question3dMatrix.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};Question3dMatrix.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionCheckAllThatApplyWithOther.prototype=new QuestionAbstract;function QuestionCheckAllThatApplyWithOther(e,a,b,c,d){this.base=QuestionAbstract;this.base(e,a,b,QuestionType[6],c,d,null,null)}QuestionCheckAllThatApplyWithOther.prototype.addAnswerCheck=function(b){if(b instanceof AnswerCheck){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[2]+"}")}};QuestionCheckAllThatApplyWithOther.prototype.addAnswerOther=function(b){if(b instanceof AnswerCheckEdit){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[9]+"}")}};QuestionCheckAllThatApplyWithOther.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionCheckAllThatApplyWithOther.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionCheckAllThatApplyWithOther.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a)};QuestionCheckAllThatApplyWithOther.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionCheckAllThatApplyWithOther.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionCheckAllThatApplyWithOther.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionCheckAllThatApplyWithOther.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionCheckAllThatApplyWithoutOther.prototype=new QuestionAbstract;function QuestionCheckAllThatApplyWithoutOther(e,a,b,c,d){this.base=QuestionAbstract;this.base(e,a,b,QuestionType[5],c,d,null,null)}QuestionCheckAllThatApplyWithoutOther.prototype.addAnswerCheck=function(b){if(b instanceof AnswerCheck){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[2]+"}")}};QuestionCheckAllThatApplyWithoutOther.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionCheckAllThatApplyWithoutOther.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionCompareOneByOne.prototype=new QuestionAbstract;function QuestionCompareOneByOne(e,a,b,c,d){this.base=QuestionAbstract;this.base(e,a,b,QuestionType[12],c,d,null,null)}QuestionCompareOneByOne.prototype.addAnswerRadio=function(b){if(b instanceof AnswerRadio||b instanceof AnswerRadioCOBO){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[1]+"}")}};QuestionCompareOneByOne.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionCompareOneByOne.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionCompareOneByOne.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionCompareOneByOne.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionCompareOneByOne.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionCompareOneByOne.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionCompareOneByOne.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionCompareOneByOne.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionCompareOneByOne.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionCompareOneByOne.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionCompareOneByOne.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionCompareOneByOne.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionCompareOneByOne.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionCompareOneByOne.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionCompareOneByOne.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionCompareOneByOne.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a)};QuestionCompareOneByOne.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionCompareOneByOne.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionCompareOneByOne.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionCompareOneByOne.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionDropDownBox.prototype=new QuestionAbstract;function QuestionDropDownBox(e,a,b,c,d){this.base=QuestionAbstract;this.base(e,a,b,QuestionType[7],c,d,null,null)}QuestionDropDownBox.prototype.addAnswerOption=function(b){if(b instanceof AnswerOption){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[4]+"}")}};QuestionDropDownBox.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionDropDownBox.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionDropDownBox.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionDropDownBox.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionDropDownBox.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionDropDownBox.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionDropDownBox.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionDropDownBox.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionDropDownBox.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionDropDownBox.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionDropDownBox.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionDropDownBox.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionDropDownBox.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionDropDownBox.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionDropDownBox.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionDropDownBox.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a);hideAnswerSelectSection(c,b,a)};QuestionDropDownBox.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionDropDownBox.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionDropDownBox.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionDropDownBox.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionDropDownBox.prototype.hideAnswerSelectSection=function(c,b,a){this.base=QuestionAbstract;hideAnswerSelectSection(c,b,a)};QuestionDropDownBox.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionHeader.prototype=new QuestionAbstract;function QuestionHeader(d,a,b,c){this.base=QuestionAbstract;this.base(d,a,b,QuestionType[1],c,null,null,null)}QuestionHeader.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionHeader.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionHeader.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionHeader.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionHeader.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionHeader.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionHeader.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionHeader.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionHeader.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionHeader.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionHeader.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionHeader.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionHeader.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionHeader.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionHeader.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionHeader.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a)};QuestionHeader.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionHeader.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionHeader.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionHeader.prototype.toString=function(){return"QuestionHeader: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionListBox.prototype=new QuestionAbstract;function QuestionListBox(e,a,b,c,d){this.base=QuestionAbstract;this.base(e,a,b,QuestionType[8],c,d,null,null)}QuestionListBox.prototype.addAnswerOption=function(b){if(b instanceof AnswerOption){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[4]+"}")}};QuestionListBox.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionListBox.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionListBox.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionListBox.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionListBox.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionListBox.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionListBox.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionListBox.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionListBox.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionListBox.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionListBox.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionListBox.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionListBox.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionListBox.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionListBox.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionListBox.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a);hideAnswerSelectSection(c,b,a)};QuestionListBox.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionListBox.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionListBox.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionListBox.prototype.hideAnswerSelectSection=function(c,b,a){this.base=QuestionAbstract;hideAnswerSelectSection(c,b,a)};QuestionListBox.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionMultiLine.prototype=new QuestionAbstract;function QuestionMultiLine(e,a,b,c,d){this.base=QuestionAbstract;this.base(e,a,b,QuestionType[10],c,d,null,null)}QuestionMultiLine.prototype.addAnswerArea=function(b){if(b instanceof AnswerArea){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[5]+"}")}};QuestionMultiLine.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionMultiLine.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionMultiLine.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionMultiLine.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionMultiLine.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionMultiLine.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionMultiLine.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionMultiLine.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionMultiLine.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionMultiLine.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionMultiLine.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionMultiLine.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionMultiLine.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionMultiLine.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionMultiLine.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionMultiLine.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a)};QuestionMultiLine.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionMultiLine.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionMultiLine.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionMultiLine.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionNumericAllocation.prototype=new QuestionAbstract;function QuestionNumericAllocation(e,a,b,c,d){this.base=QuestionAbstract;this.base(e,a,b,QuestionType[14],c,d,null,null)}QuestionNumericAllocation.prototype.addAnswerEdit=function(b){if(b instanceof AnswerEdit){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[3]+"}")}};QuestionNumericAllocation.prototype.addAnswerTotal=function(b){if(b instanceof AnswerTotal){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[6]+"}")}};QuestionNumericAllocation.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionNumericAllocation.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionNumericAllocation.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionNumericAllocation.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionNumericAllocation.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionNumericAllocation.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionNumericAllocation.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionNumericAllocation.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionNumericAllocation.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionNumericAllocation.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionNumericAllocation.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionNumericAllocation.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionNumericAllocation.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionNumericAllocation.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionNumericAllocation.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionNumericAllocation.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a)};QuestionNumericAllocation.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionNumericAllocation.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionNumericAllocation.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionNumericAllocation.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionPickOneWithComment.prototype=new QuestionAbstract;function QuestionPickOneWithComment(e,a,b,c,d){this.base=QuestionAbstract;this.base(e,a,b,QuestionType[4],c,d,null,null)}QuestionPickOneWithComment.prototype.addAnswerRadio=function(b){if(b instanceof AnswerRadioPOWC){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[10]+"}")}};QuestionPickOneWithComment.prototype.addAnswerComment=function(b){if(b instanceof AnswerEditPOWC){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[11]+"}")}};QuestionPickOneWithComment.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionPickOneWithComment.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionPickOneWithComment.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionPickOneWithComment.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionPickOneWithComment.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionPickOneWithComment.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionPickOneWithComment.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionPickOneWithComment.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionPickOneWithComment.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionPickOneWithComment.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionPickOneWithComment.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionPickOneWithComment.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionPickOneWithComment.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionPickOneWithComment.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionPickOneWithComment.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionPickOneWithComment.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a)};QuestionPickOneWithComment.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionPickOneWithComment.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionPickOneWithComment.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionPickOneWithComment.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionPickOneWithOther.prototype=new QuestionAbstract;function QuestionPickOneWithOther(e,a,b,c,d){this.base=QuestionAbstract;this.base(e,a,b,QuestionType[3],c,d,null,null)}QuestionPickOneWithOther.prototype.addAnswerRadio=function(b){if(b instanceof AnswerRadio){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[1]+"}")}};QuestionPickOneWithOther.prototype.addAnswerOther=function(b){if(b instanceof AnswerRadioEdit){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[8]+"}")}};QuestionPickOneWithOther.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionPickOneWithOther.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionPickOneWithOther.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionPickOneWithOther.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionPickOneWithOther.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionPickOneWithOther.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionPickOneWithOther.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionPickOneWithOther.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionPickOneWithOther.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionPickOneWithOther.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionPickOneWithOther.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionPickOneWithOther.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionPickOneWithOther.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionPickOneWithOther.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionPickOneWithOther.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionPickOneWithOther.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a)};QuestionPickOneWithOther.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionPickOneWithOther.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionPickOneWithOther.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionPickOneWithOther.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionPickOneWithoutOther.prototype=new QuestionAbstract;function QuestionPickOneWithoutOther(e,a,b,c,d){this.base=QuestionAbstract;this.base(e,a,b,QuestionType[2],c,d,null,null)}QuestionPickOneWithoutOther.prototype.addAnswerRadio=function(b){if(b instanceof AnswerRadio){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[1]+"}")}};QuestionPickOneWithoutOther.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionPickOneWithoutOther.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionPickOneWithoutOther.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionPickOneWithoutOther.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionPickOneWithoutOther.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionPickOneWithoutOther.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionPickOneWithoutOther.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionPickOneWithoutOther.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionPickOneWithoutOther.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionPickOneWithoutOther.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionPickOneWithoutOther.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionPickOneWithoutOther.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionPickOneWithoutOther.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionPickOneWithoutOther.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionPickOneWithoutOther.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionPickOneWithoutOther.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a)};QuestionPickOneWithoutOther.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionPickOneWithoutOther.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionPickOneWithoutOther.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionPickOneWithoutOther.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionRateDifferent.prototype=new QuestionAbstract;function QuestionRateDifferent(g,a,c,e,f,b,d){this.base=QuestionAbstract;this.base(g,a,c,QuestionType[11],e,f,b,d)}QuestionRateDifferent.prototype.addAnswerRadio=function(b){if(b instanceof AnswerRadio||b instanceof AnswerRadioRateDifferent){this.answers.push(b)}else{alert("Error: incorect type : {"+b.type+"}, type must be {"+AnswerType[1]+"}")}};QuestionRateDifferent.prototype.addColumnRadio=function(a){if(a instanceof ColumnRadio){this.columns.push(a)}else{alert("Error: incorect type : {"+a.type+"}, type must be {"+ColumnType[1]+"}")}};QuestionRateDifferent.prototype.addElementRadio=function(a){if(a instanceof ElementRadio||a instanceof ElementRadioRateDifferent){this.elements.push(a)}else{alert("Error: incorect type : {"+a.type+"}, type must be {"+ElementType[1]+"}")}};QuestionRateDifferent.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionRateDifferent.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionRateDifferent.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionRateDifferent.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionRateDifferent.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionRateDifferent.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionRateDifferent.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionRateDifferent.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionRateDifferent.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionRateDifferent.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionRateDifferent.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionRateDifferent.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionRateDifferent.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionRateDifferent.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionRateDifferent.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionRateDifferent.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a)};QuestionRateDifferent.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionRateDifferent.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionRateDifferent.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionRateDifferent.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};QuestionSingleLine.prototype=new QuestionAbstract;function QuestionSingleLine(e,a,b,c,d){this.base=QuestionAbstract;this.base(e,a,b,QuestionType[9],c,d,null,null)}QuestionSingleLine.prototype.addAnswerEdit=function(b){if(b instanceof AnswerEdit){this.answers.push(b)}else{alert("Error: incorect answer type : {"+b.type+"}, type must be {"+AnswerType[3]+"}")}};QuestionSingleLine.prototype.getQuestionHeaderTable=function(b,a){this.base=QuestionAbstract;return getQuestionHeaderTable(b,a)};QuestionSingleLine.prototype.getQuestionAnchorTr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTr(b,a)};QuestionSingleLine.prototype.getQuestionAnchorTd=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorTd(b,a)};QuestionSingleLine.prototype.getQuestionAnchorBr=function(b,a){this.base=QuestionAbstract;return getQuestionAnchorBr(b,a)};QuestionSingleLine.prototype.getQuestionAnchor=function(b,a){this.base=QuestionAbstract;return getQuestionAnchor(b,a)};QuestionSingleLine.prototype.getQuestionImageTr=function(b,a){this.base=QuestionAbstract;return getQuestionImageTr(b,a)};QuestionSingleLine.prototype.getQuestionImageTd=function(b,a){this.base=QuestionAbstract;return getQuestionImageTd(b,a)};QuestionSingleLine.prototype.getQuestionImage=function(b,a){this.base=QuestionAbstract;return getQuestionImage(b,a)};QuestionSingleLine.prototype.getQuestionLabelTr=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTr(b,a)};QuestionSingleLine.prototype.getQuestionLabelTd=function(b,a){this.base=QuestionAbstract;return getQuestionLabelTd(b,a)};QuestionSingleLine.prototype.getQuestionLabel=function(b,a){this.base=QuestionAbstract;return getQuestionLabel(b,a)};QuestionSingleLine.prototype.getBrQuestionSpace=function(b,a){this.base=QuestionAbstract;return getBrQuestionSpace(b,a)};QuestionSingleLine.prototype.getAnswerElementTr=function(b,a){this.base=QuestionAbstract;return getAnswerElementTr(b,a)};QuestionSingleLine.prototype.getAnswerElementTd=function(b,a){this.base=QuestionAbstract;return getAnswerElementTd(b,a)};QuestionSingleLine.prototype.getSelectR=function(b,a){this.base=QuestionAbstract;return getSelectR(b,a)};QuestionSingleLine.prototype.hideQuestionSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionSection(c,b,a)};QuestionSingleLine.prototype.hideQuestionAnchorSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionAnchorSection(c,b,a)};QuestionSingleLine.prototype.hideQuestionImageSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionImageSection(c,b,a)};QuestionSingleLine.prototype.hideQuestionLabelSection=function(c,b,a){this.base=QuestionAbstract;hideQuestionLabelSection(c,b,a)};QuestionSingleLine.prototype.toString=function(){return"Question: Id="+this.id+"; Name="+this.name+"; Type={"+this.type+"}; isHide="+this.hide+"; Prefix="+this.prefix};Answer3d.prototype=new AnswerAbstract;function Answer3d(d,a,b,c){this.base=AnswerAbstract;this.base(d,a,b,AnswerType[7],c)}Answer3d.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};Answer3d.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};Answer3d.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};Answer3d.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};Answer3d.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};Answer3d.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};Answer3d.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};Answer3d.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};Answer3d.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};Answer3d.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};Answer3d.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};Answer3d.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};Answer3d.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};Answer3d.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};Answer3d.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};Answer3d.prototype.getInputText=function(c,b,a){this.base=AnswerAbstract;return getInputText(c,b,a)};Answer3d.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};Answer3d.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};Answer3d.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};Answer3d.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};Answer3d.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};Answer3d.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};Answer3d.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};Answer3d.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};Answer3d.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};Answer3d.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};Answer3d.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};Answer3d.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};Answer3d.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};Answer3d.prototype.hideAnswerSection=function(e,d,c,b,a){this.base=AnswerAbstract;this.hideAnswerSection3d(e,d,c,a)};Answer3d.prototype.hideAnswerTr=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerTr(d,c,b,a)};Answer3d.prototype.hideAnswerImageTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageTd(d,c,b,a)};Answer3d.prototype.hideAnswerImageAhref=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageAhref(d,c,b,a)};Answer3d.prototype.hideAnswerImage=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImage(d,c,b,a)};Answer3d.prototype.hideAnswerElementTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerElementTd(d,c,b,a)};Answer3d.prototype.hideGmhLeft=function(c,b,a){this.base=AnswerAbstract;hideGmhLeft(c,b,a)};Answer3d.prototype.hideAnswerLabel=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabel(d,c,b,a)};Answer3d.prototype.hideAnswerSection3d=function(e,d,c,b){var a=(c)?"none":"";this.hideAnswerTr(e,d,c,b);this.hideAnswerImageTd(e,d,c,b);this.hideAnswerImageAhref(e,d,c,b);this.hideAnswerImage(e,d,c,b);this.hideGmhLeft(d,c,b);this.hideAnswerLabel(e,d,c,b)};Answer3d.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerArea.prototype=new AnswerAbstract;function AnswerArea(d,a,b,c){this.base=AnswerAbstract;this.base(d,a,b,AnswerType[5],c)}AnswerArea.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};AnswerArea.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};AnswerArea.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};AnswerArea.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};AnswerArea.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};AnswerArea.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};AnswerArea.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};AnswerArea.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};AnswerArea.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};AnswerArea.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};AnswerArea.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};AnswerArea.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};AnswerArea.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};AnswerArea.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};AnswerArea.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};AnswerArea.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};AnswerArea.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};AnswerArea.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};AnswerArea.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};AnswerArea.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};AnswerArea.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};AnswerArea.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};AnswerArea.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};AnswerArea.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};AnswerArea.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};AnswerArea.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};AnswerArea.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};AnswerArea.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};AnswerArea.prototype.hideAnswerSection=function(e,d,c,b,a){this.base=AnswerAbstract;hideAnswerSection(e,d,c,b,a)};AnswerArea.prototype.hideAnswerTr=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerTr(d,c,b,a)};AnswerArea.prototype.hideAnswerImageTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageTd(d,c,b,a)};AnswerArea.prototype.hideAnswerImageAhref=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageAhref(d,c,b,a)};AnswerArea.prototype.hideAnswerImage=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImage(d,c,b,a)};AnswerArea.prototype.hideAnswerElementTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerElementTd(d,c,b,a)};AnswerArea.prototype.hideInputTextOther=function(d,c,b,a){this.base=AnswerAbstract;hideInputTextOther(d,c,b,a)};AnswerArea.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerCheck.prototype=new AnswerAbstract;function AnswerCheck(d,a,b,c){this.base=AnswerAbstract;this.base(d,a,b,AnswerType[2],c)}AnswerCheck.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};AnswerCheck.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};AnswerCheck.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};AnswerCheck.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};AnswerCheck.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};AnswerCheck.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};AnswerCheck.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};AnswerCheck.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};AnswerCheck.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};AnswerCheck.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};AnswerCheck.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};AnswerCheck.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};AnswerCheck.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};AnswerCheck.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};AnswerCheck.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};AnswerCheck.prototype.getInputText=function(c,b,a){this.base=AnswerAbstract;return getInputText(c,b,a)};AnswerCheck.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};AnswerCheck.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};AnswerCheck.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};AnswerCheck.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};AnswerCheck.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};AnswerCheck.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};AnswerCheck.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};AnswerCheck.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};AnswerCheck.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};AnswerCheck.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};AnswerCheck.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};AnswerCheck.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};AnswerCheck.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};AnswerCheck.prototype.hideAnswerSection=function(e,d,c,b,a){this.base=AnswerAbstract;hideAnswerSection(e,d,c,b,a)};AnswerCheck.prototype.hideAnswerTr=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerTr(d,c,b,a)};AnswerCheck.prototype.hideAnswerImageTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageTd(d,c,b,a)};AnswerCheck.prototype.hideAnswerImageAhref=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageAhref(d,c,b,a)};AnswerCheck.prototype.hideAnswerImage=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImage(d,c,b,a)};AnswerCheck.prototype.hideAnswerElementTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerElementTd(d,c,b,a)};AnswerCheck.prototype.hideRC=function(d,c,b,a){this.base=AnswerAbstract;hideRC(d,c,b,a)};AnswerCheck.prototype.hideAnswerLabelTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabelTd(d,c,b,a)};AnswerCheck.prototype.hideAnswerLabel=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabel(d,c,b,a)};AnswerCheck.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerCheck.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerCheckEdit.prototype=new AnswerAbstract;function AnswerCheckEdit(d,a,b,c){this.base=AnswerAbstract;this.base(d,a,b,AnswerType[9],c)}AnswerCheckEdit.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};AnswerCheckEdit.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};AnswerCheckEdit.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};AnswerCheckEdit.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};AnswerCheckEdit.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};AnswerCheckEdit.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};AnswerCheckEdit.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};AnswerCheckEdit.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};AnswerCheckEdit.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};AnswerCheckEdit.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};AnswerCheckEdit.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};AnswerCheckEdit.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};AnswerCheckEdit.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};AnswerCheckEdit.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};AnswerCheckEdit.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};AnswerCheckEdit.prototype.getInputText=function(c,b,a){this.base=AnswerAbstract;return getInputText(c,b,a)};AnswerCheckEdit.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};AnswerCheckEdit.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};AnswerCheckEdit.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};AnswerCheckEdit.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};AnswerCheckEdit.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};AnswerCheckEdit.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};AnswerCheckEdit.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};AnswerCheckEdit.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};AnswerCheckEdit.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};AnswerCheckEdit.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};AnswerCheckEdit.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};AnswerCheckEdit.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};AnswerCheckEdit.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};AnswerCheckEdit.prototype.hideAnswerSection=function(e,d,c,b,a){this.base=AnswerAbstract;hideAnswerSection(e,d,c,b,a);hideInputTextOther(e,d,c,a)};AnswerCheckEdit.prototype.hideAnswerTr=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerTr(d,c,b,a)};AnswerCheckEdit.prototype.hideAnswerImageTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageTd(d,c,b,a)};AnswerCheckEdit.prototype.hideAnswerImageAhref=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageAhref(d,c,b,a)};AnswerCheckEdit.prototype.hideAnswerImage=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImage(d,c,b,a)};AnswerCheckEdit.prototype.hideAnswerElementTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerElementTd(d,c,b,a)};AnswerCheckEdit.prototype.hideRC=function(d,c,b,a){this.base=AnswerAbstract;hideRC(d,c,b,a)};AnswerCheckEdit.prototype.hideAnswerLabelTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabelTd(d,c,b,a)};AnswerCheckEdit.prototype.hideAnswerLabel=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabel(d,c,b,a)};AnswerCheckEdit.prototype.hideInputTextOther=function(d,c,b,a){this.base=AnswerAbstract;hideInputTextOther(d,c,b,a)};AnswerCheckEdit.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerEdit.prototype=new AnswerAbstract;function AnswerEdit(d,a,b,c){this.base=AnswerAbstract;this.base(d,a,b,AnswerType[3],c)}AnswerEdit.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};AnswerEdit.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};AnswerEdit.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};AnswerEdit.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};AnswerEdit.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};AnswerEdit.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};AnswerEdit.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};AnswerEdit.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};AnswerEdit.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};AnswerEdit.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};AnswerEdit.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};AnswerEdit.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};AnswerEdit.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};AnswerEdit.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};AnswerEdit.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};AnswerEdit.prototype.getInputText=function(c,b,a){this.base=AnswerAbstract;return getInputText(c,b,a)};AnswerEdit.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};AnswerEdit.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};AnswerEdit.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};AnswerEdit.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};AnswerEdit.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};AnswerEdit.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};AnswerEdit.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};AnswerEdit.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};AnswerEdit.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};AnswerEdit.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};AnswerEdit.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};AnswerEdit.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};AnswerEdit.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};AnswerEdit.prototype.hideAnswerSection=function(e,d,c,b,a){this.base=AnswerAbstract;hideAnswerSection(e,d,c,b,a)};AnswerEdit.prototype.hideAnswerTr=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerTr(d,c,b,a)};AnswerEdit.prototype.hideAnswerImageTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageTd(d,c,b,a)};AnswerEdit.prototype.hideAnswerImageAhref=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageAhref(d,c,b,a)};AnswerEdit.prototype.hideAnswerImage=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImage(d,c,b,a)};AnswerEdit.prototype.hideAnswerElementTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerElementTd(d,c,b,a)};AnswerEdit.prototype.hideInputTextOther=function(d,c,b,a){this.base=AnswerAbstract;hideInputTextOther(d,c,b,a)};AnswerEdit.prototype.hideAnswerLabelTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabelTd(d,c,b,a)};AnswerEdit.prototype.hideAnswerLabel=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabel(d,c,b,a)};AnswerEdit.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerEditPOWC.prototype=new AnswerAbstract;function AnswerEditPOWC(d,a,b,c){this.base=AnswerAbstract;this.base(d,a,b,AnswerType[11],c)}AnswerEditPOWC.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};AnswerEditPOWC.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};AnswerEditPOWC.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};AnswerEditPOWC.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};AnswerEditPOWC.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};AnswerEditPOWC.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};AnswerEditPOWC.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};AnswerEditPOWC.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};AnswerEditPOWC.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};AnswerEditPOWC.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};AnswerEditPOWC.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};AnswerEditPOWC.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};AnswerEditPOWC.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};AnswerEditPOWC.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};AnswerEditPOWC.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};AnswerEditPOWC.prototype.getInputText=function(c,b,a){this.base=AnswerAbstract;return getInputText(c,b,a)};AnswerEditPOWC.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};AnswerEditPOWC.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};AnswerEditPOWC.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};AnswerEditPOWC.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};AnswerEditPOWC.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};AnswerEditPOWC.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};AnswerEditPOWC.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};AnswerEditPOWC.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};AnswerEditPOWC.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};AnswerEditPOWC.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};AnswerEditPOWC.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};AnswerEditPOWC.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};AnswerEditPOWC.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};AnswerEditPOWC.prototype.hideAnswerSection=function(e,d,c,b,a){this.base=AnswerAbstract;this.hideAnswerEditPOWCSection(e,d,c,b,a)};AnswerEditPOWC.prototype.hideAnswerEditPOWCSection=function(f,e,d,c,b){var a=(d)?"none":"";if(c){this.hideAnswerImageTr(f,d,b)}this.hideAnswerImageTd(f,e,d,b);this.hideAnswerImageAhref(f,e,d,b);this.hideAnswerImage(f,e,d,b);this.hideAnswerElementTd(f,e,d,b);this.hideInputTextOther(f,e,d,b);this.hideAnswerLabelTd(f,e,d,b);this.hideAnswerLabel(f,e,d,b)};AnswerEditPOWC.prototype.hideAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;hideAnswerImageTr(c,b,a)};AnswerEditPOWC.prototype.hideAnswerImageTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageTd(d,c,b,a)};AnswerEditPOWC.prototype.hideAnswerImageAhref=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageAhref(d,c,b,a)};AnswerEditPOWC.prototype.hideAnswerImage=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImage(d,c,b,a)};AnswerEditPOWC.prototype.hideAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;hideAnswerElementTr(c,b,a)};AnswerEditPOWC.prototype.hideAnswerElementTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerElementTd(d,c,b,a)};AnswerEditPOWC.prototype.hideInputTextOther=function(d,c,b,a){this.base=AnswerAbstract;hideInputTextOther(d,c,b,a)};AnswerEditPOWC.prototype.hideAnswerLabelTr=function(c,b,a){this.base=AnswerAbstract;hideAnswerLabelTr(c,b,a)};AnswerEditPOWC.prototype.hideAnswerLabelTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabelTd(d,c,b,a)};AnswerEditPOWC.prototype.hideAnswerLabel=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabel(d,c,b,a)};AnswerEditPOWC.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerOption.prototype=new AnswerAbstract;function AnswerOption(d,a,b,c){this.base=AnswerAbstract;this.base(d,a,b,AnswerType[4],c)}AnswerOption.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};AnswerOption.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};AnswerOption.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};AnswerOption.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};AnswerOption.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};AnswerOption.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};AnswerOption.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};AnswerOption.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};AnswerOption.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};AnswerOption.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};AnswerOption.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};AnswerOption.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};AnswerOption.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};AnswerOption.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};AnswerOption.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};AnswerOption.prototype.getInputText=function(c,b,a){this.base=AnswerAbstract;return getInputText(c,b,a)};AnswerOption.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};AnswerOption.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};AnswerOption.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};AnswerOption.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};AnswerOption.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};AnswerOption.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};AnswerOption.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};AnswerOption.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};AnswerOption.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};AnswerOption.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};AnswerOption.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};AnswerOption.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};AnswerOption.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};AnswerOption.prototype.hideAnswerSection=function(e,d,c,b,a){this.base=AnswerAbstract;hideAnswerOption(e,d,c,a);if(!c){hideAnswerSelectSection(e,c,a)}};AnswerOption.prototype.hideAnswerOption=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerOption(d,c,b,a)};AnswerOption.prototype.hideAnswerSelectSection=function(c,b,a){this.base=AnswerAbstract;hideAnswerSelectSection(c,b,a)};AnswerOption.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerRadio.prototype=new AnswerAbstract;function AnswerRadio(d,a,b,c){this.base=AnswerAbstract;this.base(d,a,b,AnswerType[1],c)}AnswerRadio.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};AnswerRadio.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};AnswerRadio.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};AnswerRadio.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};AnswerRadio.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};AnswerRadio.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};AnswerRadio.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};AnswerRadio.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};AnswerRadio.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};AnswerRadio.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};AnswerRadio.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};AnswerRadio.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};AnswerRadio.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};AnswerRadio.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};AnswerRadio.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};AnswerRadio.prototype.getInputText=function(c,b,a){this.base=AnswerAbstract;return getInputText(c,b,a)};AnswerRadio.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};AnswerRadio.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};AnswerRadio.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};AnswerRadio.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};AnswerRadio.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};AnswerRadio.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};AnswerRadio.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};AnswerRadio.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};AnswerRadio.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};AnswerRadio.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};AnswerRadio.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};AnswerRadio.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};AnswerRadio.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};AnswerRadio.prototype.hideAnswerSection=function(e,d,c,b,a){this.base=AnswerAbstract;hideAnswerSection(e,d,c,b,a)};AnswerRadio.prototype.hideAnswerTr=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerTr(d,c,b,a)};AnswerRadio.prototype.hideAnswerImageTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageTd(d,c,b,a)};AnswerRadio.prototype.hideAnswerImageAhref=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageAhref(d,c,b,a)};AnswerRadio.prototype.hideAnswerImage=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImage(d,c,b,a)};AnswerRadio.prototype.hideAnswerElementTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerElementTd(d,c,b,a)};AnswerRadio.prototype.hideRC=function(d,c,b,a){this.base=AnswerAbstract;hideRC(d,c,b,a)};AnswerRadio.prototype.hideAnswerLabelTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabelTd(d,c,b,a)};AnswerRadio.prototype.hideAnswerLabel=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabel(d,c,b,a)};AnswerRadio.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerRadioCOBO.prototype=new AnswerAbstract;function AnswerRadioCOBO(d,a,b,c){this.base=AnswerAbstract;this.base(d,a,b,AnswerType[1],c)}AnswerRadioCOBO.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};AnswerRadioCOBO.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};AnswerRadioCOBO.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};AnswerRadioCOBO.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};AnswerRadioCOBO.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};AnswerRadioCOBO.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};AnswerRadioCOBO.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};AnswerRadioCOBO.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};AnswerRadioCOBO.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};AnswerRadioCOBO.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};AnswerRadioCOBO.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};AnswerRadioCOBO.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};AnswerRadioCOBO.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};AnswerRadioCOBO.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};AnswerRadioCOBO.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};AnswerRadioCOBO.prototype.getInputText=function(c,b,a){this.base=AnswerAbstract;return getInputText(c,b,a)};AnswerRadioCOBO.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};AnswerRadioCOBO.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};AnswerRadioCOBO.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};AnswerRadioCOBO.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};AnswerRadioCOBO.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};AnswerRadioCOBO.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};AnswerRadioCOBO.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};AnswerRadioCOBO.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};AnswerRadioCOBO.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};AnswerRadioCOBO.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};AnswerRadioCOBO.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};AnswerRadioCOBO.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};AnswerRadioCOBO.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};AnswerRadioCOBO.prototype.hideAnswerSectionCOBO=function(d,c,e,b,a){this.base=AnswerAbstract;hideAnswerTrCOBO(d,c,e,b,a);hideAnswerLabelTdCOBOLeft(d,c,e,b,a);hideAnswerLabelCOBOLeft(d,c,e,b,a);hideAnswerLabelTdCOBOLeft(d,c,e,b,a);hideRC_COBOLeft(d,c,e,b,a);hideAnswerLabelTdCOBOOR(d,c,e,b,a);hideAnswerLabelCOBOOR(d,c,e,b,a);hideAnswerLabelTdCOBORight(d,c,e,b,a);hideRC_COBORight(d,c,e,b,a);hideAnswerLabelTdCOBORight(d,c,e,b,a);hideAnswerLabelCOBORight(d,c,e,b,a)};AnswerRadioCOBO.prototype.hideAnswerTrCOBO=function(d,c,e,b,a){this.base=AnswerAbstract;hideAnswerTrCOBO(d,c,e,b,a)};AnswerRadioCOBO.prototype.hideAnswerLabelTdCOBOLeft=function(d,c,e,b,a){this.base=AnswerAbstract;hideAnswerLabelTdCOBOLeft(d,c,e,b,a)};AnswerRadioCOBO.prototype.hideAnswerLabelCOBOLeft=function(d,c,e,b,a){this.base=AnswerAbstract;hideAnswerLabelCOBOLeft(d,c,e,b,a)};AnswerRadioCOBO.prototype.hideAnswerLabelTdCOBOLeft=function(d,c,e,b,a){this.base=AnswerAbstract;hideAnswerLabelTdCOBOLeft(d,c,e,b,a)};AnswerRadioCOBO.prototype.hideRC_COBOLeft=function(d,c,e,b,a){this.base=AnswerAbstract;hideRC_COBOLeft(d,c,e,b,a)};AnswerRadioCOBO.prototype.hideAnswerLabelTdCOBOOR=function(d,c,e,b,a){this.base=AnswerAbstract;hideAnswerLabelTdCOBOOR(d,c,e,b,a)};AnswerRadioCOBO.prototype.hideAnswerLabelCOBOOR=function(d,c,e,b,a){this.base=AnswerAbstract;hideAnswerLabelCOBOOR(d,c,e,b,a)};AnswerRadioCOBO.prototype.hideAnswerElementTdCOBORight=function(d,c,e,b,a){this.base=AnswerAbstract;hideAnswerElementTdCOBORight(d,c,e,b,a)};AnswerRadioCOBO.prototype.hideRC_COBORight=function(d,c,e,b,a){this.base=AnswerAbstract;hideRC_COBORight(d,c,e,b,a)};AnswerRadioCOBO.prototype.hideAnswerLabelTdCOBORight=function(d,c,e,b,a){this.base=AnswerAbstract;hideAnswerLabelTdCOBORight(d,c,e,b,a)};AnswerRadioCOBO.prototype.hideAnswerLabelCOBORight=function(d,c,e,b,a){this.base=AnswerAbstract;hideAnswerLabelCOBORight(d,c,e,b,a)};AnswerRadioCOBO.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerRadioEdit.prototype=new AnswerAbstract;function AnswerRadioEdit(d,a,b,c){this.base=AnswerAbstract;this.base(d,a,b,AnswerType[8],c)}AnswerRadioEdit.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};AnswerRadioEdit.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};AnswerRadioEdit.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};AnswerRadioEdit.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};AnswerRadioEdit.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};AnswerRadioEdit.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};AnswerRadioEdit.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};AnswerRadioEdit.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};AnswerRadioEdit.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};AnswerRadioEdit.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};AnswerRadioEdit.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};AnswerRadioEdit.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};AnswerRadioEdit.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};AnswerRadioEdit.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};AnswerRadioEdit.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};AnswerRadioEdit.prototype.getInputText=function(c,b,a){this.base=AnswerAbstract;return getInputText(c,b,a)};AnswerRadioEdit.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};AnswerRadioEdit.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};AnswerRadioEdit.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};AnswerRadioEdit.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};AnswerRadioEdit.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};AnswerRadioEdit.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};AnswerRadioEdit.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};AnswerRadioEdit.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};AnswerRadioEdit.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};AnswerRadioEdit.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};AnswerRadioEdit.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};AnswerRadioEdit.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};AnswerRadioEdit.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};AnswerRadioEdit.prototype.hideAnswerSection=function(e,d,c,b,a){this.base=AnswerAbstract;hideAnswerSection(e,d,c,b,a);hideInputTextOther(e,d,c,a)};AnswerRadioEdit.prototype.hideAnswerTr=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerTr(d,c,b,a)};AnswerRadioEdit.prototype.hideAnswerImageTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageTd(d,c,b,a)};AnswerRadioEdit.prototype.hideAnswerImageAhref=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageAhref(d,c,b,a)};AnswerRadioEdit.prototype.hideAnswerImage=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImage(d,c,b,a)};AnswerRadioEdit.prototype.hideAnswerElementTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerElementTd(d,c,b,a)};AnswerRadioEdit.prototype.hideRC=function(d,c,b,a){this.base=AnswerAbstract;hideRC(d,c,b,a)};AnswerRadioEdit.prototype.hideAnswerLabelTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabelTd(d,c,b,a)};AnswerRadioEdit.prototype.hideAnswerLabel=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabel(d,c,b,a)};AnswerRadioEdit.prototype.hideInputTextOther=function(d,c,b,a){this.base=AnswerAbstract;hideInputTextOther(d,c,b,a)};AnswerRadioEdit.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerRadioPOWC.prototype=new AnswerAbstract;function AnswerRadioPOWC(d,a,b,c){this.base=AnswerAbstract;this.base(d,a,b,AnswerType[10],c)}AnswerRadioPOWC.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};AnswerRadioPOWC.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};AnswerRadioPOWC.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};AnswerRadioPOWC.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};AnswerRadioPOWC.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};AnswerRadioPOWC.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};AnswerRadioPOWC.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};AnswerRadioPOWC.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};AnswerRadioPOWC.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};AnswerRadioPOWC.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};AnswerRadioPOWC.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};AnswerRadioPOWC.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};AnswerRadioPOWC.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};AnswerRadioPOWC.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};AnswerRadioPOWC.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};AnswerRadioPOWC.prototype.getInputText=function(c,b,a){this.base=AnswerAbstract;return getInputText(c,b,a)};AnswerRadioPOWC.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};AnswerRadioPOWC.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};AnswerRadioPOWC.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};AnswerRadioPOWC.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};AnswerRadioPOWC.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};AnswerRadioPOWC.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};AnswerRadioPOWC.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};AnswerRadioPOWC.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};AnswerRadioPOWC.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};AnswerRadioPOWC.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};AnswerRadioPOWC.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};AnswerRadioPOWC.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};AnswerRadioPOWC.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};AnswerRadioPOWC.prototype.hideAnswerSection=function(e,d,c,b,a){this.base=AnswerAbstract;this.hideAnswerRadioPOWCSection(e,d,c,b,a)};AnswerRadioPOWC.prototype.hideAnswerRadioPOWCSection=function(f,e,d,c,b){this.base=AnswerAbstract;var a=(d)?"none":"";if(c){this.hideAnswerImageTr(f,d,b)}this.hideAnswerImageTd(f,e,d,b);this.hideAnswerImageAhref(f,e,d,b);this.hideAnswerImage(f,e,d,b);this.hideAnswerElementTd(f,e,d,b);this.hideRC(f,e,d,b);this.hideAnswerLabelTd(f,e,d,b);this.hideAnswerLabel(f,e,d,b)};AnswerRadioPOWC.prototype.hideAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;hideAnswerImageTr(c,b,a)};AnswerRadioPOWC.prototype.hideAnswerImageTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageTd(d,c,b,a)};AnswerRadioPOWC.prototype.hideAnswerImageAhref=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageAhref(d,c,b,a)};AnswerRadioPOWC.prototype.hideAnswerImage=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImage(d,c,b,a)};AnswerRadioPOWC.prototype.hideAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;hideAnswerElementTr(c,b,a)};AnswerRadioPOWC.prototype.hideAnswerElementTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerElementTd(d,c,b,a)};AnswerRadioPOWC.prototype.hideRC=function(d,c,b,a){this.base=AnswerAbstract;hideRC(d,c,b,a)};AnswerRadioPOWC.prototype.hideAnswerLabelTr=function(c,b,a){this.base=AnswerAbstract;hideAnswerLabelTr(c,b,a)};AnswerRadioPOWC.prototype.hideAnswerLabelTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabelTd(d,c,b,a)};AnswerRadioPOWC.prototype.hideAnswerLabel=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabel(d,c,b,a)};AnswerRadioPOWC.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerRadioRateDifferent.prototype=new AnswerAbstract;function AnswerRadioRateDifferent(d,a,b,c){this.base=AnswerAbstract;this.base(d,a,b,AnswerType[1],c)}AnswerRadioRateDifferent.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};AnswerRadioRateDifferent.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};AnswerRadioRateDifferent.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};AnswerRadioRateDifferent.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};AnswerRadioRateDifferent.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};AnswerRadioRateDifferent.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};AnswerRadioRateDifferent.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};AnswerRadioRateDifferent.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};AnswerRadioRateDifferent.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};AnswerRadioRateDifferent.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};AnswerRadioRateDifferent.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};AnswerRadioRateDifferent.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};AnswerRadioRateDifferent.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};AnswerRadioRateDifferent.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};AnswerRadioRateDifferent.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};AnswerRadioRateDifferent.prototype.getInputText=function(c,b,a){this.base=AnswerAbstract;return getInputText(c,b,a)};AnswerRadioRateDifferent.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};AnswerRadioRateDifferent.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};AnswerRadioRateDifferent.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};AnswerRadioRateDifferent.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};AnswerRadioRateDifferent.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};AnswerRadioRateDifferent.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};AnswerRadioRateDifferent.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};AnswerRadioRateDifferent.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};AnswerRadioRateDifferent.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};AnswerRadioRateDifferent.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};AnswerRadioRateDifferent.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};AnswerRadioRateDifferent.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};AnswerRadioRateDifferent.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};AnswerRadioRateDifferent.prototype.hideAnswerSection=function(e,d,c,b,a){this.base=AnswerAbstract;this.hideAnswerSectionRateDifferent(e,d,c,a)};AnswerRadioRateDifferent.prototype.hideAnswerTr=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerTr(d,c,b,a)};AnswerRadioRateDifferent.prototype.hideAnswerImageTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageTd(d,c,b,a)};AnswerRadioRateDifferent.prototype.hideAnswerImageAhref=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageAhref(d,c,b,a)};AnswerRadioRateDifferent.prototype.hideAnswerImage=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImage(d,c,b,a)};AnswerRadioRateDifferent.prototype.hideAnswerElementTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerElementTd(d,c,b,a)};AnswerRadioRateDifferent.prototype.hideGmhLeft=function(c,b,a){this.base=AnswerAbstract;hideGmhLeft(c,b,a)};AnswerRadioRateDifferent.prototype.hideAnswerLabel=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabel(d,c,b,a)};AnswerRadioRateDifferent.prototype.hideAnswerSectionRateDifferent=function(d,c,b,a){this.hideAnswerTr(d,c,b,a);this.hideAnswerImageTd(d,c,b,a);this.hideAnswerImageAhref(d,c,b,a);this.hideAnswerImage(d,c,b,a);this.hideGmhLeft(c,b,a);this.hideAnswerLabel(d,c,b,a)};AnswerRadioRateDifferent.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};AnswerTotal.prototype=new AnswerAbstract;function AnswerTotal(c,a,b){this.base=AnswerAbstract;this.base(c,"Total",a,AnswerType[6],b)}AnswerTotal.prototype.getQuestionAnswersTable=function(b,a){this.base=AnswerAbstract;return getQuestionAnswersTable(b,a)};AnswerTotal.prototype.getAnswerTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerTr(c,b,a)};AnswerTotal.prototype.getAnswerImageTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTd(c,b,a)};AnswerTotal.prototype.getAnswerImageAhref=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageAhref(c,b,a)};AnswerTotal.prototype.getAnswerImage=function(c,b,a){this.base=AnswerAbstract;return getAnswerImage(c,b,a)};AnswerTotal.prototype.getAnswerElementTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTd(c,b,a)};AnswerTotal.prototype.getRC=function(c,b,a){this.base=AnswerAbstract;return getRC(c,b,a)};AnswerTotal.prototype.getAnswerLabelTd=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabelTd(c,b,a)};AnswerTotal.prototype.getAnswerLabel=function(c,b,a){this.base=AnswerAbstract;return getAnswerLabel(c,b,a)};AnswerTotal.prototype.getInputTextOther=function(c,b,a){this.base=AnswerAbstract;return getInputTextOther(c,b,a)};AnswerTotal.prototype.getAnswerImageTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerImageTr(c,b,a)};AnswerTotal.prototype.getAnswerLabelTr=function(b,a){this.base=AnswerAbstract;return getAnswerLabelTr(b,a)};AnswerTotal.prototype.getAnswerElementTr=function(c,b,a){this.base=AnswerAbstract;return getAnswerElementTr(c,b,a)};AnswerTotal.prototype.getSelectR=function(c,b,a){this.base=AnswerAbstract;return getSelectR(c,b,a)};AnswerTotal.prototype.getAnswerOption=function(c,b,a){this.base=AnswerAbstract;return getAnswerOption(c,b,a)};AnswerTotal.prototype.getInputText=function(c,b,a){this.base=AnswerAbstract;return getInputText(c,b,a)};AnswerTotal.prototype.getGmhLeft=function(b,a){this.base=AnswerAbstract;return getGmhLeft(b,a)};AnswerTotal.prototype.getGmhRight=function(b,a){this.base=AnswerAbstract;return getGmhRight(b,a)};AnswerTotal.prototype.getAnswerTrCOBO=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerTrCOBO(c,b,d,a)};AnswerTotal.prototype.getAnswerLabelTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOLeft(c,b,d,a)};AnswerTotal.prototype.getAnswerLabelCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOLeft(c,b,d,a)};AnswerTotal.prototype.getAnswerElementTdCOBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBOLeft(c,b,d,a)};AnswerTotal.prototype.getRC_COBOLeft=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBOLeft(c,b,d,a)};AnswerTotal.prototype.getAnswerLabelTdCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBOOR(c,b,d,a)};AnswerTotal.prototype.getAnswerLabelCOBOOR=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBOOR(c,b,d,a)};AnswerTotal.prototype.getAnswerElementTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerElementTdCOBORight(c,b,d,a)};AnswerTotal.prototype.getRC_COBORight=function(c,b,d,a){this.base=AnswerAbstract;return getRC_COBORight(c,b,d,a)};AnswerTotal.prototype.getAnswerLabelTdCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelTdCOBORight(c,b,d,a)};AnswerTotal.prototype.getAnswerLabelCOBORight=function(c,b,d,a){this.base=AnswerAbstract;return getAnswerLabelCOBORight(c,b,d,a)};AnswerTotal.prototype.hideAnswerSection=function(e,d,c,b,a){this.base=AnswerAbstract;hideAnswerSection(e,d,c,b,a)};AnswerTotal.prototype.hideAnswerTr=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerTr(d,c,b,a)};AnswerTotal.prototype.hideAnswerImageTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageTd(d,c,b,a)};AnswerTotal.prototype.hideAnswerImageAhref=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImageAhref(d,c,b,a)};AnswerTotal.prototype.hideAnswerImage=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerImage(d,c,b,a)};AnswerTotal.prototype.hideAnswerElementTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerElementTd(d,c,b,a)};AnswerTotal.prototype.hideInputTextOther=function(d,c,b,a){this.base=AnswerAbstract;hideInputTextOther(d,c,b,a)};AnswerTotal.prototype.hideAnswerLabelTd=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabelTd(d,c,b,a)};AnswerTotal.prototype.hideAnswerLabel=function(d,c,b,a){this.base=AnswerAbstract;hideAnswerLabel(d,c,b,a)};AnswerTotal.prototype.toString=function(){return"Answer: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};ColumnCheck.prototype=new ColumnAbstract;function ColumnCheck(d,a,b,c){this.base=ColumnAbstract;this.base(d,a,b,ColumnType[2],c)}ColumnCheck.prototype.getColumnTr=function(b,a){this.base=ColumnAbstract;return getColumnTr(b,a)};ColumnCheck.prototype.getColumnImageTd=function(b,a){this.base=ColumnAbstract;return getColumnImageTd(b,a)};ColumnCheck.prototype.getColumnLabelTd=function(b,a){this.base=ColumnAbstract;return getColumnLabelTd(b,a)};ColumnCheck.prototype.getColumnTd=function(c,b,a){this.base=ColumnAbstract;return getColumnTd(c,b,a)};ColumnCheck.prototype.getColumnLabel=function(c,b,a){this.base=ColumnAbstract;return getColumnLabel(c,b,a)};ColumnCheck.prototype.hideColumnSection=function(d,b,c,a){this.base=ColumnAbstract;hideColumnSection(d,b,c,a)};ColumnCheck.prototype.hideColumnPreSection=function(c,b,a){this.base=ColumnAbstract;hideColumnPreSection(c,b,a)};ColumnCheck.prototype.hideColumnTd=function(d,b,c,a){this.base=ColumnAbstract;hideColumnTd(d,b,c,a)};ColumnCheck.prototype.hideColumnLabel=function(d,b,c,a){this.base=ColumnAbstract;hideColumnLabel(d,b,c,a)};ColumnCheck.prototype.toString=function(){return"Column: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};ColumnEdit.prototype=new ColumnAbstract;function ColumnEdit(d,a,b,c){this.base=ColumnAbstract;this.base(d,a,b,ColumnType[3],c)}ColumnEdit.prototype.getColumnTr=function(b,a){this.base=ColumnAbstract;return getColumnTr(b,a)};ColumnEdit.prototype.getColumnImageTd=function(b,a){this.base=ColumnAbstract;return getColumnImageTd(b,a)};ColumnEdit.prototype.getColumnLabelTd=function(b,a){this.base=ColumnAbstract;return getColumnLabelTd(b,a)};ColumnEdit.prototype.getColumnTd=function(c,b,a){this.base=ColumnAbstract;return getColumnTd(c,b,a)};ColumnEdit.prototype.getColumnLabel=function(c,b,a){this.base=ColumnAbstract;return getColumnLabel(c,b,a)};ColumnEdit.prototype.hideColumnSection=function(d,b,c,a){this.base=ColumnAbstract;hideColumnSection(d,b,c,a)};ColumnEdit.prototype.hideColumnPreSection=function(c,b,a){this.base=ColumnAbstract;hideColumnPreSection(c,b,a)};ColumnEdit.prototype.hideColumnTd=function(d,b,c,a){this.base=ColumnAbstract;hideColumnTd(d,b,c,a)};ColumnEdit.prototype.hideColumnLabel=function(d,b,c,a){this.base=ColumnAbstract;hideColumnLabel(d,b,c,a)};ColumnEdit.prototype.toString=function(){return"Column: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};ColumnRadio.prototype=new ColumnAbstract;function ColumnRadio(d,a,b,c){this.base=ColumnAbstract;this.base(d,a,b,ColumnType[1],c)}ColumnRadio.prototype.getColumnTr=function(b,a){this.base=ColumnAbstract;return getColumnTr(b,a)};ColumnRadio.prototype.getColumnImageTd=function(b,a){this.base=ColumnAbstract;return getColumnImageTd(b,a)};ColumnRadio.prototype.getColumnLabelTd=function(b,a){this.base=ColumnAbstract;return getColumnLabelTd(b,a)};ColumnRadio.prototype.getColumnTd=function(c,b,a){this.base=ColumnAbstract;return getColumnTd(c,b,a)};ColumnRadio.prototype.getColumnLabel=function(c,b,a){this.base=ColumnAbstract;return getColumnLabel(c,b,a)};ColumnRadio.prototype.hideColumnSection=function(d,b,c,a){this.base=ColumnAbstract;hideColumnSection(d,b,c,a)};ColumnRadio.prototype.hideColumnPreSection=function(c,b,a){this.base=ColumnAbstract;hideColumnPreSection(c,b,a)};ColumnRadio.prototype.hideColumnTd=function(d,b,c,a){this.base=ColumnAbstract;hideColumnTd(d,b,c,a)};ColumnRadio.prototype.hideColumnLabel=function(d,b,c,a){this.base=ColumnAbstract;hideColumnLabel(d,b,c,a)};ColumnRadio.prototype.toString=function(){return"Column: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};ColumnSelect.prototype=new ColumnAbstract;function ColumnSelect(d,a,b,c){this.base=ColumnAbstract;this.base(d,a,b,ColumnType[4],c)}ColumnSelect.prototype.getColumnTr=function(b,a){this.base=ColumnAbstract;return getColumnTr(b,a)};ColumnSelect.prototype.getColumnImageTd=function(b,a){this.base=ColumnAbstract;return getColumnImageTd(b,a)};ColumnSelect.prototype.getColumnLabelTd=function(b,a){this.base=ColumnAbstract;return getColumnLabelTd(b,a)};ColumnSelect.prototype.getColumnTd=function(c,b,a){this.base=ColumnAbstract;return getColumnTd(c,b,a)};ColumnSelect.prototype.getColumnLabel=function(c,b,a){this.base=ColumnAbstract;return getColumnLabel(c,b,a)};ColumnSelect.prototype.hideColumnSection=function(d,b,c,a){this.base=ColumnAbstract;hideColumnSection(d,b,c,a)};ColumnSelect.prototype.hideColumnPreSection=function(c,b,a){this.base=ColumnAbstract;hideColumnPreSection(c,b,a)};ColumnSelect.prototype.hideColumnTd=function(d,b,c,a){this.base=ColumnAbstract;hideColumnTd(d,b,c,a)};ColumnSelect.prototype.hideColumnLabel=function(d,b,c,a){this.base=ColumnAbstract;hideColumnLabel(d,b,c,a)};ColumnSelect.prototype.toString=function(){return"Column: Id="+this.id+"; Name="+this.name+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix};ElementCheck.prototype=new ElementAbstract;function ElementCheck(f,b,e,a,d,c){this.base=ElementAbstract;this.base(f,b,ElementType[2],e,a,d,c)}ElementCheck.prototype.get3D_OtherCheck=function(d,c,b,a){this.base=ElementAbstract;return get3D_OtherCheck(d,c,b,a)};ElementCheck.prototype.hideElementSection=function(f,e,b,c,d,a){this.base=ElementAbstract;if(d){hideEAnswerElementTd(f,e,b,c,a)}hide3D_OtherCheck(f,e,b,c,a)};ElementCheck.prototype.AnswerElementTd=function(e,d,b,c,a){this.base=ElementAbstract;AnswerElementTd(e,d,b,c,a)};ElementCheck.prototype.hide3D_OtherCheck=function(e,d,b,c,a){this.base=ElementAbstract;hide3D_OtherCheck(e,d,b,c,a)};ElementCheck.prototype.toString=function(){return"Element: Id="+this.id+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix+";"};ElementEdit.prototype=new ElementAbstract;function ElementEdit(f,b,e,a,d,c){this.base=ElementAbstract;this.base(f,b,ElementType[3],e,a,d,c)}ElementEdit.prototype.get3D_InputTextOther=function(d,c,b,a){this.base=ElementAbstract;return get3D_InputTextOther(d,c,b,a)};ElementEdit.prototype.hideElementSection=function(f,e,b,c,d,a){this.base=ElementAbstract;if(d){hideEAnswerElementTd(f,e,b,c,a)}hide3D_InputTextOther(f,e,b,c,a)};ElementEdit.prototype.AnswerElementTd=function(e,d,b,c,a){this.base=ElementAbstract;AnswerElementTd(e,d,b,c,a)};ElementEdit.prototype.hide3D_InputTextOther=function(e,d,b,c,a){this.base=ElementAbstract;hide3D_InputTextOther(e,d,b,c,a)};ElementEdit.prototype.toString=function(){return"Element: Id="+this.id+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix+";"};ElementRadio.prototype=new ElementAbstract;function ElementRadio(f,b,e,a,d,c){this.base=ElementAbstract;this.base(f,b,ElementType[1],e,a,d,c)}ElementRadio.prototype.get3D_OtherRadio=function(d,c,b,a){this.base=ElementAbstract;return get3D_OtherRadio(d,c,b,a)};ElementRadio.prototype.hideElementSection=function(f,e,b,c,d,a){this.base=ElementAbstract;if(d){hideEAnswerElementTd(f,e,b,c,a)}hide3D_OtherRadio(f,e,b,c,a)};ElementRadio.prototype.AnswerElementTd=function(e,d,b,c,a){this.base=ElementAbstract;AnswerElementTd(e,d,b,c,a)};ElementRadio.prototype.hide3D_OtherRadio=function(e,d,b,c,a){this.base=ElementAbstract;hide3D_OtherRadio(e,d,b,c,a)};ElementRadio.prototype.toString=function(){return"Element: Id="+this.id+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix+";"};ElementRadioRateDifferent.prototype=new ElementAbstract;function ElementRadioRateDifferent(f,b,e,a,d,c){this.base=ElementAbstract;this.base(f,b,ElementType[1],e,a,d,c)}ElementRadioRateDifferent.prototype.getRGH_R=function(d,c,b,a){this.base=ElementAbstract;return getRGH_R(d,c,b,a)};ElementRadioRateDifferent.prototype.getAnswerElementTd=function(e,d,b,c,a){this.base=ElementAbstract;return getAnswerElementTd(e,d,b,c,a)};ElementRadioRateDifferent.prototype.hideElementSection=function(f,e,b,c,d,a){this.base=AnswerAbstract;if(d){hideEAnswerElementTd(f,e,b,c,a)}else{if(!c){hideEAnswerElementTd(f,e,b,c,a)}}hideRGH_R(f,e,b,c,a)};ElementRadioRateDifferent.prototype.hideRGH_R=function(e,d,b,c,a){this.base=ElementAbstract;hideRGH_R(e,d,b,c,a)};ElementRadioRateDifferent.prototype.toString=function(){return"Element: Id="+this.id+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix+";"};ElementSelect.prototype=new ElementAbstract;function ElementSelect(f,b,e,a,d,c){this.base=ElementAbstract;this.base(f,b,ElementType[5],e,a,d,c)}ElementSelect.prototype.get3D_SelectOther=function(d,c,b,a){this.base=ElementAbstract;return get3D_SelectOther(d,c,b,a)};ElementSelect.prototype.hideElementSection=function(f,e,b,c,d,a){this.base=ElementAbstract;if(d){hideEAnswerElementTd(f,e,b,c,a)}hide3D_SelectOther(f,e,b,c,a)};ElementSelect.prototype.AnswerElementTd=function(e,d,b,c,a){this.base=ElementAbstract;AnswerElementTd(e,d,b,c,a)};ElementSelect.prototype.hide3D_SelectOther=function(e,d,b,c,a){this.base=ElementAbstract;hide3D_SelectOther(e,d,b,c,a)};ElementSelect.prototype.toString=function(){return"Element: Id="+this.id+"; isHide="+this.hide+"; Type={"+this.type+"}; Prefix="+this.prefix+";"};Survey.prototype=new SurveyAbstract;function Survey(d,a,c,b){this.base=SurveyAbstract;this.base(d,a,c,b)}Survey.prototype.addQuestion=function(a){this.questions.push(a)};Survey.prototype.findQuestion=function(c){if(c.search(regQ)<0&&c.search(regQA)<0&&c.search(regQC)<0&&c.search(regQAC)<0){return null}for(var b=0;b<this.questions.length;b++){if(regQ.exec(c)==this.questions[b].prefix){return this.questions[b]}else{if(c.search(regQA)>-1){for(var a=0;a<this.questions[b].answers.length;a++){if(regQA.exec(c)==this.questions[b].answers[a].prefix){return this.questions[b]}}}else{if(c.search(regQC)>-1){for(var a=0;a<this.questions[b].columns.length;a++){if(regQC.exec(c)==this.questions[b].columns[a].prefix){return this.questions[b]}}}else{if(c.search(regQAC)>-1){for(var a=0;a<this.questions[b].elements.length;a++){if(regQAC.exec(c)==this.questions[b].elements[a].prefix){return this.questions[b]}}}}}}}};Survey.prototype.findAnswer=function(d){if(d.search(regQA)<0&&d.search(regQAC)<0){return null}for(var c=0;c<this.questions.length;c++){if(d.search(regQA)>-1){for(var b=0;b<this.questions[c].answers.length;b++){if(regQA.exec(d)==this.questions[c].answers[b].prefix){return this.questions[c].answers[b]}}}else{if(d.search(regQAC)>-1){for(var a=0;a<this.questions[c].elements.length;a++){if(regQAC.exec(d)==this.questions[c].elements[a].prefix){return this.questions[c].elements[a].answer}}}}}};Survey.prototype.findColumn=function(d){if(d.search(regQC)<0&&d.search(regQAC)<0){return null}for(var c=0;c<this.questions.length;c++){if(d.search(regQC)>-1){for(var b=0;b<this.questions[c].columns.length;b++){if(regQC.exec(d)==this.questions[c].columns[b].prefix){return this.questions[c].columns[b]}}}else{if(d.search(regQAC)>-1){for(var a=0;a<this.questions[c].elements.length;a++){if(regQAC.exec(d)==this.questions[c].elements[a].prefix){return this.questions[c].elements[a].column}}}}}};Survey.prototype.findElement=function(c){if(c.search(regQAC)<0){return null}for(var b=0;b<this.questions.length;b++){if(c.search(regQAC)>-1){for(var a=0;a<this.questions[b].elements.length;a++){if(regQAC.exec(c)==this.questions[b].elements[a].prefix){return this.questions[b].elements[a]}}}}};Survey.prototype.hideQuestion=function(e,f,h){var l=(f)?"none":"";var a=new Object();try{a=this.findQuestion(e);a.hideQuestionSection(a.id,f,h);if(!(a instanceof QuestionHeader)&&!(a instanceof QuestionCompareOneByOne)){for(var d=0;d<a.answers.length;d++){a.answers[d].hideAnswerSection(a.id,a.answers[d].id,f,true,h);if(a instanceof QuestionRateDifferent||a instanceof Question3dMatrix){for(var c=0;c<a.columns.length;c++){a.columns[c].hideColumnPreSection(a.id,f,h);a.columns[c].hide=f;a.columns[c].hideColumnSection(a.id,a.columns[c].id,f,h);for(var b=0;b<a.elements.length;b++){if(a.elements[b].answer.id==a.answers[d].id){a.elements[b].hide=f;a.elements[b].hideElementSection(a.id,a.answers[d].id,a.columns[c].id,f,true,h)}}}}}}else{if(a instanceof QuestionCompareOneByOne){for(var d=0;d<a.answers.length;d++){for(var c=0;c<a.answers.length;c++){a.answers[d].hideAnswerSectionCOBO(a.id,a.answers[d].id,a.answers[c].id,f,h)}}}}}catch(g){}finally{a=null}};Survey.prototype.hideAnswer=function(h,f,b){var a=new Object();var g=new Object();try{a=this.findQuestion(h);g=this.findAnswer(h);if(a instanceof QuestionPickOneWithoutOther||a instanceof QuestionPickOneWithoutOther||a instanceof QuestionPickOneWithOther||a instanceof QuestionPickOneWithComment||a instanceof QuestionCheckAllThatApplyWithoutOther||a instanceof QuestionCheckAllThatApplyWithOther||a instanceof QuestionDropDownBox||a instanceof QuestionListBox||a instanceof QuestionSingleLine||a instanceof QuestionMultiLine||a instanceof QuestionRateDifferent||a instanceof Question3dMatrix||a instanceof QuestionNumericAllocation){if(!a instanceof QuestionPickOneWithComment){g.hideAnswerSection(a.id,g.id,f,true,b)}else{g.hideAnswerSection(a.id,g.id,f,!f,b)}if(a instanceof QuestionRateDifferent||a instanceof Question3dMatrix){if(!f){hideColumnPreSection(a.id,f,b)}for(var e=0;e<a.columns.length;e++){if(!f){hideColumnSection(a.id,e,f,b)}for(var c=0;c<a.elements.length;c++){if(a.elements[c].answer.id==g.id){a.elements[c].hideElementSection(a.id,g.id,a.columns[e].id,f,!f,b)}}}}}}catch(d){alert(d)}finally{a=null;g=null}};Survey.prototype.hideAnswers=function(d,a,e,g){var h=(e)?"none":"";var b=new Object();var i=new Object();var c=new Object();try{b=this.findQuestion(d);i=this.findAnswer(d);c=this.findAnswer(a);if(b instanceof QuestionCompareOneByOne&&i!=null&&c!=null){i.hideAnswerSectionCOBO(b.id,i.id,c.id,e,g)}}catch(f){}finally{b=null;i=null;c=null}};Survey.prototype.hideColumn=function(l,m,p){var q=(m)?"none":"";var d=new Object();var a=new Object();try{d=this.findQuestion(l);a=this.findColumn(l);if(d instanceof QuestionRateDifferent||d instanceof Question3dMatrix){var h;if(!m){hideColumnPreSection(d.id,m,p)}var g=0;for(var o=0;o<d.columns.length;o++){if(d.columns[o].hide){g++}}for(var f=0;f<d.columns.length;f++){if(!m){if(g<2){d.columns[f].hideColumnSection(d.id,d.columns[f].id,m,p)}}if(a.id==d.columns[f].id){d.columns[f].hide=m;h=d.columns[f].id;hideColumnSectionWithoutMove(d.id,h,m,p)}}for(var e=0;e<d.answers.length;e++){if(!m){hideAnswerTr(d.id,d.answers[e].id,m,p);hideAnswerImageTd(d.id,d.answers[e].id,m,p);hideAnswerLabel(d.id,d.answers[e].id,m,p);hideAnswerElementTd(d.id,d.answers[e].id,m,p)}for(var b=0;b<d.elements.length;b++){d.elements[b].hide=m;if(!m){hideEAnswerElementTd(d.id,d.answers[e].id,b,m,!m,p)}d.elements[b].hideElementSection(d.id,d.answers[e].id,h,m,!m,p)}}}}catch(n){}finally{d=null;a=null}};Survey.prototype.hideElement=function(e,f,h){var j=(f)?"none":"";var b=new Object();var k=new Object();var a=new Object();var d=new Object();try{b=this.findQuestion(e);k=this.findAnswer(e);a=this.findColumn(e);d=this.findElement(e);if(b instanceof QuestionRateDifferent||b instanceof Question3dMatrix){d.hideElementSection(b.id,k.id,a.id,f,false,h);if(!f){hideAnswerTr(b.id,k.id,f,h);hideAnswerImageTd(b.id,k.id,f,h);hideAnswerLabel(b.id,k.id,f,h);hideAnswerElementTd(b.id,k.id,f,h);hideColumnTr(b.id,f,h);hideColumnPreSection(b.id,f,h);for(var c=0;c<b.columns.length;c++){if(a.id==b.columns[c].id){hideColumnSection(b.id,c,f,h)}else{hideColumnTd(b.id,c,f,h)}}}}}catch(g){}finally{b=null;k=null;a=null;d=null}};Survey.prototype.getHTMLTagQuestionImage=function(d,b){var a=new Object();try{a=this.findQuestion(d);return a.getQuestionImage(a.id,b)}catch(c){}finally{a=null}};Survey.prototype.getHTMLTagAnswerImage=function(e,b){var a=new Object();var d=new Object();try{a=this.findQuestion(e);d=this.findAnswer(e);if(a instanceof QuestionPickOneWithoutOther||a instanceof QuestionPickOneWithoutOther||a instanceof QuestionPickOneWithOther||a instanceof QuestionPickOneWithComment||a instanceof QuestionCheckAllThatApplyWithoutOther||a instanceof QuestionCheckAllThatApplyWithOther||a instanceof QuestionDropDownBox||a instanceof QuestionListBox||a instanceof QuestionSingleLine||a instanceof QuestionMultiLine||a instanceof QuestionRateDifferent||a instanceof Question3dMatrix||a instanceof QuestionNumericAllocation){return d.getAnswerImage(a.id,d.id,b)}}catch(c){}finally{a=null;d=null}};Survey.prototype.getHTMLTagQuestionName=function(d,b){var a=new Object();try{a=this.findQuestion(d);if(a!=null){return a.getQuestionLabel(a.id,b)}else{return null}}catch(c){}finally{a=null}};Survey.prototype.getHTMLTagAnswerName=function(e,b){var a=new Object();var d=new Object();try{a=this.findQuestion(e);d=this.findAnswer(e);if(a instanceof QuestionPickOneWithoutOther||a instanceof QuestionPickOneWithoutOther||a instanceof QuestionPickOneWithOther||a instanceof QuestionPickOneWithComment||a instanceof QuestionCheckAllThatApplyWithoutOther||a instanceof QuestionCheckAllThatApplyWithOther||a instanceof QuestionDropDownBox||a instanceof QuestionListBox||a instanceof QuestionSingleLine||a instanceof QuestionMultiLine||a instanceof QuestionRateDifferent||a instanceof Question3dMatrix||a instanceof QuestionNumericAllocation){return d.getAnswerLabel(a.id,d.id,b)}}catch(c){}finally{a=null;d=null}};Survey.prototype.getHTMLTagColumnName=function(e,b){var a=new Object();var d=new Object();try{a=this.findQuestion(e);if(a instanceof QuestionRateDifferent||a instanceof Question3dMatrix){d=this.findColumn(e);var f=d.getColumnLabel(a.id,d.id,b);return f}}catch(c){}finally{a=null;d=null}};Survey.prototype.getHTMLTagQuestionElement=function(e,b){var a=new Object();var d=new Array();try{a=this.findQuestion(e);if(a instanceof QuestionMultiLine){e=e+".A1";d=this.getHTMLTagAnswerElement(e,b)}return d}catch(c){}finally{d=null;a=null}};Survey.prototype.getHTMLTagAnswerElement=function(f,b){var a=new Object();var e=new Object();var d=new Array();try{a=this.findQuestion(f);e=this.findAnswer(f);if(a instanceof QuestionPickOneWithoutOther||a instanceof QuestionPickOneWithOther||a instanceof QuestionPickOneWithComment||a instanceof QuestionCheckAllThatApplyWithoutOther||a instanceof QuestionCheckAllThatApplyWithOther||a instanceof QuestionDropDownBox||a instanceof QuestionListBox||a instanceof QuestionSingleLine||a instanceof QuestionMultiLine||a instanceof QuestionNumericAllocation){if(e instanceof AnswerRadio||e instanceof AnswerRadioPOWC||e instanceof AnswerCheck){d.push(e.getRC(a.id,e.id,b))}else{if(e instanceof AnswerRadioEdit||e instanceof AnswerCheckEdit){d.push(e.getRC(a.id,e.id,b));d.push(e.getInputTextOther(a.id,e.id,b))}else{if(e instanceof AnswerEditPOWC||e instanceof AnswerEdit||e instanceof AnswerTotal){d.push(e.getInputTextOther(a.id,e.id,b))}else{if(e instanceof AnswerOption){d.push(e.getAnswerOption(a.id,e.id,b))}else{if(e instanceof AnswerArea){d.push(e.getInputTextOther(a.id,e.id,b))}}}}}return d}else{if(a instanceof QuestionRateDifferent||a instanceof Question3dMatrix||a instanceof QuestionNumericAllocation){return e.getAnswerElement(a.id,e.id,b)}}}catch(c){}finally{d=null;a=null;e=null}};Survey.prototype.getHTMLTagColumnElement=function(h,b,b){var a=new Object();var g=new Object();var f=new Object();var e=new Object();var d=new Array();try{a=this.findQuestion(h);g=this.findAnswer(h);f=this.findColumn(h);if(a instanceof QuestionRateDifferent){e=this.findElement(h);d.push(e.getRGH_R(a.id,g.id,f.id,b))}else{if(a instanceof Question3dMatrix){e=this.findElement(h);if(e instanceof ElementRadio){d.push(e.get3D_OtherRadio(a.id,g.id,f.id,b))}else{if(e instanceof ElementCheck){d.push(e.get3D_OtherCheck(a.id,g.id,f.id,b))}else{if(e instanceof ElementEdit){d.push(e.get3D_InputTextOther(a.id,g.id,f.id,b))}else{if(e instanceof ElementSelect){d.push(e.get3D_SelectOther(a.id,g.id,f.id,b))}}}}}}return d}catch(c){}finally{a=null;g=null}};Survey.prototype.getHTMLTagColumnElements=function(g,a,k){var b=new Object();var l=new Object();var d=new Object();var e=new Array();try{b=this.findQuestion(g);l=this.findAnswer(g);d=this.findAnswer(a);if(b instanceof QuestionCompareOneByOne){for(var f=0;f<b.answers.length;f++){for(var c=0;c<b.answers.length;c++){if(l.id==b.answers[f].id&&d.id==b.answers[c].id){e.push(b.answers[f].getRC_COBOLeft(b.id,l.id,d.id,k));e.push(b.answers[c].getRC_COBORight(b.id,l.id,d.id,k));return e}}}}}catch(h){}finally{b=null;l=null;d=null}};Survey.prototype.getAllQuestionRateDifferent=function(){var d=new Array();var a=new Object();try{for(var c=0;c<this.questions.length;c++){if(questions[c] instanceof QuestionRateDifferent){d.push(this.questions[c])}}return d}catch(b){}finally{d=null;a=null}};Survey.prototype.getAllAnswerRateDifferent=function(a){var d=new Array();try{for(var c=0;c<a.answers.length;c++){d.push(a.answers[c])}return d}catch(b){}finally{d=null}};Survey.prototype.getAllColumnRateDifferent=function(a){var d=new Array();try{for(var c=0;c<a.columns.length;c++){d.push(a.columns[c])}return d}catch(b){}finally{d=null}};Survey.prototype.getAllElementsByColumnRateDifferent=function(a,e){var d=new Array();try{for(var c=0;c<a.elements.length;c++){if(a.elements[c].column==e){d.push(a.elements[c])}}return d}catch(b){}finally{d=null}};Survey.prototype.getAllElementsByAnswerRateDifferent=function(a,e){var d=new Array();try{for(var c=0;c<a.elements.length;c++){if(a.elements[c].answer==e){d.push(a.elements[c])}}return d}catch(b){}finally{d=null}};Survey.prototype.getQuestionByQuestionId=function(d){var a;try{for(var c=0;c<this.questions.length;c++){if(this.questions[c].id==d){a=this.questions[c];break}}return a}catch(b){}finally{a=null}};Survey.prototype.getAnswersByQuestionId=function(d){var c;try{for(var b=0;b<this.questions.length;b++){if(this.questions[b].id==d){c=this.questions[b].answers;break}}return c}catch(a){}finally{c=null}};Survey.prototype.getElementsByQuestionId=function(d){var c;try{for(var b=0;b<this.questions.length;b++){if(this.questions[b].id==d){c=this.questions[b].elements;break}}return c}catch(a){}finally{c=null}};Survey.prototype.toString=function(){return"Survey: Id="+this.id+"; Name="+this.name+"; Description="+this.description};function vpHide(e,d,c){if(e.search(regQ)>=0&&e.search(regQAA)<0){mySurvey.hideQuestion(e,d,c)}else{if(e.search(regQA)>=0){mySurvey.hideAnswer(e,d,c)}else{if(e.search(regQAA)>=0){var a=""+regQA1.exec(e);var b=""+regQonly.exec(e)+"."+regA2.exec(e);mySurvey.hideAnswers(a,b,d,c)}else{if(e.search(regQC)>=0){mySurvey.hideColumn(e,d,c)}else{if(e.search(regQAC)>=0){mySurvey.hideElement(e,d,c)}else{alert("Prefix must be correct")}}}}}}function vpGetImage(b,a){if(b.search(regQ)>=0&&b.search(regQAA)<0){return mySurvey.getHTMLTagQuestionImage(b,a)}else{if(b.search(regQA)>=0){return mySurvey.getHTMLTagAnswerImage(b,a)}else{alert("Prefix must be correct");return null}}}function vpGetLabel(b,a){if(b.search(regQ)>=0&&b.search(regQAA)<0){return mySurvey.getHTMLTagQuestionName(b,a)}else{if(b.search(regQA)>=0){return mySurvey.getHTMLTagAnswerName(b,a)}else{if(b.search(regQC)>=0){return mySurvey.getHTMLTagColumnName(b,a)}else{alert("Prefix must be correct");return null}}}}function vpGetElements(d,c){if(d.search(regQ)>=0){return mySurvey.getHTMLTagQuestionElement(d,c)}else{if(d.search(regQA)>=0){return mySurvey.getHTMLTagAnswerElement(d,c)}else{if(d.search(regQAC)>=0){return mySurvey.getHTMLTagColumnElement(d,c)}else{if(d.search(regQAA)>=0){var a=""+regQA1.exec(d);var b=""+regQonly.exec(d)+"."+regA2.exec(d);return mySurvey.getHTMLTagColumnElements(a,b,c)}else{alert("Prefix must be correct");return null}}}}}function vpFindQuestion(a){return mySurvey.findQuestion(a)}function vpFindAnswer(a){return mySurvey.findAnswer(a)}function vpFindColumn(a){return mySurvey.findColumn(a)}function vpFindElement(a){return mySurvey.findElement(a)}function vpGetAllQuestionRateDifferent(){return mySurvey.getAllQuestionRateDifferent()}function vpGetAllAnswerRateDifferent(a){return mySurvey.getAllAnswerRateDifferent(a)}function vpGetAllColumnRateDifferent(a){return mySurvey.getAllColumnRateDifferent(a)}function vpGetAllElementsByColumnRateDifferent(a,b){return mySurvey.getAllElementsByColumnRateDifferent(a,b)}function vpGetAllElementsByAnswerRateDifferent(a,b){return mySurvey.getAllElementsByAnswerRateDifferent(a,b)}function vpGetQuestionByQuestionId(a){return mySurvey.getQuestionByQuestionId(a)}function vpGetAnswersByQuestionId(a){return mySurvey.getAnswersByQuestionId(a)}function vpGetElementsByQuestionId(a){return mySurvey.getElementsByQuestionId(a)};
