//JA Caption Text for the gallery
var ol_caps = new Array();
ol_caps[0] = "Genesis (The Creation)";
ol_caps[1] = "The Gospels (The Lord's Name)";
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] = "James";
ol_caps[16] = "Flower Baby";
ol_caps[17] = "not in use";


//JA Prices
var JA_imgpricearray = new Array();
JA_imgpricearray[0] = "15.00";
JA_imgpricearray[1] = "15.00";
JA_imgpricearray[2] = "15.00";
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";

var clickToClose = "<br><br>Click to close";
//JA Decsriptive texts for the gallery
var ol_texts = new Array();
ol_texts[0] = "<br>Has generational appeal packed full of fascinating details of God’s Creation. Featuring dinosaurs, land and sea creatures, the histories of the Garden of Eden, the Tower of Babel, Noah and the flood plus an ark of biblical proportions.<br>Printed on 185gm<sup>2</sup> paper<br>" + JAimgdimarray[0] + "<br><b>£" + JA_imgpricearray[0] + "</b>" + clickToClose;
ol_texts[1] = "(Lord Jesus Christ)<br>A colourful and detailed account of Jesus’ birth, life, ministry and resurrection. Packed with miracles, parables and the word of God. Designed to inspire faith and the desire to reach out to others.<br>Printed on 350gm<sup>2</sup> paper<br>" + JAimgdimarray[1] + "<br><b>£" + JA_imgpricearray[1] + "</b>" + clickToClose;
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>" + JAimgdimarray[2] + "<br><b>£" + JA_imgpricearray[2] + "</b>" + clickToClose;
ol_texts[3] = "<br>As an artist I have always enjoyed the theatre, especially the colour and vibrancy it visually inspires. So I decided to complete the ‘name’ of another talented man who has produced so many well-loved West End theatre shows. Shows which have impacted audiences all over the world. His life and some of his well-known productions are depicted here starting with his childhood and how he was musically inspired.<br>" + JAimgdimarray[3] + "<br><b>£" + JA_imgpricearray[3] + "</b>" + clickToClose;
ol_texts[4] = "<br>Elvis is an example of a well-known ‘name’. I enjoyed completing this picture and researching further into the man who became famous through his God given talent that blessed many people. Elvis was even reported saying to a fan<br>&nbsp;&nbsp;&nbsp;‘Christ is the King – I am just a singer’.<br>" + JAimgdimarray[4] + "<br><b>£" + JA_imgpricearray[4] + "</b>" + clickToClose;
ol_texts[5] = "<br>The painting shows an historical account of the inception of Lloyds right up to the present day. Starting from a coffee shop brokering small insurance contracts to helping the major corporations of today. Some of the detail includes the Battle of Trafalgar, Lord Nelson, The Victory, Titanic, the first air flight, the Lutine Bell, Her Majesty the Queen, Lloyd’s buildings past and present, Concorde, the Shuttle and man on the moon.<br>" + JAimgdimarray[5] + "<br><b>£" + JA_imgpricearray[5] + "</b>" + clickToClose;
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();
}