﻿function ShowPopUp() {    
    var url = window.location.href;    
    window.open('/Mail.aspx?Url=' + url, 'Mail', 'width=650, height=300,top=150, left=300, directories=0,location=0,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0');
    return false;
}
