// 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
"374822",                    // Off Font Color
"E9D97D",                    // Off Back Color
"374822",                    // On Font Color
"F5E9A9",                    // On Back Color
"FFFFFF",                    // Border Color
12,                            // Font Size
"normal",                    // Font Style 
"normal",                    // Font Weight
"Times New Roman,Times,serif",    // Font
3,                            // Padding
"http://www.cognitive-behaviour-therapy.co.za/images/arrow_menu.jpg",      // 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
"374822",                    // Off Font Color
"E9D97D",                    // Off Back Color
"374822",                    // On Font Color
"F5E9A9",                    // On Back Color
"FFFFFF",                    // Border Color
12,                            // Font Size
"normal",                    // Font Style 
"normal",                    // Font Weight
"Times New Roman,Times,serif",    // Font
3,                            // Padding
,      // Sub Menu Image (Leave blank if not needed)
0,                            // 3D Border & Separator
,                    // 3D High Color
,                    // 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
227,                    // Top
,                    // left
,                    // Width
0,                    // Border Width
"left",            // 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;&nbsp;&nbsp;&nbsp;&nbsp;HOME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","index.htm","#","Home",1,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MEET&nbsp;OUR&nbsp;TEAM&nbsp;&nbsp;&nbsp;&nbsp;","meet_the_team.htm","#","Meet Our Team",1,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FAQ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","faq.htm","#","Frequently Asked Questions",1,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DISORDERS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=menu2","#","Disorders",1,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TRAINING&nbsp;OPPORTUNITIES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=menu5","#","Training Opportunites",1,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CONTACT&nbsp;US&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","contact.htm","#","Contact Us",1,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RELATED&nbsp;LINKS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","links.htm","#","Related Links",1,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;REFERENCES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","references.htm","#","References",1
])

addmenu(menu=["menu2",
247,,120,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ANGER","show-menu=menu4","#","Anger",1,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ANXIETY","show-menu=menu3","#","Anxiety",1

])

addmenu(menu=["menu5",
247,,240,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LOCAL&nbsp;TRAINING&nbsp;OPPORTUNITIES","training.htm","#","Training Opportunities",1,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RECENTLY&nbsp;HELD&nbsp;COURSES","training_recently_held_courses.htm","#","Training Opportunities: Recently Held Courses",1

])

addmenu(menu=["menu4",
250,,200,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;&nbsp;&nbsp;&nbsp;DEFINING&nbsp;ANGER","disorders_anger.htm","#","Defining Anger",1,
"&nbsp;&nbsp;&nbsp;&nbsp;AGGRESSION","disorders_anger.htm#aggression","#","Anger and Aggression",1,
"&nbsp;&nbsp;&nbsp;&nbsp;TREATMENT&nbsp;OF&nbsp;ANGER","disorders_anger.htm#treatment","#","Treatment of anger",1
])


addmenu(menu=["menu3",
270,,200,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;&nbsp;&nbsp;&nbsp;WHAT&nbsp;IS&nbsp;ANXIETY?","disorders_anxiety.htm","#","What is Anxiety",1,
"&nbsp;&nbsp;&nbsp;&nbsp;ANXIETY&nbsp;DISORDERS","disorders_anxiety.htm#disorders","#","Anxiety Disorders",1,
"&nbsp;&nbsp;&nbsp;&nbsp;THE&nbsp;CBT&nbsp;PERSPECTIVE","disorders_anxiety.htm#cbtperspective","#","The CBT Perspective",1,
"&nbsp;&nbsp;&nbsp;&nbsp;TREATMENT&nbsp;COMPONENTS","disorders_anxiety.htm#treatmentcomponents","#","Treatment Components",1
])



//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
