// FHI Image Gallery developed by Leroux Michelson

// If the first page is a heading then this param should 
// change to the first image otherwise this should be :0 (zero)

currentPage = 1;
// This is to set the default Ipixview type 
// Options are "java" or "activeX"

ipixViewer = "java";

// This is for dynamically fixing the Ipix codeBase variable, 
// where the .ipx files need to be in the codeBase folder
ipxBase = "../ipix"
ipixFolder = "../ipix/images/"

//Default description
// This can be html formatted : <b> <i> <br> <font> <a> are supported
defDescription = "<div align='center'>Best viewed at 800x600 or higher and Internet Explorer 5.5/Netscape 6.2 or later.<br>We recommend (Use Active-X) which is faster and more interactive.<br>To Navigate - click on the image and drag in the direction you want to move.<br>To Zoom - use the + or - keys on toolbar or keyboard. With Active-X move the<br> mouse to the centre of the image, click and drag up or down to zoom.<br>Click on (Full Size) for an enlarged image.<br>For more information and troubleshooting click on (Help).<br>If thumbnail images do not appear at right you should upgrade your browser.</div>"

//Company Logo
//Width must not exceed 100px
companyLogo = "../images/logo.gif"

//Total thumbnails and headings
//This must include headings
numPages = 7;

//Ipix filename and folder (relative to layout html files[mainframe.htm,thumbsframe.htm])

var ipix = new Array(numPages);
var ipix_high = new Array(numPages);
ipix[0] = ""
ipix[1] = "Domwedeck_intm.ipx"
ipix_high[1] = ""
ipix[2] = "Mumboaccommodation_intm.ipx"
ipix_high[2] = ""
ipix[3] = "Boababview_intm.ipx"
ipix_high[3] = ""
ipix[4] = "Bathroom_intm.ipx"
ipix_high[4] = ""
ipix[5] = "Basecamp_intm.ipx"
ipix_high[5] = ""
ipix[6] = "Mumboactivities_intm.ipx"
ipix_high[6] = ""





//Thumbnail filename and folder (relative to layout html files[mainframe.htm,thumbsframe.htm])

var thumb = new Array(numPages);
thumb[0] = ""
thumb[1] = "Domwedeck_inv.jpg"
thumb[2] = "Mumboaccommodation_inv.jpg"
thumb[3] = "Boababview_inv.jpg"
thumb[4] = "Bathroom_inv.jpg"
thumb[5] = "Basecamp_inv.jpg"
thumb[6] = "Mumboactivities_inv.jpg"




//Headings and Thumbnails
// If you would like to display a heading for each section instead of a thumbnail
// change useHeading[x] to 1

var useHeading = new Array(numPages);
var ipixName = new Array(numPages);
ipixName[0] = "Kayak Africa"
useHeading[0] = 1
ipixName[1] = "Domwe Deck"
useHeading[1] = 0
ipixName[2] = "Mumbo Accommodation"
useHeading[2] = 0
ipixName[3] = "Baobab View"
useHeading[3] = 0
ipixName[4] = "Bathroom"
useHeading[4] = 0
ipixName[5] = "Basecamp "
useHeading[5] = 0
ipixName[6] = "Mumbo Activities"
useHeading[6] = 0



//Description for each image. 
// These can be html formatted : <b> <i> <br> <font> <a> are supported

var description = new Array(numPages);
description[0] = ""
description[1] = ""
description[2] = ""
description[3] = ""
description[4] = ""
description[5] = ""
description[6] = ""
description[7] = ""
description[8] = ""