﻿// JScript File

function Leaving(site) {
	//var userChoice = window.confirm('You are about to leave the tpna.com Web site and enter a Web site operated by an independent third-party.  The links to third-party Web sites contained on tpna.com are provided solely for your convenience.  Takeda does not control the opinions, claims or comments contained on any third-party Web site linked to tpna.com, and your activities at those sites will be governed by the policies and practices of those third parties. \n\nClicking “OK” below will open a new browser window, so you will not have to close tpna.com.');
//if (userChoice) {	window.open(site); }
    var newWindow = window.open('../home/externalLink.aspx?site='+ site,'_blank','status=1,scrollbars=1,location=1,menubar=1'); 
    newWindow.focus(); 
}
