function Change()
{
var selected;
if (document.forms[0].poemselector.selectedIndex!=null)
	{
	selected=document.forms[0].poemselector.selectedIndex;
	window.open(document.forms[0].poemselector.options[selected].value,"_top");
	}
}


function FinishChart()
{
document.write('<font face="Arial CE, Arial" size="-1" color="#004040"><B>&nbsp;&nbsp;&nbsp;&nbsp;See also&nbsp;&nbsp;</B></font>')
document.write('<select name="poemselector" size="1" title="Select the poem you wish to see." align="top" onChange="Change()">');
document.write('<option value="#">');
document.write("Select the poem you'd like to see");
document.write('<option value="#">-------------------------------------------------------------');
document.write('<option value="index.html">Poems: Index');
document.write('<option value="intro.shtml">Poems: Introduction');
document.write('<option value="#">-------------------------------------------------------------');
document.write('<option value="26.shtml">A bit of old lore');
document.write('<option value="17.shtml">');
document.write("Believeing's seeing");
document.write('<option value="27.shtml">Blessing');
document.write('<option value="07.shtml">Blue the leaf');
document.write('<option value="25.shtml">');
document.write("Dale Bride's Lamment");
document.write('<option value="01.shtml">Eagle, hear me');
document.write('<option value="21.shtml">');
document.write("Ely's lullaby");
document.write('<option value="19.shtml">Fall of Sulcarkeep, The');
document.write('<option value="10.shtml">Far, far, and first the seed');
document.write('<option value="11.shtml">Gather dark, gather dark ');
document.write('<option value="09.shtml">Green the growth, deep the seed');
document.write('<option value="03.shtml">');
document.write("Gunnora's Charm");
document.write('<option value="20.shtml">Haunted City, The');
document.write('<option value="02.shtml">');
document.write("Hob's Hole");
document.write('<option value="28.shtml">I am the servant, Thou the Lady');
document.write('<option value="06.shtml">Iftin sword, Iftin brand');
document.write('<option value="12.shtml">Iftin sword, Iftin hand');
document.write('<option value="14.shtml">Intery, mintery, cutery corn ');
document.write('<option value="05.shtml">Let your spirit not depart gladly, Great One ');
document.write('<option value="22.shtml">');
document.write("Lord Faral's Race");
document.write('<option value="23.shtml">');
document.write("Lord Hathor's Ghost Stallion");
document.write('<option value="15.shtml">Remedy');
document.write('<option value="18.shtml">Riving of the Border, The');
document.write('<option value="24.shtml">');
document.write("Satire's Curse");
document.write('<option value="04.shtml">');
document.write("Song of Garthal s'Dar, The");
document.write('<option value="16.shtml">Star light, star bright');
document.write('<option value="08.shtml">Tolhorn');
document.write('<option value="13.shtml">Trip and go, haeave and ho!');
document.write('</select>');
}
