
function popslide(url, w, h, comment)
{
  var totalwidth = w + 10;
  var totalheight = h + 30;
  window.open(url, 'slide','width='+totalwidth+',height='+totalheight+',menubar=no,status=no,toolbar=no,location=no,scrollbars=no');
}
