function TestOrder(){
this.payPal = payPal;
this.alternative = alternative;
}
function payPal(){
var source = "<h2>Norms and statistics</h2>\n";
source += "<p>See the category <a href=\"statistics/\">Statistical reports</a>, under the relevant test name.</p>\n\n";
source += "<h2>Ordering information</h2>\n";
source += "<p>Within several days after receiving your payment (normally within a day) the test will be sent to you as an e-mail attachment. This arrangement (prepaying) is to protect the tests from being exposed to an unselected audience, discussed on public message boards and so on. Access to the tests is restricted to make fraud through answer leakage less likely.</p>\n";
source +="<p>Please read the points below carefully and make certain you understand them before ordering.</p>\n";
source += "<ul><li>By ordering the test you certify that will honour its copyright and security. That is, that you will not share, publish or otherwise distribute the test or any part thereof; that you will not share, publish or otherwise distribute solutions to the test, regardless if those are correct; that you will not discuss the contents or solutions of the test with anyone.</li>\n";
source += "<li>A score report follows by e-mail within several days after submitting answers (normally within a day).</li>\n";
source += "<li>By ordering the test you agree to abide by the <a href=\"tips.html\">Rules of conduct</a>.</li>\n";
source += "<li>If you are a member of <a href=\"http://www.gliasociety.org/\">The Glia Society</a> you can take the test for free.</li>\n";
source += "<li>A refund of the fee is in principle not possible as it concerns a software product delivered by e-mail which can not be truly returned (A copy would be retained on your electronic computer).</li></ul>\n\n";
source += "<h2>Payment of test fee via PayPal</h2>\n";
source += "<p>To pay via PayPal, click the below button; If you wish the test to be sent to a different address than the one you are paying from, <a href=\"contact.html\">send a message</a> stating so and mention both addresses and the name of the test.</p>\n";
source += "<p>Please indicate with your payment whether or not you are a resident of the European Union.</p>\n";
return source;
}
function alternative(){
var source = "<h2>Alternative methods of payment</h2>\n";
source += "<p>If you live in the Netherlands or in another country that allows to convert money to a Netherlandic bank, you can convert the amount in Euros to account # 1039&nbsp;76000 (Paul Cooijmans, Lieshout, Netherlands); Mention the item you are paying for, <i>e.g.</i> the name of the test or the title of the book. When from abroad you may need this:</p>\n";
source += "<p>IBAN: NL11 RABO 0103 9760 00<br>BIC: RABONL2U</p>\n";
source += "<p>If all else fails you may send the amount in bank notes <a href=\"contact.html\">by mail</a> in Euro or U.S. Dollar equivalent. Make sure it can not be seen from the outside there is money in the envelope. <b><i>Checks are not accepted</i></b>, unless for amounts over &euro; 100.</p>\n";
source += "<p class=\"footlink\">[<a href=\".\">Back to I.Q. Tests for the High Range</a>]</p>\n";
return source;
}
