//This menu has been tested and is working in the following browsers
//IE 4.72.2106.8
//IE 4.72.3110.8
//IE 5.00.3105.0106CO
//IE 5.50.4807.2300CO
//IE 6.0.2600.0000CO
//Netscape 4.08
//Netscape 4.71
//Netscape 4.72
//Netscape 4.76
//Netscape 4.78
//Netscape 6.1
//

	var NoOffFirstLineMenus=7; //Number of first level menu items
	var MouseOverBgColor='#ffffff';
	var HighBgColor='#EDEDED';
	var FirstLineFontColor='#0f238c';
	var HighFontColor='#0f238c';
	var BorderColor='#606daf';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="helvetica,arial,sans serif,helv";
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=115; //set vertical offset
	var StartLeft=19; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("About us","../sb_props/index.html",0,18,180);

Menu2=new Array("Property Finance","../sb_props/finance.html",0);

Menu3=new Array("Property Advisory Services","../sb_props/advisory.html",0);

Menu4=new Array("Joint Ventures","../sb_props/jointVentures.html",0);

Menu5=new Array("Contact Details","../sb_props/contactUs.html",0);
	
Menu6=new Array("Contact us","mailto:dwiertek@mail.sbic.co.za",0);

Menu7=new Array("Group Homepage","http://www.standardbank.co.za",0);
