var abc = new Array("a","b","c","d","e","f","g","h","i","l","m","n","p","r","s","t","u","w")

function letters() {
dw('<span style="float:right; margin-top:-42px;">')
for (i=0;i<abc.length;i++) {
dw('<button style="margin-left:2px; border-style:solid; border-color:blue; border-width:1px;text-align:center; font-size:11px; line-height:12px; padding:1px; background-color:#FFFFBF; color:black; font-weight:normal; cursor:hand;" onclick=blur();window.open("members.html#'+abc[i]+'","_self")>'+abc[i]+"<\/button>")
}
dw('<\/span>')
}
