function openGS(filename,width,height)
{
    window.open(filename,"new",'width='+width+',height='+height+',toolbar=no,status=no,location=no,menubar=no,directories=no,scrollbars=no,resizable=no');
    return false;
}

function viewComments(n)
{
    window.open('comments.php?id=' + n, 'comments' + n, 'directories=0,height=480,location=0,resizable=1,scrollbars=1,toolbar=0,width=515');
}

