function show(type,id) {
   window.open('/view_full.php?type='+type+'&id='+id, '', 'width=0,height=0,scrollbars=yes');
}

function viewer(p,id) {
   window.open('/photo_viewer.php?' + p + '=' + id, 'viewer', 'width=800,height=800,scrollbars=yes');
}

function go(u) {
   document.location.href = u;
}
