function displayPic(picture, wide, high)
{ 
  window.open(picture, "pic", "width=" + wide + ", height=" + high + ", scrollbars=1,  toolbar=0, status=0, menubar=0, location=0, personalbar=0, resizable=1"); 
}