﻿function Image(obj, imagename)
{
    obj.src = 'App_Themes/default/images/buttons/' + imagename;
}     
