function selector()
{
document.write('<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr>');
document.write('<td align="center" valign="top" colspan="2"><b>Image Selection</b></td>');
document.write('</tr><tr>');
document.write('<td align="right" valign="top">');
document.write('<form id="MI" action="" onsubmit="return false">');
document.write('<td align="right" valign="top">');
document.write('<select name="menu" size="15" onclick="if (menu.selectedIndex>-1) location.href=this.options[this.selectedIndex].value;">');
document.write('<option value="Belfield_Luke.html">BELFIELD, Luke &amp; Edith</option>');
document.write('<option value="Briggs_Charles.html">BRIGGS, Charles Edwd &amp; Martha</option>');
document.write('<option value="Briggs_William.html">BRIGGS, Willm (Chas &amp; Martha)</option>');
document.write('<option value="Broadhurst_Richard.html">BROADHURST, Richd (Ralph+Ann)</option>');
document.write('<option value="Caley_George.html">CALEY, George &amp; Sarah Ann</option>');
document.write('<option value="Cantrell_Thomas.html">CANTRELL, Thomas</option>');
document.write('<option value="Clulow_Joseph.html">CLULOW, Joseph &amp; Sarah</option>');
document.write('<option value="Critchlowe_Henry.html">CRITCHLOW, Henry &amp; Elizabeth</option>');
document.write('<option value="Critchlow_Ralph.html">CRITCHLOW, Ralph &amp; Hannah</option>');
document.write('<option value="Featherstone_William.html">FEATHERSTONE, William &amp; Ellen</option>');
document.write('<option value="Fogg_Martha.html">FOGG, Martha</option>');
document.write('<option value="Fogg_Thomas_Y.html">FOGG, Thomas &amp; Judith</option>');
document.write('<option value="Foxlow_Mary.html">FOXLOW, Mary</option>');
document.write('<option value="Gibbs_Charles.html">GIBBS, Charles</option>');
document.write('<option value="Gibbs_Samuel.html">GIBBS, Samuel &amp; John</option>');
document.write('<option value="Gould_Edmund.html">GOULD, Edmund (+Catherine</option>');
document.write('<option value="Gould_Margaret.html">GOULD, Margaret (+Edmund)</option>');
document.write('<option value="Gould_William.html">GOULD, William  (Richd &amp; Mary)</option>');
document.write('<option value="Greaves_Elizabeth.html">GREAVES, Elizabeth  &amp; Isaac</option>');
document.write('<option value="Harrison_John.html">HARRISON, John &amp; Mary</option>');
document.write('<option value="Lomas_Thomas.html">LOMAS, Thomas &amp; Margaret</option>');
document.write('<option value="Newham_Francis.html">NEWHAM, Francis &amp; Ellen</option>');
document.write('<option value="Percival_John2.html">PERCIVAL, Hannah &amp; John</option>');
document.write('<option value="Percival_Issac.html">PERCIVAL, Isaac &amp; Mary</option>');
document.write('<option value="Percival_John.html">PERCIVAL, John &amp; Elizabeth Ann</option>');
document.write('<option value="Percival_Thomas.html">PERCIVAL, Mary &amp; Thomas</option>');
document.write('<option value="Prime_Charles.html">PRIME, Chas E (Henry &amp; Sarah)</option>');
document.write('<option value="Prime_Daniel.html">PRIME, Daniel &amp; Esther</option>');
document.write('<option value="Prince_Thomas.html">PRINCE, Thomas &amp; Martha</option>');
document.write('<option value="Redfern.html">REDFERN, William &amp; Ann</option>');
document.write('<option value="Rogers_Hannah.html">ROGERS, Hannah (John &amp; Hannah)</option>');
document.write('<option value="Rogers_Richard.html">ROGERS, Richd (John &amp; Hannah)</option>');
document.write('<option value="Salt_Esther.html">SALT, Esther &amp; John</option>');
document.write('<option value="Salt_John.html">SALT, John</option>');
document.write('<option value="Salt_Mary.html">SALT, Mary &amp; Walter</option>');
document.write('<option value="Sherrat_Lucy.html">SHERRAT, Lucy (Willm &amp; Mary A)</option>');
document.write('<option value="Shirley_Benjamin.html">SHIRLEY, Benjamin</option>');
document.write('<option value="Staley_Thomas.html">STALEY, Thomas &amp; Elizabeth</option>');
document.write('<option value="Stone_Ellen.html">STONE, Ellen (Willm &amp; Ellen)</option>');
document.write('<option value="Stone_William.html">STONE, William &amp; Ellen</option>');
document.write('<option value="Sutton_Elizabeth.html">SUTTON, Elizabeth</option>');
document.write('<option value="Sutton_Ann.html" selected="selected">SUTTON, George &amp; Ann</option>');
document.write('<option value="Sutton_George.html">SUTTON, George &amp; Caroline</option>');
document.write('<option value="Sutton_Henry.html">SUTTON, Henry &amp; Elizabeth</option>');
document.write('<option value="Sutton_Joseph.html">SUTTON, Joseph &amp; Elizabeth</option>');
document.write('<option value="Sutton_William.html">SUTTON, William &amp; Elizabeth</option>');
document.write('<option value="Titterton_John.html">TITTERTON, John &amp; Mary</option>');
document.write('<option value="Wilton_Sarah.html">WILTON, Sarah &amp; Joseph</option>');
document.write('<option value="Woodisse_Edward.html">WOODISSE, Edward &amp; Ellen</option>');
document.write('<option value="Woodisse_Martha.html">WOODISSE, Martha</option>');
document.write('<option value="Yates_George.html">YATES, George &amp; Mary</option>');
document.write('<option value="Yates_William.html">YATES, Mary &amp; William</option>');
document.write('</select>');
document.write('</form>');
document.write('</td></tr></table>');
}
