function show_r(row_id) {
 oRow = document.getElementById(row_id);
 if (oRow.style.display!='none'){
  oRow.style.display='none';
 } else {oRow.style.display='inline';}
}

function ShowImage(slide_theme, slide_name, slide_author){
  (window.open('/slide/'+slide_theme+'/'+slide_author+'/'+slide_name+'/', 'slides', 'toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes, width=640, height=480;')).focus();
}

function openwindow(target) {
 (window.open('/blank.html', target, 'toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes, width=260, height=360;')).focus();
}

function showInfo(oObj, disp) {
 oBar = document.getElementById("InfoBar");
 if (disp) {
  oBar.innerHTML = '<img src="/covers/items/small/'+oObj.mid+'.jpg" align=left  border=0>'+oObj.text;
  oBar.style.top = oObj.offsetTop;
  oBar.style.left = document.body.clientWidth-oBar.clientWidth-200;
  oBar.style.display='';
 } else {
  oBar.style.display='none';
 }
}
