function big_image(id){
lnk = "image.php?img="+id;
f = window.open(lnk,'_blank','location=0,menubar=0,reziseable=0,scrollbars=0,status=0,toolbar=0,width=10,height=10')
void f
}
