function topNavOver(thisNav) {
	document.getElementById('topNav' + thisNav).style.borderBottomColor = "#F9AB22";
}

function topNavOut(thisNav) {
	document.getElementById('topNav' + thisNav).style.borderBottomColor = "#706a6c";
}

var homeHeader = 'ASSISTING OUR CLIENTS<br />SINCE 1974'

var homeTxt = 'Berding <span class="BW">|</span> Weil offers a unique approach to the practice of construction defect, community association, and real estate law. A firm of seasoned, highly skilled attorneys, including 16 construction defect litigators, we bring a thorough understanding of and 35 years of experience in the the law that impacts our clients. We take pride in the realistic and considered approach taken by our attorneys, whether the issue is a defective building, a commercial lease or the enforcement of CCRs. A thoughtful individual strategy and a thorough understanding of the specific facts will trump a "one size fits all" approach every time.'

var CommunityAssociation = 'We advise the owners of common interest developments, planned communities, subdivisions, condominiums, condominium conversions, and other residential properties. We are not limited to just litigation or to just drafting documents. We are a full service community association law firm. Our lawyers can amend your governing documents, enforce them, litigate problems with your buildings, and draft contracts to rebuild them. We have written or negotiated much of the legislation that governs community associations today. Homeowners associations are our business and have been for thirty years.'

var ConstructionDefect = 'Berding <span style="color:#F7B32B;">|</span> Weil has successfully litigated hundreds of construction defect cases. Our expertise extends to design and construction claims for both residential and commercial properties. We have years of experience with waterproofing, structural, and geotechnical claims. We have relationships with some of the best expert witnesses available today. Our firm has a dedicated construction litigation group of 16 construction defect litigators supported by 9 very skilled litigation assistants. This litigation group is one of the largest and most specialized of its type and offers our clients the resources and experience necessary to litigate against the best firms anywhere.'

var CommercialRealEstate = 'For more than 30 years, Berding <span style="color:#F7B32B;">|</span> Weil has served the interests of the real estate and business communities with skill, knowledge, professional commitment and relationships built on trust. Our Commercial Real Estate Group has broad experience in virtually every facet of real property law. We handle transactions involving the selection, acquisition, documentation, use, zoning, development, management, leasing, and conveyance of land for a range of clients, including land and building owners, brokers, developers, and investors. Our litigation group litigates these and other real estate issues and a wide range of business disputes.'

function paMenuOver(thisPA) {
	document.getElementById('paMenu' + thisPA).style.backgroundColor = "#F9AB22";
	document.getElementById('paMenu' + thisPA).style.fontSize = "13px";
	if (thisPA == 1) {
		document.getElementById('paHeading').innerHTML='COMMUNITY ASSOCIATION<br />and<br />CONDOMINIUM LAW';
		document.getElementById('paDescription').innerHTML=CommunityAssociation;
	}
	if (thisPA == 2) {
		document.getElementById('paHeading').innerHTML='CONSTRUCTION DEFECT<br />LITIGATION';
		document.getElementById('paDescription').innerHTML=ConstructionDefect;
	}
	if (thisPA == 3) {
		document.getElementById('paHeading').innerHTML='COMMERCIAL REAL ESTATE<br />and<br />BUSINESS LAW';
		document.getElementById('paDescription').innerHTML=CommercialRealEstate;
	}
}

function paMenuOut(thisPA) {
	document.getElementById('paMenu' + thisPA).style.backgroundColor = "#7b7b7b";
	document.getElementById('paMenu' + thisPA).style.fontSize = "13px";
	document.getElementById('paHeading').innerHTML=homeHeader;
	document.getElementById('paDescription').innerHTML=homeTxt;
}

function ReadMoreOver(thisMore) {
	document.getElementById(thisMore).style.color = "#f78f1e";
}

function ReadMoreOut(thisMore) {
	document.getElementById(thisMore).style.color = "#3d7abf";
}
