var YScroll = 'yes'
var NScroll = 'no'

///////////////// Displaying Random Page Start //////////////////////
var howMany = 70;  // max number of items listed below
var page = new Array(howMany+1);
var randscript = -1;
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1));
}
sNumber = randscript;
sCountry = page[sNumber];

////////////////////// Displaying Random Page End //////////////////////


function openwin1(sURL,sWidth,sHeight,scroll) {
window.open(sURL,'','width='+sWidth+',height='+sHeight+',left=0,top=100,scrollbars='+scroll+'')
}


/*****************************************************************************
Default browsercheck - Leave this one
******************************************************************************/
function lib_bwcheck(){ //Browsercheck (needed)
this.ver=navigator.appVersion; this.agent=navigator.userAgent
this.dom=document.getElementById?1:0
this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0;
this.ie4=(document.all && !this.dom)?1:0;
this.ie=this.ie4||this.ie5||this.ie6
this.mac=this.agent.indexOf("Mac")>-1
this.opera5=this.agent.indexOf("Opera 5")>-1
this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
this.ns4=(document.layers && !this.dom)?1:0;
this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom)
return this
}
var bw=new lib_bwcheck() //Making browsercheck object

var mDebugging=2 //General debugging variable. Set to 0 for no debugging, 1 for alerts or 2 for status debugging.

oCMenu=new makeCoolMenu("oCMenu") //Making the menu object. Argument: menuname
oCMenu.useframes=0 //Do you want to use the menus as coolframemenu or not? (in frames or not) - Value: 0 || 1
oCMenu.frame="" //The name of your main frame (where the menus should appear). Leave empty if you're not using frames - Value: "main_frame_name"

oCMenu.useclick=0 //If you want the menu to be activated and deactivated onclick only set this to 1. - Value: 0 || 1
//do dont remove the following lines of code.
oCMenu.offlineUrl="file:///C|/Inetpub/wwwroot/dhtmlcentral/" //Value: "path_to_menu_file_offline/"
//The onlineUrl variable is the online path to your script. Place in the full path to where your js file is. Remember to end with a slash.
oCMenu.onlineUrl="http://www.dhtmlcentral.com/coolmenus/examples/withoutframes/" //Value: "path_to_menu_file_online/"

/*If you set this to 1 you will get a "hand" cursor when moving over the links in NS4. 
NOTE: This does not apply to the submenus if the menu is used in frames due some mayor problems with NS4*/
oCMenu.useNS4links=1  

//After adding the "hover effect" for netscape as well, all styles are lost. But if you want padding add it here.
oCMenu.NS4padding=2 

//If you have select boxes close to your menu the menu will check for that and hide them if they are in the way of the menu.
//This feature does unfortunatly not work in NS4!
oCMenu.checkselect=1
//oCMenu.hideForm="document.formLayer" //Values: "" || "document.LAYER_NAME"
oCMenu.pagecheck=1 //Do you want the menu to check whether any of the subitems are out of the bouderies of the page and move them in again (this is not perfect but it hould work) - Value: 0 || 1
oCMenu.checkscroll=0 //Do you want the menu to check whether the page have scrolled or not? For frames you should always set this to 1. You can set this to 2 if you want this feature only on explorer since netscape doesn't support the window.onscroll this will make netscape slower (only if not using frames) - Value: 0 || 1 || 2
oCMenu.resizecheck=1 //Do you want the page to reload if it's resized (This should be on or the menu will crash in Netscape4) - Value: 0 || 1
oCMenu.wait=1500 //How long to wait before hiding the menu on mouseout. Netscape 6 is a lot slower then Explorer, so to be sure that it works good enough there you should not have this lower then 500 - Value: milliseconds

//Background bar properties
oCMenu.usebar=1 //If you want to use a background-bar for the top items set this on - Value: 1 || 0
oCMenu.barcolor="003082" //The color of the background bar - Value: "color"
oCMenu.barwidth="130" //The width of the background bar. Set this to "menu" if you want it to be the same width as the menu. (this will change to match the border if you have one) - Value: px || "%" || "menu"
oCMenu.barheight=540 //The height of the background bar. Set this to "menu" if you want it to be the same height as the menu. (this will change to match the border if you have one) - Value: px || "%" || "menu"
oCMenu.barx=0 //The left position of the bar. Set this to "menu" if you want it be the same as the left position of the menu. (this will change to match the border if you have one)  - Value: px || "%" || "menu"
oCMenu.bary="menu" //The top position of the bar Set this to "menu" if you want it be the same as the top position of the menu. (this will change to match the border if you have one)  - Value: px || "%" || "menu"
oCMenu.barinheritborder=0 //Set this to 1 if you want the bar to have the same border as the top menus - Value: 0 || 1

//Placement properties
oCMenu.rows=0 //This controls whether the top items is supposed to be laid out in rows or columns. Set to 0 for columns and 1 for row - Value 0 || 1
oCMenu.fromleft=0 //This is the left position of the menu. (Only in use if menuplacement below is 0 or aligned) (will change to adapt any borders) - Value: px || "%"
oCMenu.fromtop=myHeight //This is the left position of the menu. (Only in use if menuplacement below is 0 or aligned) (will change to adapt any borders) - Value: px || "%"
oCMenu.pxbetween=9 //How much space you want between each of the top items. - Value: px || "%"
oCMenu.menuplacement="left"

/*You have several different ways to place the top items. 
You can have them right beside eachother (only adding the pxbetween variable)
oCMenu.menuplacement=0
*/

//TOP LEVEL PROPERTIES - ALL OF THESE MUST BE SPESIFIED FOR LEVEL[0]
oCMenu.level[0]=new Array() //Add this for each new level
oCMenu.level[0].width=128 //The default width for each level[0] (top) items. You can override this on each item by spesifying the width when making the item. - Value: px || "%"
oCMenu.level[0].height=35 //The default height for each level[0] (top) items. You can override this on each item by spesifying the height when making the item. - Value: px || "%"
oCMenu.level[0].bgcoloroff="#003082" //The default background color for each level[0] (top) items. You can override this on each item by spesifying the backgroundcolor when making the item. - Value: "color"
oCMenu.level[0].bgcoloron="#003082" //The default "on" background color for each level[0] (top) items. You can override this on each item by spesifying the "on" background color when making the item. - Value: "color"
//oCMenu.level[0].bgcoloron="#203070" //The default "on" background color for each level[0] (top) items. You can override this on each item by spesifying the "on" background color when making the item. - Value: "color"
oCMenu.level[0].textcolor="#E3C328" //The default text color for each level[0] (top) items. You can override this on each item by spesifying the text color when making the item. - Value: "color"
//oCMenu.level[0].hovercolor="#E3C328" //The default "on" text color for each level[0] (top) items. You can override this on each item by spesifying the "on" text color when making the item. - Value: "color"
oCMenu.level[0].hovercolor="#003082" //The default "on" text color for each level[0] (top) items. You can override this on each item by spesifying the "on" text color when making the item. - Value: "color"
oCMenu.level[0].style="padding:5px; font-family:verdana; font-size:10px; font-weight:bold; text-align:left" //The style for all level[0] (top) items. - Value: "style_settings"
oCMenu.level[0].border=1 //The border size for all level[0] (top) items. - Value: px
//oCMenu.level[0].bordercolor="red" //The border color for all level[0] (top) items. - Value: "color"
oCMenu.level[0].offsetX=0 //The X offset of the submenus of this item. This does not affect the first submenus, but you need it here so it can be the default value for all levels. - Value: px
oCMenu.level[0].offsetY=0 //The Y offset of the submenus of this item. This does not affect the first submenus, but you need it here so it can be the default value for all levels. - Value: px
oCMenu.level[0].NS4font="tahoma,arial,helvetica"
oCMenu.level[0].NS4fontSize="2"

/*New: Added animation features that can be controlled on each level.*/
oCMenu.level[0].clip=1 //Set this to 1 if you want the submenus of this level to "slide" open in a animated clip effect. - Value: 0 || 1
oCMenu.level[0].clippx=15 //If you have clip spesified you can set how many pixels it will clip each timer in here to control the speed of the animation. - Value: px 
oCMenu.level[0].cliptim=30 //This is the speed of the timer for the clip effect. Play with this and the clippx to get the desired speed for the clip effect (be carefull though and try and keep this value as high or possible or you can get problems with NS4). - Value: milliseconds
//Filters - This can be used to get some very nice effect like fade, slide, stars and so on. EXPLORER5.5+ ONLY - If you set this to a value it will override the clip on the supported browsers
oCMenu.level[0].filter=0 //VALUE: 0 || "filter specs"

/*And last but not least the align variable.
If you have set pagecheck to 1 above this is what the pagecheck will change when reaching the bounderies of the page.
If it reaches the right boundery and it's aligned left it will change the align to right and so on.
*/
oCMenu.level[0].align="left" //Value: "top" || "bottom" || "left" || "right" 

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new Array() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=340
oCMenu.level[1].height=25
oCMenu.level[1].bgcoloroff="#003082"
oCMenu.level[1].bgcoloron="#CFD7E7"
oCMenu.level[1].style="padding:5px; font-family:verdana; font-weight:bold; text-align:left ;font-size:10px"
oCMenu.level[1].align="bottom" 
//oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+30
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=70
oCMenu.level[1].border=1 
oCMenu.level[1].bordercolor="#006699"
oCMenu.level[1].textcolor="#FFFFD9"
//oCMenu.level[1].hovercolor="#003082"
oCMenu.level[1].hovercolor="#003082"

/*Variables for each menu item: (** means that they have to be spesified!)
name: The name of the item. This must be unique for each item. Do not use spaces or strange charachters in this one! **
parent: The name of the menuitem you want this to "connect" to. This will be a submenu of the item that have the name you place in here. ** for all other then the topitems
text: The text you want in the item. ** (except if you use images) 
link: The page you want this item to link to.
target: The target window or frame you want the link to go to (Default is same window if you're not using frames, and the mainframe if you're using frames)
width: The width of the element. If not spesified it will get the default width spesified above.
height: The height of the element. If not spesified it will get the default height spesified above.
img1: The "off" image for element if you want to use images.
img2: The image that appears onmouseover if using images.
bgcoloroff: The background color for this item. If not spesified it will get the default background color spesified above.
bgcoloron: The "on" background color for this item. If not spesified it will get the default "on" background color spesified above.
textcolor: The text color for this item. If not spesified it will get the default text color spesified above.
hovercolor: The "on" text color for this item. If not spesified it will get the default "on" text color spesified above. Netscape4 ignores this
onclick: If you want something to happen when the element is clicked (different from going to a link) spesifiy it here.
onmouseover: This will happen when you mouseover the element. Could be status text, another imageswap or whatever.
onmouseout: This will happen when you mouseout the element.

Remember you can have as many levels/sublevels as you want. Just make sure you spesify the correct "parent" for each item.
To set styles for each level see above.
*/

/* Menu Kenya Safaris*/
oCMenu.makeMenu('top0','','<font color=#ffffff>Kenya Safaris</font>')
oCMenu.makeMenu('sub019','top0','Scheduled Safari Departures For 2010','../safaris/newsafaris.htm')
oCMenu.makeMenu('sub020','top0','Nairobi City Tour Excursions','../safaris/Nairobi.htm')
oCMenu.makeMenu('sub021','top0','3 Days Amboseli','../safaris/Amboseli.htm#1')
oCMenu.makeMenu('sub0','top0','3 Days Masai Mara','../safaris/Mara.htm#1')
oCMenu.makeMenu('sub01','top0','3 Days Tsavo East & West','../safaris/Tsavo.htm')
oCMenu.makeMenu('sub02','top0','3 Days Meru National Park','../safaris/3_days_meru_national_park.htm')
oCMenu.makeMenu('sub03','top0','4 Days Amboseli/Tsavo','../safaris/Amboseli.htm#2')
oCMenu.makeMenu('sub04','top0','4 Days Samburu/Nakuru','../safaris/Samburu.htm#1')
oCMenu.makeMenu('sub05','top0','4 Days Samburu/Lake Naivasha/Hells Gate','../safaris/4_days_samburu_lake_naivasha_hells_gate.htm')
oCMenu.makeMenu('sub06','top0','4 Days Masai Mara/Nakuru','../safaris/Mara.htm#2')
oCMenu.makeMenu('sub07','top0','5 Days L Nakuru/Masai Mara/Hells Gate','../safaris/lake_nakuru_masai_mara_hells_gate.htm')
oCMenu.makeMenu('sub08','top0','6 Days Masai Mara/L.Nakuru/Amboseli','../safaris/Mara.htm#5')
oCMenu.makeMenu('sub09','top0','6 Days Aberdares/Nakuru/Naivasha/Mara','../safaris/Mara.htm#6')
oCMenu.makeMenu('sub010','top0','6 Days Walking Safari: Masai Mara ','../safaris/walkingsafari.htm')
oCMenu.makeMenu('sub011','top0','7 Days Masai Mara/Lake Nakuru/Amboseli ','../safaris/mara-nakuru-amboseli.htm')
oCMenu.makeMenu('sub012','top0','7 Days Mara/L Nakuru/Hells Gate/Longonot/Aberdares','../safaris/mara_nakuru_hells_gate_longonot_aberdares.htm')
oCMenu.makeMenu('sub013','top0','8 Days Samburu/Naivasha/Masai Mara ','../safaris/samburu-naivasha-mara.htm')
oCMenu.makeMenu('sub014','top0','9 Days Mara/Lake Nakuru/Samburu/Aberdares/Amboseli','../safaris/9_days_mara_lake_nakuru_aberdares_amboseli.htm')
oCMenu.makeMenu('sub015','top0','10 Days Mara/Nakuru/Amboseli/Mombasa','../safaris/newsafaris.htm#2')
oCMenu.makeMenu('sub016','top0','10 Days Amboseli/Mt.Kenya/Samburu/L.Nakuru/Mara','../safaris/10_days_amboseli_mt_kenya_samburu_lake_nakuru_masai_mara.htm')
oCMenu.makeMenu('sub017','top0','12 Days Nairobi/Nakuru/Mt.Kenya/Amboseli','../safaris/Mara.htm#4')
oCMenu.makeMenu('sub018','top0','13 Days Special Samburu/Aberdares...','../safaris/saferide-special.htm')

/*End of Kenya Safaris Menu


Start of On the Tanzania Safaris Menu*/
oCMenu.makeMenu('top1','','<font color=#ffffff>Tanzania Safaris</font>')
oCMenu.makeMenu('sub100','top1','About Tanzania National Parks','../tanzania_parks.htm')
oCMenu.makeMenu('sub101','top1','3 Days Manyara/Ngorongoro','../safaris/3_days_manyara_ngorongoro.htm')
oCMenu.makeMenu('sub102','top1','4 Days Manyara/Ngorongoro/Tarangire','../safaris/4_days_manyara_ngorongoro_tarangire.htm')
oCMenu.makeMenu('sub103','top1','5 Days Manyara/Ngorongoro/Tarangire','../safaris/5_days_manyara_ngorongoro_tarangire.htm')
oCMenu.makeMenu('sub104','top1','5 Days Manyara/Serengeti/Ngorongoro','../safaris/5_days_manyara_serengeti_ngorongoro.htm')
oCMenu.makeMenu('sub105','top1','5 Days Tarangire/Manyara/Serengeti/Ngorongoro','../safaris/5_days_tarangire_manyara_serengeti_ngorongoro.htm')
oCMenu.makeMenu('sub106','top1','6 Days Manyara/Serengeti/Ngorongoro','../safaris/6_days_manyara_serengeti_ngorongoro.htm')
oCMenu.makeMenu('sub107','top1','7 Days Manyara/Serengeti/Ngorongoro/Kudu','../safaris/7_days_manyara_serengeti_ngorongoro_kudu.htm')
oCMenu.makeMenu('sub108','top1','7 Days Manyara/Serengeti/Ngorongoro/Tarangire','../safaris/7_days_manyara_serengeti_ngorongoro_tarangire.htm')
oCMenu.makeMenu('sub109','top1','7 Days Tarangire/Manyara/Ngorongoro/Serengeti','../safaris/7_days_tarangire_manyara_ngorongoro_serengeti.htm')
oCMenu.makeMenu('sub110','top1','Tanzania Walking Safari','../safaris/walkingsafariTZ.htm')
oCMenu.makeMenu('sub111','top1','Zanzibar Island "The Spice Island"','../Zanzibar.htm')
/*End of On the Tanzania Safaris Menu


Start of Kenya Tanzania*/
oCMenu.makeMenu('top2','','<font color=#ffffff>Kenya & Tanzania Combo Safaris</font>')
oCMenu.makeMenu('sub20','top2','10 Days Kenya/Tanzania','../safaris/KenyaTZ.htm#7')
oCMenu.makeMenu('sub21','top2','10 Days Amboseli/Manyara/Ngorongoro..','../safaris/KenyaTZ.htm#10')
oCMenu.makeMenu('sub22','top2','13 Days Manyara/Ngorongoro/Serengeti..','../safaris/KenyaTZ.htm#11')	
/*End of Kenya Tanzania Menu


Start of Mount Kenya  Climbing Menu*/
oCMenu.makeMenu('top3','','<font color=#ffffff>Mount Kenya Climb</font>')
oCMenu.makeMenu('sub130','top3','4 Days Sirimon Out Sirimon Route','../mount_kenya.htm#21')
oCMenu.makeMenu('sub131','top3','5 Days Sirimon Out Naro Moru Route','../mount_kenya.htm#22')
oCMenu.makeMenu('sub132','top3','5 Days Naro Moru Out Chogoria Route','../mount_kenya.htm#22B')
oCMenu.makeMenu('sub133','top3','6 Days Naro Moru Out Chogoria Route','../mount_kenya.htm#032A')
oCMenu.makeMenu('sub134','top3','5 Days Sirimon Out Chogoria Route','../mount_kenya.htm#033A')
oCMenu.makeMenu('sub135','top3','6 Days Sirimon Out Chogoria Route','../mount_kenya.htm#23')
oCMenu.makeMenu('sub136','top3','6 Days Chogoria Out Timau Route','../mount_kenya.htm#36')
oCMenu.makeMenu('sub137','top3','7 Days Sirimon Out Naro Moru Route','../mount_kenya.htm#24')
oCMenu.makeMenu('sub138','top3','7 Days Chogoria Out Naro Moru Route','../mount_kenya.htm#25')
oCMenu.makeMenu('sub139','top3','Mt. Kenya Technical Climbing Routes','../mount_kenya_technical.htm')
oCMenu.makeMenu('sub140','top3','Mt. Kenya Trek / Technical Climbing Info','../Mount.htm')
/*End of Mt kenya Climbing Menu


Start of Mount Kilimajaro climbing menu*/
oCMenu.makeMenu('top4','','<font color=#ffffff>Mount Kilimanjaro Climb</font>')
oCMenu.makeMenu('sub40','top4','8 Days Mt.Kilimanjaro Climb Londorosi Route','../kilimanjaro.htm#k4')
oCMenu.makeMenu('sub41','top4','7 Days Mt.Kilimanjaro Climb Marangu Route','../kilimanjaro.htm#k1')
oCMenu.makeMenu('sub42','top4','7 Days Mt.Kilimanjaro Climb Rongai Route','../kilimanjaro.htm#k5')
oCMenu.makeMenu('sub43','top4','8 Days Mt.Kilimanjaro Climb Machame Route' ,'../kilimanjaro.htm#k2')
oCMenu.makeMenu('sub44','top4','8 Days Mt.Kilimanjaro Climb Shira Route','../kilimanjaro.htm#k3')
oCMenu.makeMenu('sub45','top4','4 Days Mt.Meru Climb','../safaris/mtmeruclimb.htm')
/*End of Mt Kilimajaro climbing Menu


Start of Shuttle menu*/
oCMenu.makeMenu('top5','','<font color=#ffffff>Shuttle Bus Transfer Booking</font>')
oCMenu.makeMenu('sub50','top5','Nairobi - Arusha - Moshi','../Shuttle.htm')
oCMenu.makeMenu('sub51','top5','Moshi - Arusha - Nairobi','../Shuttle.htm')
/*End of shuttle Menu


Start of On the Hotel Info Menu*/
oCMenu.makeMenu('top6','','<font color=#ffffff>Kenya Hotels Booking</font>')
oCMenu.makeMenu('sub60','top6','Nairobi Hotels','../hotels/nairobi.htm')
oCMenu.makeMenu('sub61','top6','Central Kenya Hotels & Lodges','../hotels/centralkenya.htm')
oCMenu.makeMenu('sub62','top6','Mombasa Coast Hotels & Resorts','../hotels/mombasa-kenyacoast.htm')
oCMenu.makeMenu('sub63','top6','Masai mara Hotels & Lodges','../hotels/masaimara.htm')
/*End of On the Hotel Info Menu


Start of Masai Mara Camping Accomodation menu*/
oCMenu.makeMenu('top7','','<font color=#ffffff>Masai Mara Camping Accomodation</font>','../manyattacamp.htm')
/*End of  Masaai Mara Camping Accomodation menu


Start of Car Hire menu*/
oCMenu.makeMenu('top8','','<font color=#ffffff>Kenya Car Hire</font>')
oCMenu.makeMenu('sub80','top8','Sedan/Saloon Rental','../toyotaae100.htm')
oCMenu.makeMenu('sub81','top8','4wd/4x4 Rental' ,'../suzukivitara.htm')
oCMenu.makeMenu('sub82','top8','7 Seater 4wd Rental','../landrover.htm')
oCMenu.makeMenu('sub84','top8','MiniBus Rental','../civilian25seater.htm')
oCMenu.makeMenu('sub83','top8','9 Seater Mini van','../9seater.htm')
/*End of Car Hire Menu


Start of Flying Packages menu*/
oCMenu.makeMenu('top9','','<font color=#ffffff>Flying Safari Packages</font>')
oCMenu.makeMenu('sub90','top9','Ilkeliani Flying Package','../safaris/ilkeliani.htm')
oCMenu.makeMenu('sub91','top9','Mara Serena Flying Package','../safaris/mara_flying.htm')
oCMenu.makeMenu('sub92','top9','Mpata Club Flying Package','../safaris/mpata-flying.htm')
oCMenu.makeMenu('sub93','top9','Sarova Mara Flying Package','../safaris/sarova-flying.htm')
oCMenu.makeMenu('sub94','top9','Samburu Serena Flying Package','../safaris/samburu_serena_flying.htm')
oCMenu.makeMenu('sub95','top9','Amboseli Serena Flying Package','../safaris/amboseli_flying.htm')
oCMenu.makeMenu('sub96','top9','Mombasa Serena Beach Hotel Flying Package','../safaris/mombasa-flying.htm')
/*End of flying packages Menu


Start of Kenya Residents menu*/
oCMenu.makeMenu('top10','','<font color=#ffffff>Kenya Residents Safaris</font>','../safaris/kenya-residents.htm')
/*End of Kenya Residents Menu


Start of Balloon Safaris menu*/
oCMenu.makeMenu('top11','','<font color=#ffffff>Masai Mara Balloon Safaris</font>','../balloon.htm')
/*End of  Balloon Safaris Menu


Start of National Parks menu*/
oCMenu.makeMenu('top12','','<font color=#ffffff>National Parks & Reserves Info</font>')
oCMenu.makeMenu('sub120','top12','Bufallo springs Reserve','../safaris/Samburu.htm')
oCMenu.makeMenu('sub121','top12','Tsavo East & West National Park','../safaris/Tsavo.htm')
oCMenu.makeMenu('sub122','top12','Nairobi National Park','../safaris/Nairobi National Park.htm')	
oCMenu.makeMenu('sub123','top12','Masai Mara National Park','../safaris/maragamereserve.htm')
oCMenu.makeMenu('sub124','top12','Amboseli National Park','../safaris/Amboseli.htm')
oCMenu.makeMenu('sub125','top12','Samburu Reserve','../safaris/Samburu National Park.htm')
oCMenu.makeMenu('sub126','top12','Aberdares National Park','../safaris/Aberdares National Park.htm')
oCMenu.makeMenu('sub127','top12','Mt.Kenya National Park','../safaris/Mt Kenya National Park.htm')
/*End of National Parks Menu


*/
/*-------------------------------------------------------------------------------	
Leave these two lines! Making the styles and then constructing the menu
*/
oCMenu.makeStyle(); oCMenu.construct()			

