function showImage(gid,w,h,txt) {
window.open("/show.image.php?gid="+gid+"&urlTitle="+txt,gid,"resizable=no,width="+w+",height="+h);
}
function printimiseks (gid) {
window.open("/print.dokument.php?gid="+gid,gid,"resizable=no,menubar=yes,scrollbars=yes,width=600,height=400");
}
function originaal () {
}
