function openPhoto(id,cat)
{
 hand=window.open('/b_img.php?cat='+cat+'&id='+id, id, 'top=100,left=100, height=500,width=450,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=yes');
 hand.focus();
}