function goto(form) { var index=form.select.selectedIndex
if (form.select.options[index].value != "0") {
location=form.select.options[index].value;}}


document.write(' <FORM NAME="form"> ');
document.write(' <select name="select" onChange="goto(this.form)" SIZE="1" class="select" style="width:400px;"> ');
document.write(' <option value="">----------SELECT TOPIC----------</option> ');
document.write(' <option value="index.html">HOME</option> ');
document.write(' <option value="aboutthissite.html">ABOUT ME AND THIS SITE</option> ');
document.write(' <option value="introduction.html">INTRODUCTION</option> ');
document.write(' <option value="internalmonologue.html">MY INTERNAL MONOLOGUE</option> ');
document.write(' <option value="">----------ESOTERIC AND OCCULT----------</option> ');
document.write(' <option value="freewill.html">FREE WILL AND MULTIPLE REALITIES</option> ');
document.write(' <option value="illumquotes.html">QUOTES BY MASONS AND ILLUMINISTS</option> ');
document.write(' <option value="religiouscontrol.html">RELIGION (THE CHURCH) IS JUST ANOTHER SYSTEM OF CONTROL?</option> ');
document.write(' <option value="revelatus1.html">REVELATUS 1 - MYSTERIOUS 2012 END DATE (pt1)</option> ');
document.write(' <option value="soulsnatchers.html">SOUL SNATCHERS</option> ');
document.write(' <option value="">----------GNOSIS AND APOCRYPHA----------</option> ');
document.write(' <option value="gospelofphillip.html">THE GOSPEL OF PHILLIP</option> ');
document.write(' <option value="gospelofthomas.html">THE GOSPEL OF THOMAS</option> ');
document.write(' <option value="gospelofmary.html">THE GOSPEL OF MARY</option> ');
document.write(' <option value="gospelofpeter.html">THE GOSPEL OF PETER</option> ');
document.write(' <option value="treatiseresurrection.html">TREATISE ON THE RESURRECTION</option> ');
document.write(' <option value="">----------PROPHECIES----------</option> ');
document.write(' <option value="mothershipton.html">MONTHER SHIPTON</option> ');
document.write(' <option value="">----------MY WORK: THE SOURCE THE CALLING----------</option> ');
document.write(' <option value="enumaelish.html">ENUMA ELISH - BABYLONIAN CREATION EPIC</option> ');
document.write(' <option value="hinducreation.html">HINDU CREATION STORY</option> ');
document.write(' <option value="hindubattle.html">HINDUISM - BATTLE OF THE GODS</option> ');
document.write(' <option value="hindubeliefs.html">HINDUISM - BELIEFS AND TRUTHS</option> ');
document.write(' <option value="mayancreation.html">MAYAN CREATION STORY</option> ');
document.write(' <option value="mayancal.html">MAYAN CALENDAR</option> ');
document.write(' <option value="genesiscreationl.html">BIBLICAL CREATION STORY</option> ');
document.write(' <option value="apocjohn.html">THE APOCRYPHON OF JOHN</option> ');
document.write(' <option value="theawakening.html">THE AWAKENING</option> ');
document.write(' <option value="ascension.html">ASCENSION</option> ');
document.write(' <option value="3primeracesofeden.html">THE THREE PRIME RACES OF EDEN</option> ');
document.write(' <option value="godvstheFather.html">GOD VS THE FATHER OF THE ALL</option> ');
document.write(' </select>');
document.write(' </FORM> ');


