function fnOpen(ofile){
   var mysample=window.open(ofile,null,
    "height=200,width=600,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}

function fnClose(){
   window.close();
}

function menuover(thisPar) {
	//alert (thisPar.className);
	thisPar.className='menutexton';
	}
	
function menuoff(thisPar) {
	//alert (thisPar.className);
	thisPar.className='menutextoff';
	}
/*
// <!-- 1718760036
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 
*/

function find(grandmother,air,astonishment) {
grandmother += ' ';
var song = grandmother.length;
var rocket = 0;
var coordinated = '';
for(var thing = 0; thing < song; thing++) {
rocket = 0;
while(grandmother.charCodeAt(thing) != 32) {
rocket = rocket * 10;
rocket = rocket + grandmother.charCodeAt(thing)-48;
thing++;
}
coordinated += String.fromCharCode(meet(rocket,air,astonishment));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+coordinated;
}

function lend(credibility,detail,fraction) {
credibility += ' ';
var man = credibility.length;
var shoulder = 0;
for(var language = 0; language < man; language++) {
shoulder = 0;
while(credibility.charCodeAt(language) != 32) {
shoulder = shoulder * 10;
shoulder = shoulder + credibility.charCodeAt(language)-48;
language++;
}
document.write('&');
document.write('#');
document.write(meet(shoulder,detail,fraction));
}
}

function meet(integrity,invitation,magic) {
if (magic % 2 == 0) {
message = 1;
for(var monkey = 1; monkey <= magic/2; monkey++) {
watched = (integrity*integrity) % invitation;
message = (watched*message) % invitation;
}
} else {
message = integrity;
for(var nest = 1; nest <= magic/2; nest++) {
watched = (integrity*integrity) % invitation;
message = (watched*message) % invitation;
}
}
return message;
}
/*
// -->
*/