function viewComments(n) {
  window.open('http://www.museworld.com/comments.php?' + n, 'comments' +
n,
'directories=0,height=350,location=0,resizable=1,scrollbars=1,toolbar=0,width=350');
}
