function dc(s){c='';for (i=0;i<s.length;i++){c+=String.fromCharCode(s.charCodeAt(i)-1);}document.write(c)}