﻿function ShowImage(target, image)
{
    document.getElementById(target).src = 'ShowcaseImage.ashx?thumb=false&width=700&height=300&imageurl=' + image;
}