// 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=20;

effect = "fade(duration=0.1);Shadow(color='EEEEEE', Direction=135, Strength=6)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,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
"#3D6A9E",				// Off Font Color
"#DEE2EE",				// Off Back Color
"black",				// On Font Color
"white",				// On Back Color
"#FFFFFF",				// Border Color
10,					// Font Size
"normal",				// Font Style 
"normal",				// Font Weight
"verdana,Tahoma,Arial",			// Font
4,					// Padding
"images/commonMenuMore.gif",		// Sub Menu Image (Leave blank if not needed)
0,					// 3D Border & Separator
"996600",				// 3D High Color
"996600",				// 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
"#3D6A9E",				// Off Font Color
"",					// Off Back Color blue
"black",				// On Font Color
"",					// On Back Color
"",					// Border Color
10,					// Font Size
"normal",				// Font Style 
"normal",				// Font Weight
"Verdana,Arial",			// Font
3,					// Padding
,					// Sub Menu Image (Leave blank if not needed)
0,					// 3D Border & Separator
"CCCCCC",				// 3D High Color
"EEEEEE",				// 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
92,					// Top
140,					// left
,					// Width
0,					// Border Width
,					// 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

//19 pixels between submenu items [NB info for Submenus]

"HOME&nbsp;&nbsp;","index.html",,"SASLAW Home",1,
"2009&nbsp;CONFERENCE&nbsp;&nbsp;","show-menu=menu5","conference2009.html","#",1,
"ABOUT&nbsp;US&nbsp;&nbsp;","show-menu=menu10","about.html","About SASLAW",1,
"CONSTITUTION&nbsp;&nbsp;","constitution.html",,"SASLAW Constitution",1,
"CHAPTERS&nbsp;&nbsp;","show-menu=menu20","chapters.html","SASLAW Chapters",1,
"APPLICATION&nbsp;FORM&nbsp&nbsp;","applicationform.html",,"SASLAW Application Form",1,
"CONTACT&nbsp;US&nbsp&nbsp;","contact.html",,"Contact Us",1

])


addmenu(menu=["menu5",
111,,150,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;CONFERENCE&nbsp;SPONSORS","conference2009sponsors.html","2009 CONFERENCE SPONSORS",,1
])


addmenu(menu=["menu10",
111,,150,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;SASLAW&nbsp;","about.html","#",,1,
"&nbsp;NATIONAL&nbsp;COMMITTEE&nbsp;","about.html#nationalcommittee","#",,1,
"&nbsp;CONFERENCE&nbsp;","conference2009.html","#",,1,
"&nbsp;SPONSORSHIPS&nbsp;","sponsorships.html","#",,1
])

addmenu(menu=["menu20",
111,,140,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;EASTERN&nbsp;CAPE&nbsp;","show-menu=menu31","events_ec.html","Eastern Cape",1,
"&nbsp;GAUTENG&nbsp;","show-menu=menu32","events_gt.html","Gauteng",1,
"&nbsp;KWAZULU&nbsp;NATAL&nbsp;","show-menu=menu33","events_kz.html","KwaZulu&nbsp;Natal",1,
"&nbsp;WESTERN&nbsp;CAPE&nbsp;","show-menu=menu34","events_wc.html","Western Cape",1,
"&nbsp;NATIONAL&nbsp;COMMITTEE&nbsp;","about.html#nationalcommittee","#",,1
])

addmenu(menu=["menu31",
111,,140,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Events&nbsp;","events_ec.html","#",,1,
"&nbsp;Committee&nbsp;","committee_ec.html","#",,1
])


addmenu(menu=["menu32",
131,,140,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Events&nbsp;","events_gt.html","#",,1,
"&nbsp;Committee&nbsp;","committee_gt.html","#",,1
])


addmenu(menu=["menu33",
151,,140,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Events&nbsp;","events_kz.html","#",,1,
"&nbsp;Committee&nbsp;","committee_kz.html","#",,1
])

addmenu(menu=["menu34",
171,,140,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Events&nbsp;","events_wc.html","#",,1,
"&nbsp;Committee&nbsp;","committee_wc.html","#",,1
])




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