function add_comment(type, value)
  {
  var windowVariable = null;
  windowVariable = window.open('/comments/add_comment.php?type='+type+'&value='+value, null, "height=300,width=300,status=no,toolbar=no,menubar=no,location=no");
  }