﻿function swapLinkImage(objHtml, strImageFileName)
{
    objHtml.src = "Images/" + strImageFileName;      
}

function openNewWindow(intCase, strCaseName)
{
    window.open("Case-images.aspx?Case=" + intCase + "&CaseName=" + strCaseName,"Hej","width=507, height=628");
}
