// 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=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
"FFFFFF",					// Off Font Color
"00285B",					// Off Back Color
"FFFFFF",					// On Font Color
"9492A7",					// On Back Color
"FFFFFF",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"/images/arrow.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
"FFFFFF",					// Off Font Color
"00285B",					// Off Back Color
"FFFFFF",					// On Font Color
"9492A7",					// On Back Color
"FFFFFF",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
1,							// Padding
"/images/arrow.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)
]

addmenu(menu=["menu1",				// This is the array that contains your menu properties and details
192,					// Top
201,					// 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


"ABOUT US&nbsp;&nbsp;","about_us.htm","#","ABOUT US",1,
"&nbsp;MEET OUR TEAM&nbsp;&nbsp;","team.htm","#","MEET OUR TEAM",1,
"&nbsp;AREAS OF SPECIALTY&nbsp;&nbsp;","show-menu=menu2","area_speciality.htm","AREAS OF SPECIALTY",1,
"&nbsp;DID YOU KNOW?&nbsp;&nbsp;","didyouknow.htm","#","DID YOU KNOW?",1,
"&nbsp;CONTACT US","contact_us.htm","#","CONTACT US",1
])

addmenu(menu=["menu2",
210,,160,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"Conveyancing & Property <br> Transactions","speciality_property_transactions.htm",,,1,
"Corporate / Commercial <br> Transactions","speciality_corporate_commercial.htm",,,1,
"Estate Planning / <br> Administration of Wills","speciality_estate_planning.htm",,,1,
"Environmental Law","speciality_immigration.htm",,,1,
"Family & Matrimonial Law","speciality_family_law.htm",,,1,
"Litigation <br> Debt Collection <br> MVA's <br> Criminal Law","speciality_litigation.htm",,,1,
"Maritime / Marine Law <br> Notarial Matters","speciality_maritime_marine.htm",,,1
])





//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file