function urlencode(e){var f={},histogram_r={},code=0,tmp_arr=[];var g=e.toString();var h=g.substr(0,1);var i=g.substr(0,3);var j=g.substr(0,4);var k=function(a,b,c){var d=[];d=c.split(a);return d.join(b)};f['!']='%21';f['%20']='+';if(g.length==9){switch(h){case'6':g=''+g.substr(0,3)+' '+g.substr(3,2)+' '+g.substr(5,2)+' '+g.substr(7,2);break;case'7':g=''+g.substr(0,3)+' '+g.substr(3,2)+' '+g.substr(5,2)+' '+g.substr(7,2);break;case'8':g=''+g.substr(0,3)+' '+g.substr(3,2)+' '+g.substr(5,2)+' '+g.substr(7,2);break;case'9':g=''+g.substr(0,3)+' '+g.substr(3,2)+' '+g.substr(5,2)+' '+g.substr(7,2);break}}switch(i){case'910':g='91-0'+g.substr(4);break;case'911':g='91-1'+g.substr(4);break;case'912':g='91-2'+g.substr(4);break;case'913':g='91-3'+g.substr(4);break;case'914':g='91-4'+g.substr(4);break;case'915':g='91-5'+g.substr(4);break;case'916':g='91-6'+g.substr(4);break;case'917':g='91-7'+g.substr(4);break;case'918':g='91-8'+g.substr(4);break;case'919':g='91-9'+g.substr(4);break;case'930':g='93-0'+g.substr(4);break;case'931':g='93-1'+g.substr(4);break;case'932':g='93-2'+g.substr(4);break;case'933':g='93-3'+g.substr(4);break;case'934':g='93-4'+g.substr(4);break;case'935':g='93-5'+g.substr(4);break;case'936':g='93-6'+g.substr(4);break;case'937':g='93-7'+g.substr(4);break;case'938':g='93-8'+g.substr(4);break;case'939':g='93-9'+g.substr(4);break;case'940':g='94-0'+g.substr(4);break;case'944':g='94-4'+g.substr(4);break;case'946':g='94-6'+g.substr(4);break;case'951':g='95-1'+g.substr(4);break;case'952':g='95-2'+g.substr(4);break;case'954':g='95-4'+g.substr(4);break;case'955':g='95-5'+g.substr(4);break;case'960':g='96-0'+g.substr(4);break;case'961':g='96-1'+g.substr(4);break;case'962':g='96-2'+g.substr(4);break;case'963':g='96-3'+g.substr(4);break;case'965':g='96-5'+g.substr(4);break;case'966':g='96-6'+g.substr(4);break;case'984':g='98-4'+g.substr(4);break;case'985':g='98-5'+g.substr(4);break;case'989':g='98-9'+g.substr(4);break}switch(j){case'70 4':g='704 '+g.substr(4);break;case'80 0':g='800 '+g.substr(4);break;case'80 3':g='803 '+g.substr(4);break;case'80 7':g='807 '+g.substr(4);break;case'90 0':g='900 '+g.substr(4);break;case'90 1':g='901 '+g.substr(4);break;case'90 2':g='902 '+g.substr(4);break;case'90 4':g='904 '+g.substr(4);break;case'90 5':g='905 '+g.substr(4);break;case'92 0':g='920 '+g.substr(4);break;case'92 1':g='921 '+g.substr(4);break;case'92 2':g='922 '+g.substr(4);break;case'92 3':g='923 '+g.substr(4);break;case'92 4':g='924 '+g.substr(4);break;case'92 5':g='925 '+g.substr(4);break;case'92 6':g='926 '+g.substr(4);break;case'92 7':g='927 '+g.substr(4);break;case'92 8':g='928 '+g.substr(4);break;case'92 9':g='929 '+g.substr(4);break;case'94 1':g='941 '+g.substr(4);break;case'94 2':g='942 '+g.substr(4);break;case'94 3':g='943 '+g.substr(4);break;case'94 5':g='945 '+g.substr(4);break;case'94 7':g='947 '+g.substr(4);break;case'94 8':g='948 '+g.substr(4);break;case'94 9':g='949 '+g.substr(4);break;case'95 0':g='950 '+g.substr(4);break;case'95 3':g='953 '+g.substr(4);break;case'95 6':g='956 '+g.substr(4);break;case'95 7':g='957 '+g.substr(4);break;case'95 8':g='958 '+g.substr(4);break;case'95 9':g='959 '+g.substr(4);break;case'96 4':g='964 '+g.substr(4);break;case'96 7':g='967 '+g.substr(4);break;case'96 8':g='968 '+g.substr(4);break;case'96 9':g='969 '+g.substr(4);break;case'97 1':g='971 '+g.substr(4);break;case'97 2':g='972 '+g.substr(4);break;case'97 3':g='973 '+g.substr(4);break;case'97 4':g='974 '+g.substr(4);break;case'97 5':g='975 '+g.substr(4);break;case'97 6':g='976 '+g.substr(4);break;case'97 7':g='977 '+g.substr(4);break;case'97 8':g='978 '+g.substr(4);break;case'97 9':g='979 '+g.substr(4);break;case'98 0':g='980 '+g.substr(4);break;case'98 1':g='981 '+g.substr(4);break;case'98 2':g='982 '+g.substr(4);break;case'98 3':g='983 '+g.substr(4);break;case'98 6':g='986 '+g.substr(4);break;case'98 7':g='987 '+g.substr(4);break;case'98 8':g='988 '+g.substr(4);break}g=encodeURIComponent(g);for(search in f){replace=f[search];g=k(search,replace,g)}return g.replace(/(\%([a-z0-9]{2}))/g,function(a,b,c){return"%"+c.toUpperCase()});alert(''+g);return g}function verifyphonestring(a){var b=a.value;var c=false;if(b.length>12){alert('Por favor, introduzca solo números en los formatos más usados 0XX, nnnnnnnn, XXX YY ZZ NN, XX YYY ZZ NN o XXX YYY ZZZ');a.focus();return false}if(b.length>11){var d=/^([0-9]{2,3}) ([0-9]{2,3}) ([0-9]{2}) ([0-9]{2})$/;if(!b.match(d)){c=true}}else if(b.length<11){var d=/^[0-9]+$/;if(!b.match(d)){c=true}if(b.length<3)c=true}else{var d=/^([0-9]{3}) ([0-9]{3}) ([0-9]{3})$/;if(!b.match(d)){c=true}}if(c){alert('Por favor, introduzca solo números y en los formatos más usados 0XX, nnnnnnn, XXX YY ZZ NN, XX YYY ZZ NN o XXX YYY ZZZ');a.focus();return false}return true}function verificaphonestring(a){var b=a.value;return b.replace(/ /g,'-')}function toggleLayer(a){var b,vis;if(document.getElementById)b=document.getElementById(a);else if(document.all)b=document.all[a];else if(document.layers)b=document.layers[a];vis=b.style;if(vis.display==''&&b.offsetWidth!=undefined&&b.offsetHeight!=undefined)vis.display=(b.offsetWidth!=0&&b.offsetHeight!=0)?'block':'none';vis.display=(vis.display==''||vis.display=='block')?'none':'block'}
