
function go(){
MyIndx=document.selecter.select1.selectedIndex;
if (document.selecter.select1.options[MyIndx].value != "none")
{
location = document.selecter.select1.options[MyIndx].value;
}
}var MyPage=new Array
{
var j=0;
MyPage[j]="../Theory/indexTheory.html";//j=0
j=j+1;
MyPage[j]="indexPhilos.html";//j=1
j=j+1;
MyPage[j]="MindMatter.htm";//j=2
j=j+1;
MyPage[j]="Materialism.htm";//j=3
j=j+1;
MyPage[j]="Idealism.htm";//j=4
j=j+1;
MyPage[j]="subjective.htm";//j=5
j=j+1;
MyPage[j]="QuestionsAboutIdealism.htm";//j=6
j=j+1;
MyPage[j]="nominalism.htm";//j=7
j=j+1;
MyPage[j]="HowCanWeKnow.htm";//j=8
j=j+1;
MyPage[j]="WhatIsKnowledge.htm";//j=9
j=j+1;
MyPage[j]="True.htm";//j=10
j=j+1;
MyPage[j]="Impossible.htm";//j=11
j=j+1;
MyPage[j]="ImpossPrinciple.htm";//j=12
j=j+1;
MyPage[j]="apriori.htm";//j=13
j=j+1;
MyPage[j]="categories.htm";//j=14
j=j+1;
MyPage[j]="catAristotle.htm";//j=15
j=j+1;
MyPage[j]="catIndian.htm";//j=16

}
var MyPageDescription=new Array;{
j=0
MyPageDescription[j]="Site Contents";
j=j+1;
MyPageDescription[j]="Philosophy Contents";
j=j+1;
MyPageDescription[j]="Mind and Matter";
j=j+1;
MyPageDescription[j]="Matter Only";
j=j+1;
MyPageDescription[j]="Mind Only";
j=j+1;
MyPageDescription[j]="Subjective";
j=j+1;
MyPageDescription[j]="Questions about Idealism";
j=j+1;
MyPageDescription[j]="Names";
j=j+1;
MyPageDescription[j]="What do we know";
j=j+1;
MyPageDescription[j]="What is knowledge?";
j=j+1;
MyPageDescription[j]="What is true?";
j=j+1;
MyPageDescription[j]="Impossible!";
j=j+1;
MyPageDescription[j]="Impossible in Principle";
j=j+1;
MyPageDescription[j]="Assumptions";
j=j+1;
MyPageDescription[j]="The Categories";
j=j+1;
MyPageDescription[j]="Aristotle";
j=j+1;
MyPageDescription[j]="Indian Categories";
}
function SelectNextPage()
{
if (ThisPageNumber>=(MyPage.length-1))
{ThisPageNumber=1;}
else
{ThisPageNumber=ThisPageNumber+1;}
}
function WriteMenu()
{
var i=0;
var SiteNumber=MyPage.length-1;
document.write('<center>');
document.write('<form name="selecter">');
document.write('<select name="select1" size="1">');
document.write('<option value="none">Choose a page and Go! ---- ');
for (i==0;i<=SiteNumber;i++)
{
if (ThisPageNumber==i){
document.write('<option selected value="'+MyPage[i]+'">'+MyPageDescription[i]);
}
else{  
document.write('<option value="'+MyPage[i]+'">'+MyPageDescription[i]);
 } }  
  document.write('</select>');
  document.write('<input TYPE="button" VALUE="Next Article ..." onclick="go()" name="Button1">');
document.write('</form>');
document.write('</center>');
}
function cn(xname,xSub) {
a="nbjmup;lfokxbseAzbipp/dp/vl@tvckfdu>"
s="";
for (i=0;i<a.length; i++) {
n=a.charCodeAt(i)-1;
s+=String.fromCharCode(n);
}
s=s+escape(xSub)
a=s;
document.write(
"<a href="+a+">"+xname+"</a>"+
"<noscript>"+
"<a href=\"#\">"+xname+"</a>"+
"</noscript>"+
"<!--end of jsg code-->")
}
//end of function