<!--
var dw='';


wholeurl = window.location.href;
x = wholeurl.length;
while((wholeurl.substring(x,x-1)) != "."){ x--; } clipend = x;
while((wholeurl.substring(x,x-1)) != "/"){ x--; } clipstart = x;
var fileName=wholeurl.substring(clipend-1,clipstart);

function goTo(uRl) {
window.location.href=uRl;
}

dw+='<form name="nameList"><select name="selectList" onChange="goTo(nameList.selectList.value)" class="menu" style="font-size: 11px; width: 175px">';

for (i=0;i<fam.length;i++) {
if (fam[i][5]=='a') { var colOUR='fff'; }
else { var colOUR='ddd'; }
var seleCT=''
if (fileName==fam[i][4]) { var seleCT='selectED'; var colOUR='fc0'; j=i; }
if (fam[i][1]=="") { var midName=""; } else { var midName=fam[i][1]+'&nbsp;'; }

dw+='<option value="'+fam[i][4]+'.html" '+seleCT+' style="background-color: #'+colOUR+'">'+fam[i][0]+'&nbsp;'+midName+fam[i][2]+'</option>';
}

dw+='</select></form>';


/// WRITES THE CODE FOR THE LINK ICONS BELOW THE MENU ///

dw+='<a href="../family_tree_list.html" class="linkSmall"><img src="../../graphics/button_list.gif" alt="View the family tree LIST" border="0"></a>&nbsp;';

dw+='<a href="../family_trees/'+fam[j][6]+'.html"><img src="../../graphics/button_tree_'+fam[j][6]+'.gif" alt="Find '+fam[j][0]+' on the '+fam[j][6]+' family tree" border="0"></a>&nbsp;';

if (fam[j][7]!='') {
dw+='<a href="../family_trees/'+fam[j][7]+'.html"><img src="../../graphics/button_tree_'+fam[j][7]+'.gif" alt="Find '+fam[j][0]+' on the '+fam[j][7]+' family tree" border="0"></a>&nbsp;'; }

if (fam[j][9]!='') {
dw+='<a href="mailto:'+fam[j][9]+'@'+fam[j][10]+'"><img src="../../graphics/button_email_'+fam[j][11]+'.gif" border=0" alt="email '+fam[j][0]+' @ '+fam[j][11]+'"></a>&nbsp;'; }

if (fam[j][12]!='') {
dw+='<a href="mailto:'+fam[j][12]+'@'+fam[j][13]+'"><img src="../../graphics/button_email_'+fam[j][14]+'.gif" border=0" alt="em@il '+fam[j][0]+' @ '+fam[j][14]+'"></a>&nbsp;'; }

if (fam[j][8]=='y') {
dw+='<br /><a href="../../photoalbum/photoalbum.html?1$'+fam[j][4]+'"><img src="../../graphics/camera_large.gif" border=0" alt="veiw '+fam[j][0]+'\'s photo album"></a>&nbsp;'; }

if (fam[j][15]!='') {
dw+='<br /><a href="http://www.facebook.com/profile.php?id='+fam[j][15]+'" target="_blank"><img src="../../graphics/facebook_profile.gif" border=0" alt="visit '+fam[j][0]+'\'s facebook page"></a>'; }

document.write(dw);
//-->
