function photopopup (c) {
window.open("/photopopup.php?photoname="+c,"Photo","width=480,height=400,scrollbars=no,status=no");
}

function OpenComments (c) {
    window.open('/cgi-bin/mtcode/mt-comments.cgi?' +
                    'entry_id=' + c,
                    'comments',
                    'width=420,height=480,scrollbars=yes,status=yes');
}

function gonav(form){
if(form.options[form.selectedIndex].value != "")
window.location.href = form.options[form.selectedIndex].value;
 }

