﻿function OpenLink(url) {
    var w = window.open(url, 'external', 'width=800,height=700,top= 0, left=10, toolbar=no, location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=yes, resizable=yes');
    w.focus();
}