function imports(classe){try{eval(classe.substring(classe.lastIndexOf("/")+1))}catch(err){document.write('<script type="text/javascript" src="/'+classe+'.js "><\/script>')}}function $(id){return document.getElementById(id)}function Util(){}Util.trim=function(str){return str.replace(/^\s*/,"").replace(/\s*$/,"")},Util.isEmpty=function(str){return Util.trim(str)==""},Util.validateEmail=function(email){var regex=new RegExp("(([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5}))");return regex.test(email)},Util.setCookie=function(cookieName,value,days){var cookieString=cookieName+"="+escape(value).replace(new RegExp("\\+","g"),"%2B")+";";if(days>=0){cookieString+="EXPIRES="+Util.getExpirity(days)+";"}cookieString+="path=/;";document.cookie=cookieString},Util.getCookie=function(cookieName){var cookieString=document.cookie+"";var index1=cookieString.indexOf(cookieName+"=");if(index1==-1||cookieName==""){return""}var index2=cookieString.indexOf(";",index1);if(index2==-1){index2=cookieString.length}return unescape(cookieString.substring(index1+cookieName.length+1,index2))},Util.getExpirity=function(days){var today=new Date();var ms=Date.parse(today);today.setTime(ms+days*24*60*60*1000);return today.toUTCString()},Util.onlyNumbers=function(e){if(document.all){var tecla=event.keyCode;if(tecla<48||tecla>57){event.returnValue=false}}else{if(navigator.userAgent.indexOf("Mozilla")!=-1){var tecla=e.which;if(e.cancelable&&(tecla>=32&&tecla<48)||(tecla>57)){e.preventDefault()}}}},Util.validateDate=function(date){if(date!=""){if(date.indexOf("/")==2&&date.indexOf("/",date.indexOf("/")+1)==5){var day=(date.substring(0,2));var month=(date.substring(3,5));var year=(date.substring(6,10));var valid=true;if((day<"01")||(day<"01"||day>"30")&&(month=="04"||month=="06"||month=="09"||month=="11")||day>"31"){valid=false}if(month<"01"||month>"12"){valid=false}if(month=="02"&&(day<"01"||day>"29"||(day>"28"&&(parseInt(year/4)!=year/4)))){valid=false}return valid}else{return false}}else{return true}},Util.validateCPF=function(cpf){if(cpf.length!=11||cpf=="00000000000"||cpf=="11111111111"||cpf=="22222222222"||cpf=="33333333333"||cpf=="44444444444"||cpf=="55555555555"||cpf=="66666666666"||cpf=="77777777777"||cpf=="88888888888"||cpf=="99999999999"||cpf=="12345678909"||cpf=="00000000191"){return false}soma=0;for(i=0;i<9;i++){soma+=parseInt(cpf.charAt(i))*(10-i)}resto=11-(soma%11);if(resto==10||resto==11){resto=0}if(resto!=parseInt(cpf.charAt(9))){return false}soma=0;for(i=0;i<10;i++){soma+=parseInt(cpf.charAt(i))*(11-i)}resto=11-(soma%11);if(resto==10||resto==11){resto=0}if(resto!=parseInt(cpf.charAt(10))){return false}return true},Util.validateCNPJ=function(cnpj){var c=[6,5,4,3,2,9,8,7,6,5,4,3,2],soma=0,i,resto,digito;if(cnpj.length!=14||cnpj=="00000000000000"){return false}for(i=0;i<12;i++){soma+=parseInt(cnpj.charAt(i))*c[i+1]}if((resto=soma%11)<2){digito=0}else{digito=11-resto}if(digito!=parseInt(cnpj.charAt(12))){return false}soma=0;for(i=0;i<13;i++){soma+=(parseInt(cnpj.charAt(i))*c[i])}if((resto=soma%11)<2){digito=0}else{digito=11-resto}if(digito!=parseInt(cnpj.charAt(13))){return false}return true},Util.hasClassName=function(element,className){if(element){return element.className.match(new RegExp("(\\s|^)"+className+"(\\s|$)"))}return false},Util.addClassName=function(element,className){if(element&&!Util.hasClassName(element,className)){element.className+=" "+className}},Util.removeClassName=function(element,className){if(element&&Util.hasClassName(element,className)){var reg=new RegExp("(\\s|^)"+className+"(\\s|$)");element.className=element.className.replace(reg," ")}},Util.contactUs=function(siteId){if(siteId=="409"){window.open("http://www.clicrbs.com.br/atendimento/jsp/default.jsp?template=3990.dwt&newsID=DYNAMIC,atendimento.AtendimentoDataServer,getFaleConosco&idcentral=159&logo=clic&dominio=clic","fale","width=656,height=520")}else{window.open("http://www.clicrbs.com.br/atendimento/jsp/default.jsp?template=2855.dwt&newsID=DYNAMIC,atendimento.AtendimentoDataServer,getFaleConosco&idcentral=154&logo=clic&dominio=clic","fale","width=656,height=520")}},Util.faq=function(siteId){if(siteId=="409"){window.open("http://www.clicrbs.com.br/atendimento/jsp/default.jsp?template=3988.dwt&newsID=DYNAMIC,atendimento.AtendimentoDataServer,getDuvidas&idcentral=159&logo=clic&dominio=clic&idcategoria=377","duvidas","width=656,height=520")}else{window.open("http://www.clicrbs.com.br/atendimento/jsp/default.jsp?template=2856.dwt&newsID=DYNAMIC,atendimento.AtendimentoDataServer,getDuvidas&idcentral=154&logo=clic&dominio=clic","duvidas","width=656,height=520")}},Util.termsAndConditions=function(){window.open("http://www.clicrbs.com.br/wrs/Termo.htm","_blank","width=600,height=600,scrollbars=yes")},Util.showStatus=function(){$("status_msg").style.display="block"},Util.toggleException=function(){if($("exception").style.display=="none"){$("toggle.exception.button").value="Ocultar detalhes";$("exception").style.display="block"}else{$("toggle.exception.button").value="Exibir detalhes";$("exception").style.display="none"}},Util.range=function(value,bottomLimit,topLimit){return value!=null&&value.length>=bottomLimit&&value.length<=topLimit},Util.containsSpecialChars=function(word){var contains=false;for(var i=0;i<word.length;i++){var c=word.charCodeAt(i);if(c<48||(c>57&&c<65)||(c>90&&c<97&&c!=95)||c>122){contains=true;break}}return contains};function somente_numeros(tecla){var sep=0;var key="";var i=j=0;var len=len2=0;var strCheck="0123456789";var aux=aux2="";if(document.all){var whichCode=tecla.keyCode}else{if(document.layers){var whichCode=tecla.which}else{var whichCode=(window.Event)?tecla.which:tecla.keyCode}}if(tecla.which==13||tecla.keyCode==13){return true}if(tecla.which==8||tecla.keyCode==8){return true}if(tecla.which==9||tecla.keyCode==9){return true}key=String.fromCharCode(whichCode);if(strCheck.indexOf(key)==-1){return false}else{return true}};
