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=mattTH.html>มัทธิว ');
document.write ('<option value=markTH.html>มาระโก ');
document.write ('<option value=lukeTH.html>ลูกา ');
document.write ('<option value=johnTH.html>ยอห์น ');
document.write ('<option value=actsTH.html>กิจการของ อัครทูต');
document.write ('<option value=romaTH.html>โรม ');
document.write ('<option value=1corTH.html>โครินธ์ ฉบับที่หนึ่ง ');
document.write ('<option value=2corTH.html>โครินธ์ ฉบับที่สอง ');
document.write ('<option value=galaTH.html>กาลาเทีย ');
document.write ('<option value=epheTH.html>เอเฟซั่ส ');
document.write ('<option value=philiTH.html>พืลิปปื ');
document.write ('<option value=coloTH.html>โคโลสี ');
document.write ('<option value=1thesTH.html>เธสะโลนิกา ฉบับที่หนึ่ง ');
document.write ('<option value=2thesTH.html>เธสะโลนิกา ฉบับที่สอง ');
document.write ('<option value=1timTH.html>ทิโมธี ฉบับที่หนึ่ง ');
document.write ('<option value=2timTH.html>ทิโมธี ฉบับที่สอง ');
document.write ('<option value=tituTH.html>ทิตัส ');
document.write ('<option value=phileTH.html>ฟีเลโมน ');
document.write ('<option value=hebrTH.html>ฮีบรู ');
document.write ('<option value=jameTH.html>ยากอบ ');
document.write ('<option value=1peteTH.html>เปโตร ฉบับที่หนึ่ง ');
document.write ('<option value=2peteTH.html>เปโตร ฉบับที่สอง ');
document.write ('<option value=1johnTH.html>ยอห์น ฉบับที่หนึ่ง ');
document.write ('<option value=2johnTH.html>ยอห์น ฉบับที่สอง ');
document.write ('<option value=3johnTH.html>ยอห์น ฉบับที่สาม ');
document.write ('<option value=judeTH.html>ยูดา ');
document.write ('<option value=reveTH.html>วิวรณ์ ');
document.write ('</select>');
document.write ('</form>');
}
makeMyMenu();
