var tp_faqControllerBase=Class.create();tp_faqControllerBase.prototype={PASSWORD_ID:"faq_password",INQUIRY_ID:"faq_inquiry",initialize:function(A){if(!A){return }Event.observe($(this.PASSWORD_ID),"click",this.selectPassword.bindAsEventListener(this),false);if($(this.INQUIRY_ID)!=null){Event.observe($(this.INQUIRY_ID),"click",this.selectInquiry.bindAsEventListener(this),false)}},selectPassword:function(A){tp_openWinpop(CONTEXT_PATH+"faqPasswordRedirect.do",960,680)},selectInquiry:function(A){tp_openWinpop(CONTEXT_PATH+"faqInquiry.do",960,680)}};