function showComment(ResourceNo){ document.getElementById('comment').className='commentVisible'; document.getElementById('commentTable').className='commentVisible'; document.getElementById('newmessageTable').className='commentVisible'; document.getElementById('hide').style.display='inline'; document.getElementById('show').style.display='none'; window.comment.location.href='/fi/commentshow?r:ResourceNo=' + ResourceNo; } function hideComment(ResourceNo){ document.getElementById('comment').className='commentHidden'; document.getElementById('commentTable').className='commentHidden'; document.getElementById('newmessageTable').className='commentHidden'; document.getElementById('hide').style.display='none'; document.getElementById('show').style.display='inline'; window.comment.location.href='/fi/commenthide?r:ResourceNo=' + ResourceNo; } function showReports(resNo,reportUrl){ window.parent.location.href = reportUrl+'report?r:ResourceNo='+resNo+'&queries:selres='+resNo; } function showQuery(resPath){ window.parent.location.href = resPath; }