function openGallupComment(gallupId){
    window.open('/tmp/data/comment.php?gallupid='+gallupId,'commentWin','scrollbars=no,width=400,height=300,location=no,resizable=no');   
}
