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