function m_goto(f,p){
document.forms[f].page.value=p;
document.forms[f].submit();
}
function m_open(id,c){
window.open('digest.php?id='+id+'&class='+c,id,'scrollbars=yes,width=500,height=300,left=10,top=10');
}
