function winopen (img) 
{
  msg=open("","Zoom","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=800,height=600");
  msg.location = img;
} 

