﻿// Fichier JScript

function AfficheImage(image,width,height)
    {
      document.photo.height=height ;
      document.photo.width=width ;
      document.photo.src=image;          
         
	 }
