// 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
"666666",                    // Off Font Color
"CCCCCC",                    // Off Back Color
"BB7F07",                    // On Font Color
"CCCCCC",                    // On Back Color
"666666",                    // 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
"666666",                    // Off Font Color
"CCCCCC",                    // Off Back Color
"BB7F07",                    // On Font Color
"CCCCCC",                    // On Back Color
"666666",                    // 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
285,                    // 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


"HOME&nbsp;","http://www.bradclin.com/index.htm","#","Home",1,
"&nbsp;ABOUT&nbsp;US","http://www.bradclin.com/about_bradclin.htm","#","About Bradclin",1,
"&nbsp;PINELANDS&nbsp;","show-menu=menu4","#","Bradclin House, Pinelands",1,
"&nbsp;NEWLANDS&nbsp;","http://www.bradclin.com/newlands/index.htm","#","Bradclin Sport, Newlands",1,
"&nbsp;BLOUBERG&nbsp;","http://www.bradclin.com/blouberg/index.htm","#","Bradclin Beach, Blouberg",1,
"&nbsp;ACTIVITIES&nbsp;","show-menu=menu3","#","Self-catering Accommodation",1,
"&nbsp;SERVICES&nbsp;","http://www.bradclin.com/services.htm","#","Services",1,
"&nbsp;RATES&nbsp;","http://www.bradclin.com/rates.htm","#","Rates",1,
"&nbsp;DIRECTIONS&nbsp;","http://www.bradclin.com/directions.htm","#","Directions",1,
"&nbsp;TERMS&nbsp;","http://www.bradclin.com/terms_and_conditions.htm","#","Terms and Conditions",1,
"&nbsp;REVIEWS&nbsp;","http://www.bradclin.com/reviews_main.htm","#","Read our Reviews",1,
"&nbsp;CONTACT","http://www.bradclin.com/contact_bradclin.htm","#","Contact Bradclin",1
])

addmenu(menu=["menu3",
305,,155,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;&nbsp;&nbsp;Cape&nbsp;Town&nbsp;General","http://www.bradclin.com/activities.htm","#","Activities in Cape Town",1,
"&nbsp;&nbsp;&nbsp;Newlands","http://www.bradclin.com/newlands/newlands_activities.htm","#","Newlands Activities",1,
"&nbsp;&nbsp;&nbsp;Blouberg","http://www.bradclin.com/blouberg/blouberg_activities.htm","#","Blouberg Activities",1
])

addmenu(menu=["menu4",
305,,155,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"Bradclin House","http://www.bradclin.com/pinelands_accommodation/index.htm","#","Bradclin House, Pinelands",1,
"Bradclin @ York","http://www.bradclin.com/pinelands_accommodation/york.htm","#","Bradclin @ York, Pinelands",1
])



//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
