﻿// JScript File

function swap(PicName, img_src)
   {
   document[PicName].src = "Img/" + img_src;
   }