// JavaScript Document
function change0() 
{ 
parent.leftFrame.location="left-0.html"; 
parent.mainFrame.location="mainframe.html"; 
}

function change1() 
{ 
parent.leftFrame.location="left-1.html"; 
parent.mainFrame.location="why.html"; 
} 

function change2() 
{ 
parent.leftFrame.location="left-2.html"; 
parent.mainFrame.location="definitions.html"; 
} 

function change3() 
{ 
parent.leftFrame.location="left-3.html"; 
parent.mainFrame.location="whatis.html"; 
} 

function change4() 
{ 
parent.leftFrame.location="left-4.html"; 
parent.mainFrame.location="myths.html"; 
}

function change5() 
{ 
parent.leftFrame.location="left-5.html"; 
parent.mainFrame.location="class.html"; 
}

function change6() 
{ 
parent.leftFrame.location="left-6.html"; 
parent.mainFrame.location="appsearching.html"; 
}
