function OffsiteLink(URL)	
{
   if (confirm("You are now leaving the Quaker Funds website."))
   {
	   window.open(URL,"_blank");
   }
		
}

function openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
