function BigImage(img,w,h)
{
 var obj_window =
 window.open('/big_image.php?Image='+img,"","toolbar=no,directories=no,status = no,resizable=yes,menubar=no,scrollbars=auto,width="+w+"pt, height="+h+"pt");
 obj_window.focus();
}
