﻿function fnSelectOrg(src, currentLocation) 
{
    var m_value = window.showModalDialog('/Experts/FindOrganisation.aspx', '', 'dialogWidth:800px;dialogHeight:480px');
    window.location.href = currentLocation + m_value[1];
}
