function showletter(cat,file) {
w = open("/cgi-bin/showletter.pl?cat="+cat+"&file="+file, "letterWindow","width=650,height=600,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
}

function showdoc(file, year) {
w = open("/cgi-bin/showdoc.pl?file="+file+"&year="+year, "docWindow","width=650,height=600,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
}

function showdoc2(file) {
w = open("/cgi-bin/showdoc2.pl?file="+file, "docWindow","width=650,height=600,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
}

function showphoto(x,y,alt,file) {
xx = x+50;
yy = y+100;
w = open("/cgi-bin/showphoto.pl?x="+x+"&y="+y+"&file="+file+"&alt="+alt, "photoWindow","width="+xx+",height="+yy+",status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
}

function showpoll(poll) {
w = open("/php/pollpopup.php?p="+poll, "pollWindow","width=640,height=480,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
}

