    function closeModal(status)
    {
    //alert(status);    
    if(status=='true')
        window.parent.Telligent_Modal.Close(true);
    else
        window.parent.Telligent_Modal.Close(false);       
    }
    
    function closeRedirect(sURL)
    {
        //window.parent.Telligent_Modal.Close(false);
        window.parent.location.href = sURL;
    }
    
    function closeModelAndRedirect(sURL) {
        //window.parent.Telligent_Modal.Close(false);
        window.parent.location.href = sURL;
    }


 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 