function Link(sLinkPath) {
//	var bConfirmLink = confirm("Should you decide to access a Web site linked to the NPF site, you should\nrecognize that the NPF has no control over the contents of that site.\nAccordingly, the NPF assumes no responsibility or liability for any other\nsites' content, accuracy, or compliance with applicable laws, and no\nwarranties, guaranties, or representations are made by the NPF concerning any\nlinked sites. The NPF continues to review, expand and update its website,\nincluding links and pointers to other websites; no inferences should be drawn\nfrom any absence of any link or pointer.");
//	if (bConfirmLink){
//		//location.replace(sLinkPath);
//		window.open(sLinkPath);
//	}	
	window.open(sLinkPath, "winNPF", 'fullscreen=no,toolbar=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,directories=no,location=yes,width=600,height=450');
}
