﻿function DynamicImage(imageObjectName,imagePath)
{   
    x=MM_findObj(imageObjectName);
    x.src=imagePath;    
}

