function createDocument(parent)
{
openWindow(520,500,'/kunder/landbruk/cms.nsf/dc?readform&parent='+parent+'&form=frmDocument&create=1&db=kunder/landbruk/cms.nsf&edit=1&login&qnfl=none');
}
function openWindow( w,h ,szurl)
{
window.open(szurl, "", "width=" + w + "," + "height=" + h + ","+ "menubar=no,modal=yes,left="+ ((screen.availWidth-w) / 2 )+ ",top="+ ((screen.availHeight-h) / 2 )+",location=no,resizable=no,scrollbars=yes,status=yes");
}
function editDocument(id)
{
openWindow(500,500,'/kunder/landbruk/cms.nsf/dc?readform&id='+id+'&db=dbfilepath&edit=1&qnfl=none');
}


