function SesamOpen(URL) 
{
    window.open(URL,'ernieframe','toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=457,height=272')
}


function openDoc(docName)
{
    window.open('database/documents/' + docName,'Document');
}
