function direct(crypt,index1,index2){crypt+=' ';var keying=crypt.length;var transp=0;var bump='';for(var makeinit=0;makeinit<keying;makeinit++){transp=0;while(crypt.charCodeAt(makeinit)!=32){transp=transp*10;transp=transp+crypt.charCodeAt(makeinit)-48;makeinit++;}bump+=String.fromCharCode(susp(transp,index1,index2));}parent.location='m'+'a'+'i'+'l'+'t'+'o'+':'+bump;}function show(encr,index8,body){encr+=' ';var blank=encr.length;var index9=0;for(var index=0;index<blank;index++){index9=0;while(encr.charCodeAt(index)!=32){index9=index9*10;index9=index9+encr.charCodeAt(index)-48;index++;}document.write(String.fromCharCode(susp(index9,index8,body)));}}function susp(index3,index4,index7){if(index7%2==0){index5=1;for(var index0=1;index0<=index7/2;index0++){index6=(index3*index3)%index4;index5=(index6*index5)%index4;}}else{index5=index3;for(var count=1;count<=index7/2;count++){index6=(index3*index3)%index4;index5=(index6*index5)%index4;}}return index5;}