function ShowBigPic(ThisPic) {
  if (document.images) {
      document.getElementById('nowshowing').src = ThisPic;
  }
} 	
