// 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
"FBFAF6",                    // Off Font Color
"937F48",                    // Off Back Color
"554007",                    // On Font Color
"B39C5D",                    // On Back Color
"554007",                    // Border Color
10,                            // Font Size
"normal",                    // Font Style 
"normal",                    // Font Weight
"Verdana,Arial,Helvetica",    // Font
4,                            // Padding
"http://www.storminagcup.co.za/images/arrow_small.gif",                // 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
"937F48",                    // Off Back Color
"554007",                    // On Font Color
"B39C5D",                    // On Back Color
"554007",                    // Border Color
10,                            // Font Size
"normal",                    // Font Style 
"normal",                    // Font Weight
"Verdana,Arial,Helvetica",    // Font
4,                            // 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)
]

addmenu(menu=["menu1",                // This is the array that contains your menu properties and details
173,                    // 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
"left",            // 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


"&nbsp;&nbsp;&nbsp;HOME&nbsp;&nbsp;&nbsp;&nbsp;","index.html","#","Home",1,
"&nbsp;&nbsp;&nbsp;&nbsp;BED&nbsp;&&nbsp;BREAKFAST&nbsp;&nbsp;&nbsp;&nbsp;","Cape_Town_Accommodation/Dewaterkant_Bed_and_Breakfast.htm","#","Guest House Accommodation",1,
"&nbsp;&nbsp;&nbsp;&nbsp;SELF&nbsp;CATERING&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=menu3","#","Self-catering Accommodation",1,
"&nbsp;&nbsp;&nbsp;&nbsp;MORE&nbsp;ABOUT&nbsp;CAPE&nbsp;TOWN&nbsp;&nbsp;&nbsp;&nbsp;","Cape_Town_Accommodation/cape_town_information.htm","#","Cape Town Information",1,
"&nbsp;&nbsp;&nbsp;MAP&nbsp;&nbsp;&nbsp;","Cape_Town_Accommodation/Dewaterkant_Place_map.htm","#","Map",1,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SEND&nbsp;US&nbsp;AN&nbsp;ENQUIRY&nbsp;&nbsp;","contact.html","#","Enquiry Form",1
])

addmenu(menu=["menu3",
193,,130,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;&nbsp;&nbsp;&nbsp;37&nbsp;Dixon","Cape_Town_Accommodation/Dewaterkant_Selfcatering_37_Dixon.htm","#","37 Dixon",1,
"&nbsp;&nbsp;&nbsp;&nbsp;141&nbsp;Waterkant","Cape_Town_Accommodation/Dewaterkant_Selfcatering_141_Waterkant.htm","#","141 Waterkant",1
])





//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
