//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#FEC7AA';
	var HighBgColor='#FF9900';
	var FontLowColor='#313127';
	var FontHighColor='white';
	var BorderColor='005963';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=7;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=255; //set vertical offset
	var StartLeft=125; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=6;
	var TopPaddng=0;
	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("Our Company","company.htm",3,13,93);
	Menu1_1=new Array("Since 1985","#",0,15,115);
	Menu1_2=new Array("Management Bio","#",0,15,70);
	Menu1_3=new Array("QA","#",0,13,115);
	

Menu2=new Array("Our Service","service.htm",5,15,120);
	Menu2_1=new Array("Our Experience","service.htm",0,15,115);
	Menu2_2=new Array("Retail Stores","retail.htm",0,15,70);
	Menu2_3=new Array("Surface Prep","surface.htm",0,15,115);
	Menu2_4=new Array("Wood Finishing","wood.htm",0,15,115);
	Menu2_5=new Array("High End Coating","coatings.htm",0,15,70);
	

Menu3=new Array("Projects","project.htm",9,13,120);
	Menu3_1=new Array("Tenanat Improvement","tenant.htm",0,15,250);
	Menu3_2=new Array("Custom Homes","custom.htm",0,15,250);
	Menu3_3=new Array("Commercial","commercial.htm",0,15,250);
	Menu3_4=new Array("Apartments","apartments.htm",0,15,250);
	Menu3_5=new Array("Opus Sierra Parking Structure - South San Francisco","opus.htm#opus",0,15,250);
	Menu3_6=new Array("Schmalbach Lubeca - Fairfield","Schmalbach.htm#slf",0,15,250);
	Menu3_7=new Array("Yolo County Service Building- Woodland","Yolo.htm#yc",0,15,250);
	Menu3_8=new Array("Olson Cherry Orchard Apartments - Sunnyvale","Olson.htm#ocoa",0,15,250);
	Menu3_9=new Array("Police Station and Fire Station - Milpitas","Police.htm",0,15,250);
	

Menu4=new Array("Contacts","contact.htm",0,13,120);
	
