function selectaplace(form) {
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"You are now being transferred to the -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x;
for(var d=0;d<150;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else  {
form.select1[formindex].text="Not a real option!";
for(var d=0;d<1250;d++) { };
form.select1[formindex].text=storage;
   }
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
   }
}
function makeMyMenu() {
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value=daily.html>พระคัมภีร์เดิม');
document.write ('<option value=daily.html>โครงการ อ่านพระคัมภีร์');
document.write ('<option value=geneTH.html>ปฐมกาล');
document.write ('<option value=exodTH.html>อพยพ');
document.write ('<option value=leviTH.html>เลวีนิติ');
document.write ('<option value=numbTH.html>กันดารวิถี ');
document.write ('<option value=deutTH.html>เฉลยธรรมมัญญัติ ');
document.write ('<option value=joshTH.html>โยชูวา ');
document.write ('<option value=judgTH.html>ผู้วินิจฉัย ');
document.write ('<option value=ruthTH.html>นางรูธ ');
document.write ('<option value=1samTH.html>ซามเอล ฉบับที่หนึ่ง ');
document.write ('<option value=2samTH.html>ซามเอล ฉบับที่สอง ');
document.write ('<option value=1kingTH.html>พงศ์กษัตริย์ ฉบับที่หนึ่ง ');
document.write ('<option value=2kingTH.html>พงศ์กษัตริย์ ฉบับที่สอง ');
document.write ('<option value=1chroTH.html>พงศาวดาร ฉบับที่หนึ่ง ');
document.write ('<option value=2chroTH.html>พงศาวดาร ฉบับที่สอง ');
document.write ('<option value=ezraTH.html>เอสรา ');
document.write ('<option value=neheTH.html>เนหะมีย์ ');
document.write ('<option value=esthTH.html>เอสเธอร์ ');
document.write ('<option value=jobTH.html>โยบ ');
document.write ('<option value=psalTH.html>เพลงสดุดี ');
document.write ('<option value=provTH.html>สุภาษิต ');
document.write ('<option value=ecclTH.html>ปัญญาจารย์ ');
document.write ('<option value=soloTH.html>เพลงซาโลมอน');
document.write ('<option value=isaiTH.html>อิสยาห์ ');
document.write ('<option value=jereTH.html>เยเรมีย์ ');
document.write ('<option value=lamaTH.html>เพลงคร่ำครวญ ');
document.write ('<option value=ezekTH.html>เอเสเคียล ');
document.write ('<option value=daniTH.html>ดาเนียล ');
document.write ('<option value=hoseTH.html>โฮเชยา ');
document.write ('<option value=joelTH.html>โยเอล ');
document.write ('<option value=amosTH.html>อาโมส ');
document.write ('<option value=obadTH.html>โอบาดีย์ ');
document.write ('<option value=jonaTH.html>โยนาห์ ');
document.write ('<option value=micaTH.html>มีคาห์ ');
document.write ('<option value=nahuTH.html>นาฮูม ');
document.write ('<option value=habaTH.html>ฮะบากุก ');
document.write ('<option value=zephTH.html>เศฟันยาห์ ');
document.write ('<option value=haggTH.html>ฮักกัย ');
document.write ('<option value=zechTH.html>เศคาริยาห์ ');
document.write ('<option value=malaTH.html>มาลาคี ');
document.write ('</select>');
document.write ('</form>');
}
makeMyMenu();


