function showImage(path)
    {   
        document.images['slide'].src = path;
        

        
	}
