var u = document.URL.split('/'); var v = u[u.length - 1]; var nav = ''; var x; var used = 0; var n1 = '\"\" */ //put sublink sets right below this line if (link == 'aboutus.htm' && (v == 'aboutus.htm' || v == 'aboutus_board.htm' || v == 'aboutus_board_tblp.htm' || v == 'aboutus_committees.htm' || v == 'aboutus_review.htm')) { x = new menuitem('TLPCA Board','aboutus_board.htm','sub'); x = new menuitem('TBLP Board','aboutus_board_tblp.htm','sub'); x = new menuitem('TLPCA Committees','aboutus_committees.htm','sub'); x = new menuitem('Year in Review','aboutus_review.htm','sub'); used = 1; } if (link == 'articles.htm' && (v == 'articles.htm' || v == 'articles_glossary.htm')) { x = new menuitem('Glossary of Terms','articles_glossary.htm','sub'); used = 1; } if (link == 'membership.htm' && (v == 'membership.htm' || v == 'membership_join.htm' || v == 'directory.cfm')) { x = new menuitem('Join','membership_join.htm','sub'); x = new menuitem('Member Directory','directory.cfm','sub'); used = 1; } if (link == 'convention.htm' && (v == 'convention.htm' || v == 'convention_sponsors.htm')) { x = new menuitem('2008 Sponsors','convention_sponsors.htm','sub'); used = 1; } } x = new menuitem('Home','index.htm','regular'); x = new menuitem('About TLPCA & TBLP','aboutus.htm','regular'); x = new menuitem('Membership','membership.htm','regular'); x = new menuitem('Calendar of Events','calendar.cfm','regular'); x = new menuitem('Apprenticeship','apprenticeship.cfm','regular'); x = new menuitem('News','news.htm','regular'); x = new menuitem('Fall Weekend','weekend.htm','regular'); x = new menuitem('2008 Convention','convention.htm','regular'); x = new menuitem('Design Awards','design.htm','regular'); x = new menuitem('Newsletter','newsletter.htm','regular'); x = new menuitem('AIA/CES','ceu.htm','regular'); x = new menuitem('Technical Articles','articles.htm','regular'); x = new menuitem('Links','links.htm','regular'); x = new menuitem('Contact Us','contact.htm','regular'); x = new menuitem('Member Forum','forum.htm','regular');