﻿function ShowImage(targettag, newimage) {

    $get(targettag).src = newimage;
    return false;

}
