﻿// JScript File

function Leaving(site) {
    var newWindow = window.open('../home/externalLink.aspx?site='+ site,'_blank','status=1,scrollbars=1,location=1,menubar=1'); 
    newWindow.focus(); 
}
