//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='5E513E';
	var HighBgColor='#660000';
	var FontLowColor='#ffffff';
	var FontHighColor='#ffffcc';
	var BorderColor='';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,helvetica,arial"
	var FontSize=7;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=93; //set vertical offset
	var StartLeft=410 //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //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("COMPANY","index.html",1,25,95);
	Menu1_1=new Array("Management","management.html",0,20,100);


Menu2=new Array("SERVICES","services.html",5,20,95);
	Menu2_1=new Array("Tenant Relations","tenant_relations.html",0,30,95);


	Menu2_2=new Array("Property Maintenance","property_maintenance.html",0,30,95);


	Menu2_3=new Array("Communications","communications.html",0,20,95);

	Menu2_4=new Array("Real Estate Leasing","real_estate_leasing.html",0,20,95);

	Menu2_5=new Array("Real Estate Workouts","real_estate_workouts.html",0,20,95);


Menu3=new Array("PORTFOLIO/ BUILDINGS","portfolio_buildings.html",0,20,95);


Menu4=new Array("SPACE FOR LEASE","http://69.65.100.228/Progeny/SpaceForLease.aspx",0,15,95);


Menu5=new Array("CONTACT","contact.html",0,15,140);



