   function PopUpImage(ImageFile,ImageDescription) {
   	  window.open('image.php?Image='+ImageFile+'&Desc='+ImageDescription,'PopUpPicture','width=100, height=100, scrollbars=yes, resizable=yes');
   }
   
   function EmailForm(Lang) {
   	  window.location = 'email.php?Lang='+Lang
   }
