<!--
function openWindow(theURL) { //v2.0
  window.open(theURL,'Grap','status=yes,width=600,height=460, scrollbars=yes');
}

function openWindowPhoto(theURL) { //v2.0
  window.open(theURL,'Grap','status=yes,width=640,height=460, resizable=yes, scrollbars=yes');
}

function openWindowFullScreen(theURL) { //v2.0
  window.open(theURL,'MoodsearchFullscreen','scrollbar=no,fullscreen=yes');
  document.location.href('index.php');
}

function closeWindow() {
  window.close();
}
//-->