﻿

function imageSwap(imgName, imgSrc){
   document[imgName].src = 'App_Themes/Outline/Images/' + imgSrc;
}