<!--
// preload images:
if (document.images) {
 qu01off = new Image(234,17);  qu01off.src = " qu01off.gif";
 qu01on = new Image(234,17);  qu01on.src = " qu01on.gif";

 qu02off = new Image(234,17);  qu02off.src = " qu02off.gif";
 qu02on = new Image(234,17);  qu02on.src = " qu02on.gif";

 qu03off = new Image(234,17);  qu03off.src = " qu03off.gif";
 qu03on = new Image(234,17);  qu03on.src = " qu03on.gif";

 qu04off = new Image(234,17);  qu04off.src = " qu04off.gif";
 qu04on = new Image(234,17);  qu04on.src = " qu04on.gif";

 qu05off = new Image(234,17);  qu05off.src = " qu05off.gif";
 qu05on = new Image(234,17);  qu05on.src = " qu05on.gif";

 qu06off = new Image(234,17);  qu06off.src = " qu06off.gif";
 qu06on = new Image(234,17);  qu06on.src = " qu06on.gif";
}

var  qu01 = "There is a basic NEWS section but updates are now given on the new Weblog at PLURALISTSPEAKS. \n\nThe COMMENTARY section is the weblog PLURALISTSPEAKS. \n\nThe OUTWARD section invites the reader to evaluate the website as well as get in touch. \n\nThe LOCALITY section is about New Holland and further afield in history and the present. \n\nAUTOBIOGRAPHICAL includes material about me, Adrian, with my interests and background. These pages are more personal although most of the website is autobiographical in one sense or another. \n\nGALLERIES is a series of rooms to click on to see each gallery of pictures. There are many rooms and galleries of art work and photography. Some of these galleries are part of other sections.\n\nSPIRITUAL is a collection of resources of material either written or uniquely collected by me (can then be shared) in religious services.\n\nFICTIONAL is a small section of anything to do with creative writing. \n\nCLOCKS shows the differences between your time, my time and universal time, and includes an article on John Harrison of two miles away and the regulation and accuracy of measuring time.\n\nBONSKEID is an historical appreciation of YMCA Bonskeid House, near Pitlochry. A Murder mystery needs solving among the house plans."
var  qu02 ="This website is based around my - Adrian's - activities. As much as possible the material is original. Sometimes other sources are used or referred to (important in the Learning section) and is sourced."
var  qu03 = "I (Adrian) use small or dedicated programs that produce direct results. This means I write HTML in code mainly using the assisted editor Note Tab Light 4.95."
var  qu04 = "I (Adrian) have written others' websites. Due to time passing, learning and changes some have been altered or ceased to exist."
var qu05 = "The amount I (Adrian) can be paid is based on what is done over time. I offer plenty of links and good graphics. Based on eight pages, it works out at about &pound;250 for normal, &pound;300 for complex and &pound;350 for very complex constructions. It is a question of time, of course, and all those checks, as well as getting webspace, uploading and testing."
var  qu06 = "Use the \"operators\" on the left to email! There is also our form to fill in on the Outward page with full details. It asks you how interested you are in various sections of the site. The e-mail address (there are many!) is: adrian@pluralist.co.uk which uses my own domain name, www.pluralist.co.uk."

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}

function hiLite_n_text(imgDocID,imgObjName, qu_text) {
  if (document.images) {
    document.images[imgDocID].src = eval(imgObjName + ".src")
  }
  document.form01.textarea01.value = eval( qu_text);
}

//-->