function Guru(number)
{
var path='../../quiz1/desc/'+number+'.html';
window.open(path,"10gurus","toolbar=yes,location=0,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=0,width=450,height=350");
}
function Desc(def)
{
var path='desc/'+def+'.html';
window.open(path,"desc","toolbar=no,location=0,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=0,width=450,height=350");
}

if (parent.location.href == self.location.href || !parent.correct_frame)
setTimeout("chlocation()", 150)

function chlocation(){
var current=document.URL;
if (current.indexOf("#")!=-1) //test for "#" in the URL, if not present, skip next line
	current = current.substring(current.lastIndexOf("#"), 0);
var mykey=((current).split("/"))[((current).split("/")).length-1];
var mykey1=((mykey).split("\\"))[((mykey).split("\\")).length-1];
var fname = mykey1.substring(mykey1.lastIndexOf("."),0);
p=fname;
window.location.href = '../../index.html?other_books/glossary/'+fname;
}

function loadok() {
if (parent.location.href != self.location.href || parent.correct_frame)
parent.loadok();
}