/*  ----------------------- DEV parish Selector ------------------------- */
function selector()
{
document.write('<table border="0" cellspacing="0" cellpadding="0" width="100%">');
document.write('<tr><td align="left" valign="top" colspan="2"><b>Parishes:</b></td></tr>');
document.write('<tr><td align="left" valign="top" width="50%" style="padding-left:35px">');
document.write('<form id="parish" action="" onsubmit="return false">');
document.write('<table><tr><td align="left" valign="top">');
document.write('<a href="MIs.html">Memorial Inscriptions</a></td>');
document.write('</tr><tr>');
document.write('<td align="left" valign="top">');
document.write('<select name="migen" size="1" onclick="if (migen.selectedIndex>-1) location.href=this.options[this.selectedIndex].value;">');
document.write('<option value="Georgeham/MIs.html" selected="selected">Georgeham&nbsp;</option>');
document.write('</select>');
document.write('</td></tr></table>');
document.write('</form>');
document.write('</td><td align="left" valign="top" width="50%" style="padding-left:35px">');
document.write('<form id="parish2" action="" onsubmit="return false">');
document.write('<table><tr><td align="left" valign="top">');
document.write('<a href="Photographs.html">Photographs</a></td>');
document.write('</tr><tr>');
document.write('<td align="left" valign="top">');
document.write('<select name="photo" size="6" onclick="if (photo.selectedIndex>-1) location.href=this.options[this.selectedIndex].value;">');
document.write('<option value="Ashford/PicturesPast.html" selected="selected">Ashford by Barnstaple</option>');
document.write('<option value="Ashill/PhotoGallery.html">Ashill</option>');
document.write('<option value="Bampton/PhotoGallery.html">Bampton</option>');
document.write('<option value="Bridford/PhotoGallery.html">Bridford</option>');
document.write('<option value="Clayhanger/PhotoGallery.html">Clayhanger</option>');
document.write('<option value="Clayhidon/PhotoGallery.html">Clayhidon</option>');
document.write('<option value="CombeMartin/PhotoGallery.html">Combe Martin</option>');
document.write('<option value="Countisbury/PhotoGallery.html">Countisbury</option>');
document.write('<option value="CulmDavy/PhotoGallery.html">Culm Davy</option>');
document.write('<option value="Culmstock/PhotoGallery.html">Culmstock</option>');
document.write('<option value="Georgeham/PhotoGallery.html">Georgeham</option>');
document.write('<option value="Hemyock/PhotoGallery.html">Hemyock</option>');
document.write('<option value="HolcombeRogus/PhotoGallery.html">Holcombe Rogus</option>');
document.write('<option value="Hockworthy/PhotoGallery.html">Hockworthy</option>');
document.write('<option value="Huntsham/PhotoGallery.html">Huntsham</option>');
document.write('<option value="Ilfracombe/PhotoGallery.html">Ilfracombe</option>');
document.write('<option value="Kentisbeare/PhotoGallery.html">Kentisbeare</option>');
document.write('<option value="Monkleigh/PhotoGallery.html">Monkleigh</option>');
document.write('<option value="Parracombe/PhotoGallery.html">Parracombe</option>');
document.write('<option value="Petton/PhotoGallery.html">Petton</option>');
document.write('<option value="Torquay/PicturesPast.html">Torquay</option>');
document.write('<option value="Uffculme/PhotoGallery.html">Uffculme</option>');
document.write('</select>');
document.write('</td></tr></table>');
document.write('</form>');
document.write('</td></tr></table>');
}
/*  -------------- so it focuses on the parish selector --------------  */
function SetFocus() {
document.forms['parish'].migen.focus();
}
