////////////////////////////////////////////// // Specifies the image files // for background pictures and text overlay // *** Edit or extend the Pic[x] // and Txt[x] lists below **** // to add more images, just continue // the pattern, adding to the array below //////////////////////////////////////////////////// //holding arrays for pre-load var Pic = new Array(); var Txt = new Array(); var Lnk = new Array(); // background pictures (can be gifs, pngs etc....) Pic[0] = '/slideshowimages/new_image_1.jpg'; Pic[1] = '/slideshowimages/new_image_2.jpg'; Pic[2] = '/slideshowimages/new_image_3.jpg'; Pic[3] = '/slideshowimages/new_image_4.jpg'; Pic[4] = '/slideshowimages/new_image_5.jpg'; Pic[5] = '/slideshowimages/new_image_6.jpg'; // overlay text (NOTE: must be transparent PNGs) // ***or transparent gifs to work properly ie IE*** Txt[0] = '/slideshowimages/new_text_1.png'; //Txt[1] = '/slideshowimages/new_text_2.png'; //Txt[2] = '/slideshowimages/new_text_3.png'; //Txt[3] = '/slideshowimages/new_text_4.png'; //Txt[4] = '/slideshowimages/new_text_5.png'; //Txt[5] = '/slideshowimages/new_text_6.png'; Txt[1] = '/slideshowimages/new_text_2.gif'; Txt[2] = '/slideshowimages/new_text_3.gif'; Txt[3] = '/slideshowimages/new_text_4.gif'; Txt[4] = '/slideshowimages/new_text_5.gif'; Txt[5] = '/slideshowimages/new_text_6.gif'; // Links from clicking on slideshow Lnk[0] = 'http://www.google.co.uk'; Lnk[1] = 'http://www.bbc.co.uk'; Lnk[2] = 'http://www.dilbert.com'; //////////////////////////////////////////////////////////////////// // **** Do not edit anything below here: **** //////////////////////////////////////////////////////////////////// var p=Pic.length; var t=Txt.length; var l=Lnk.length var preLoad=new Array(); var preLoadText=new Array(); // preload all the images into an array for (i=0;i