function ViewLargerImage (imageName)
{
    window.open ("/Controls/ViewLargerImage.aspx?img=" + imageName,"popWin", "width=1020,height=820,menu=no");
}

function GetCurrentUrl()
{
    return "/Company/Associates/default.aspx";
}
