/* Any functions that are required on more than a couple of pages
	should be added here so as to make it easier and more effiecient
	to include them on all pages.
*/

function showPrivacyPolicy(ppUrl, showOptout) {

	if (showOptout) ppUrl += "&showOptout=true";
	PrivacyPolicyWindowPopup = window.open(ppUrl,"ppPopUp","toolbar=no,width=600,height=400,status=no,scrollbars=yes,resize=no,menubar=no");
	PrivacyPolicyWindowPopup.focus();

}
