function goPage(obj){ 
    var html = obj.options[obj.options.selectedIndex].value;

    if(html != '')
    {
        window.location.href = 'gallery.php?id=' + html;
    }
}
