// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


timegap=650
followspeed=5
followrate=40
suboffset_top=6;
suboffset_left=10;

effect = "fade(duration=0.4);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
    nwin=window.open(url, "nwin",config="scrollbars=no,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
    nwin.focus();
}

prop1=[                        // prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",                    // Off Font Color
"354240",                    // Off Back Color
"79B732",                    // On Font Color
"354240",                    // On Back Color
"354240",                    // Border Color
12,                            // Font Size
"normal",                    // Font Style 
"normal",                    // Font Weight
"Verdana,Arial,Helvetica",    // Font
5,                            // Padding
"",                // Sub Menu Image (Leave blank if not needed)
0,                            // 3D Border & Separator
"A21178",                    // 3D High Color
"A21178",                    // 3D Low Color
,                    // Referer item Font Color (leave this blank to disable)
,                    // Referer item Back Color (leave this blank to disable)
]

topbarstyle=[                    // prop1 is an array of properties you can have as many property arrays as you need
"FBFAF6",                    // Off Font Color
"354240",                    // Off Back Color
"79B732",                    // On Font Color
"354240",                    // On Back Color
"354240",                    // Border Color
12,                            // Font Size
"normal",                    // Font Style 
"normal",                    // Font Weight
"Verdana,Arial,Helvetica",    // Font
5,                            // Padding
,                // Sub Menu Image (Leave blank if not needed)
0,                            // 3D Border & Separator
"999999",                    // 3D High Color
"999999",                    // 3D Low Color
,                    // Referer item Font Color (leave this blank to disable)
,                    // Referer item Back Color (leave this blank to disable)
]

addmenu(menu=["menu1",                // This is the array that contains your menu properties and details
97,                    // Top
,                    // left
,                    // Width
0,                    // Border Width
"center",            // Screen Position - here you can use "center;middle;right"
topbarstyle,                // Properties Array - this is set higher up, as above
1,                    // Always Visible - allows the menu item to be visible at all time
"center",            // Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,                    // Filter - Text variable for setting transitional effects on menu activation
,                    // Follow Scrolling - Tells the menu item to follow the user down the screen
1,,,,,,,,                    // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,                    // Position of sub image left:center:right:middle:top:bottom
,                    // Show an image on top menu bars indicating a sub menu exists below
,                    // Reserved for future use


"HOME&nbsp;&nbsp;","index.htm","#","Home",1,
"&nbsp;&nbsp;ABOUT&nbsp;US&nbsp;&nbsp;","show-menu=menu2","#","About Us",1,
"&nbsp;&nbsp;WHY&nbsp;CHOOSE&nbsp;SOUTHERN&nbsp;AFRICA?&nbsp;&nbsp;&nbsp;","why_southern_africa.htm","#","Why choose Southern Africa for your next destination?",1,
"&nbsp;&nbsp;DESTINATIONS&nbsp;&nbsp;","show-menu=menu3","#","Destinations",1,
"&nbsp;&nbsp;WHAT&nbsp;OUR&nbsp;CLIENTS&nbsp;SAY&nbsp;&nbsp;","what_our_clients_say.htm","#","What Our Clients Say",1,
"&nbsp;&nbsp;NEWS&nbsp;&nbsp;","news.htm","#","News",1,
"&nbsp;&nbsp;BLOG&nbsp;&nbsp;","blog.htm","#","Blog",1,
"&nbsp;&nbsp;&nbsp;CONTACT&nbsp;US","contact_us.htm","#","Contact Us",1
])


addmenu(menu=["menu2",
123,,205,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;&nbsp;ABOUT&nbsp;GILTEDGE&nbsp;DMC","about_us.htm","#","About Us",1,
"&nbsp;&nbsp;PHILANTHROPY&nbsp;&nbsp;","philanthropy.htm","#","Philanthropy",1,
"&nbsp;&nbsp;INVENTIVE&nbsp;INCENTIVE&nbsp;CONTACT","meet_team.htm","#","Meet The Team",1
])


addmenu(menu=["menu3",
123,,200,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;&nbsp;CAPE&nbsp;REGION","cape_region.htm","#","Cape Region",1,
"&nbsp;&nbsp;GARDEN&nbsp;ROUTE","garden_route.htm","#","Garden Route",1,
"&nbsp;&nbsp;JOHANNESBURG","gauteng.htm","#","Gauteng - Johannesburg",1,
"&nbsp;&nbsp;KRUGER&nbsp;&&nbsp;SABI&nbsp;SANDS","kruger_sabisands.htm","#","Kruger & Sabi Sands",1,
"&nbsp;&nbsp;DURBAN&nbsp;&&nbsp;KWAZULU-NATAL","kwazulu_natal.htm","#","KwaZulu-Natal and Durban",1,
"&nbsp;&nbsp;NAMIBIA","namibia.htm","#","Namibia",1,
"&nbsp;&nbsp;BOTSWANA&nbsp;&&nbsp;ZAMBIA","botswana_zambia.htm","#","Botswana & Zambia",1
])





//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file

