function newWin(x, h, w)
{
  var newWin = window.open('news.img.php?id=' + x, '', 'scrollbars=yes, height=' + h + ', width=' + w + ', resizable=no, toolbar=no, location=no, status=no');
}
