// All HTML, JavaScript & text (c) 2006 Compelling Press. All rights reserved.
// http://www.compellingpress.com/

function popup_compatibility()
{
	alert(
	"Compelling Press --- Browser Compatibility Notes.\n"
+	"\n"
+	"Though browsers and hardware platforms are a moving target, we currently\n"
+	"believe that the following combinations work satisfactorily:-\n"
+	"\n"
+	"Win XP - IE6.0, NS7.1, Firefox 1.0.7 or later: OK\n"
+	"Win 98 - IE6.0 or later: OK\n"
+	"Mac    - IE5.0, Safari 419.3 or later: OK\n"
+	"Linux  - Firefox 1.5.0.5, Konqueror 3.5 or later: OK\n"
+	"\n"
+	"Please let us know (via our contact page) if you experience any problems when\n"
+	"using the site: for example, there is a (possibly standards-based) problem that\n"
+	"causes gaps to appear between pictures and borders [we are trying to fix this!]\n"
+	"\n"
+	"Because of the site's heavy use of CSS2, it is almost certainly\n"
+	"incompatible with NS4 (and similar era) browsers."
);
	return 1;
}
function popup_copyright()
{
	alert(
	"Compelling Press --- Website Copyright Policy.\n"
+	"\n"
+	"Unless otherwise stated, all content on this site is (c) 2006 Compelling Press.\n"
+	"All such material may be downloaded for personal use only. Anyone wishing to use\n"
+	"materials on this site for commercial purposes should obtain prior written permission\n"
+	"from us (use the Contact Us page to make your requests)."
);
	return 1;
}

function popup_privacypolicy()
{
	alert(
	"Compelling Press --- Website Privacy Policy.\n"
+	"\n"
+	"We take your security very seriously. The shopping cart software used on our site\n"
+	"was supplied by RomanCart (which powers some 12000 other web companies), and uses\n"
+	"SSL to protect your personal details (look for the padlock on your browser).\n"
+	"\n"
+	"Payment is processed through PayPal, which has one of the highest reputations for\n"
+	"online security. We never receive or hold your credit card details.\n"
+	"\n"
+	"Unlike most publishers, we don't believe that our books are the last word in anything:\n"
+	"but rather that they begin a public conversation that over time will grow and evolve.\n"
+	"We therefore plan to email (though only very occasionally) our customers with significant\n"
+	"updates & errata: these will contain an opt-out link for those who do not wish to receive\n"
+	"any more. We will not sell or knowingly give our list to others."
);
	return 1;
}

function popup_termsofuse()
{
	alert(
	"Compelling Press --- Website Terms of Use.\n"
+	"\n"
+	"All information presented on this website is on an 'as-is' and 'as-available' basis.\n"
+	"Compelling Press makes no representations or warranties of any kind, expressed or implied,\n"
+	"as to the functioning or content of this site. Your use of this site is at your sole risk.\n\n"
+	"These terms of use are governed by English law."
);
	return 1;
}

function antispam(id)
{
	var e = document.getElementById(id);
	e.href = e.href.replace(/SPAMREMOVEME/g, "");
}