//JA Caption Text for the gallery
var ol_caps = new Array();
ol_caps[0] = "Genesis";
ol_caps[1] = "The Gospels";
ol_caps[2] = "ABC";
ol_caps[3] = "Andrew Lloyd Webber";
ol_caps[4] = "Elvis";
ol_caps[5] = "Lloyds of London";
ol_caps[6] = "Phyllis";
ol_caps[7] = "Anne";
ol_caps[8] = "Ashok";
ol_caps[9] = "Helen and Graham";
ol_caps[10] = "Leo";
ol_caps[11] = "Shona";
ol_caps[12] = "Tiffany and Timothy";
ol_caps[13] = "Tony";
ol_caps[14] = "The Book Reader";
ol_caps[15] = "not in use";
ol_caps[16] = "not in use";
ol_caps[17] = "not in use";


//JA Prices
var JA_imgpricearray = new Array();
JA_imgpricearray[0] = "17.50";
JA_imgpricearray[1] = "22.50";
JA_imgpricearray[2] = "15.50";
JA_imgpricearray[3] = " tba";
JA_imgpricearray[4] = " tba";
JA_imgpricearray[5] = " tba";
JA_imgpricearray[6] = "__";
JA_imgpricearray[7] = "__";
JA_imgpricearray[8] = "__";
JA_imgpricearray[9] = "__";
JA_imgpricearray[10] = "__";
JA_imgpricearray[11] = "__";
JA_imgpricearray[12] = "__";
JA_imgpricearray[13] = "__";
JA_imgpricearray[14] = "__";
JA_imgpricearray[15] = "__";
JA_imgpricearray[16] = "__";
JA_imgpricearray[17] = "__";


//JA Dimensions for the gallery
var JAimgdimarray = new Array();
JAimgdimarray[0] = "113x56 cm ~44x22 in";
JAimgdimarray[1] = "100x70 cm ~39x27 in";
JAimgdimarray[2] = "59x51 cm ~23x20 in";
JAimgdimarray[3] = "51x43 cm ~20x17 in";
JAimgdimarray[4] = "73x30 cm ~29x12 in";
JAimgdimarray[5] = "68x48 cm ~27x19 in";
JAimgdimarray[6] = "_x_ cm";
JAimgdimarray[7] = "_x_ cm";
JAimgdimarray[8] = "_x_ cm";
JAimgdimarray[9] = "_x_ cm";
JAimgdimarray[10] = "_x_ cm";
JAimgdimarray[11] = "_x_ cm";
JAimgdimarray[12] = "_x_ cm";
JAimgdimarray[13] = "_x_ cm";
JAimgdimarray[14] = "_x_ cm";
JAimgdimarray[15] = "_x_ cm";
JAimgdimarray[16] = "_x_ cm";
JAimgdimarray[17] = "_x_ cm";


//JA Decsriptive texts for the gallery
var ol_texts = new Array();
ol_texts[0] = "<br>A Christian-inspired drawing from the Book of Genesis, which is now available as a print ( x ) and appeals to all age groups. The inspiration came from a discussion I was having with my husband, Tim, on the Creation and we felt it was a wonderful talking point in the Christian faith that needed to be illustrated. I completed the picture in 1991 after studying many books from the Creation Ministries based on God's Word. 'GENESIS' has been one of the most popular out of the two prints currently available. It also depicts the story of the Garden of Eden, Noah and the Flood, Tower of Babel and the land dividing into countries.<br>Printed on 185gm<sup>2</sup> paper<br><br>Click to close";
ol_texts[1] = "(Lord Jesus Christ)<br>A detailed account of some of Jesus' life, the parables he told and particularly, the Miracles that were encountered.<br>Printed on 350gm<sup>2</sup> paper<br><br>Click to close";
ol_texts[2] = "<br>A print mainly for children or animal lovers! The Noah's Ark theme is in the centre and an animal for each letter of the alphabet. Inspired to be colourful and fun to learn.<br>Printed on 250gm<sup>2</sup> paper<br><br>Click to close";
ol_texts[3] = "<br>Andrew Lloyd Webber's Name was inspired by all the wonderful shows he has written with a little on how he began, but mainly on his best-loved shows. Having enjoyed many of them myself, I was keen, as an artist, to draw a picture depicting all the vibrancy, movement and colour of his work in one Name.<br><br>I hope he gets to see it one day!<br><br>Click to close";
ol_texts[4] = "<br>The very fist major piece and of a famous person. Elvis Presley - such a favourite of my husband and of many people, I felt that anyone would be able to recognise and relate to this picture of a talented man's short, but fulfilled life.<br><br>Click to close";
ol_texts[5] = "<br>Having worked as a part-time secretary for a Lloyd's underwriter, I was always fascinated by the history of Lloyd's and the current building. I thought it would make an interesting picture and again have had interest from the general public to see it in print.<br><br>Click to close";
ol_texts[6] = "Click to close";
ol_texts[7] = "Click to close";
ol_texts[8] = "Click to close";
ol_texts[9] = "Click to close";
ol_texts[10] = "Click to close";
ol_texts[11] = "Click to close";
ol_texts[12] = "Click to close";
ol_texts[13] = "Click to close";
ol_texts[14] = "Click to close";
ol_texts[15] = "Click to close";
ol_texts[16] = "Click to close";
ol_texts[17] = "Click to close";


//JA Sets the text of the title box using the array values rather than a direct string
function JA_setTextOfLayer(objName,x, imgnum) { //v4.01
var JAimgText = "<strong>" + ol_caps[imgnum-1] + "</strong> - " + JAimgdimarray[imgnum-1] + " - <strong>%A3" + JA_imgpricearray[imgnum-1] + "</strong>"; 
  if ((obj=MM_findObj(objName))!=null) with (obj)
    if (document.layers) {document.write(unescape(JAimgText)); document.close();}
    else innerHTML = unescape(JAimgText);
}


//JA make easy popup urls
function fullsize(bob) {
bobURL = "image.htm?image=" + bob;
imageviewer = window.open(bobURL,'imageviewer','scrollbars=yes,resizable=yes,width=400,height=300');
imageviewer.focus();
}