// common.js 120101

p1="<link rel='stylesheet' type='text/css' href='common.css' />";
p1+="<link rel='shortcut icon' href='newE.ico'>";
p1+="</head>";
p1+="<body>";
p1+="<center>";

// Table for Page
p1+="<table cellpadding=0 cellspacing=0 width=800 border=0>";
p1+="<tr><td height=12></td></tr>";

// Masthead
// Photo is 650 by 220 including 1 px border
// 800 by 240 with added white areas
p1+="<tr><td background='graphics/";
if (page=="home"){p1+="victorian"}
if (page=="contacts"){p1+="lanes"}
if (page=="board"){p1+="clubhouse"}
if (page=="committees"){p1+="social"}
if (page=="documents"){p1+="snow"}
if (page=="budget"){p1+="plums"}
if (page=="finances"){p1+="flags"}
if (page=="maintenance"){p1+="green"}
if (page=="landscape"){p1+="red"}
if (page=="utilities"){p1+="roofs"}
if (page=="resources"){p1+="guns"}
if (page=="activities"){p1+="pool"}
if (page=="realtors"){p1+="clubhouse"}
p1+=".jpg' width=800 height=240 colspan=2 valign=bottom><img src='graphics/sign_244x209_shadow.png' width=244 height=209 border=0></td></tr>";

// Heading
p1+="<tr><td></td><td class='Heading'>";
if (page=="home"){p1+="13805 NW 10th Court, Vancouver, WA"}
if (page=="contacts"){p1+="Contact Information"}
if (page=="board"){p1+="Board of Directors"}
if (page=="committees"){p1+="Volunteer Committees"}
if (page=="documents"){p1+="Governing Documents"}
if (page=="budget"){p1+="Budget & Homeowner Fees"}
if (page=="finances"){p1+="Financial Statements"}
if (page=="maintenance"){p1+="Maintenance & Repair Program"}
if (page=="landscape"){p1+="Landscape Program"}
if (page=="utilities"){p1+="Local Utilities"}
if (page=="resources"){p1+="Local Resources"}
if (page=="activities"){p1+="Social Activities"}
if (page=="realtors"){p1+="Realtor and Appraiser Information"}
p1+="</td></tr>";
p1+="<tr><td height=15></td></tr>";

// Links
p1+="<tr><td valign=top><table cellspacing=0 cellpadding=0 width=237 border=0><tr><td class='Links'>";
if (page=="home"){p1+="<font color='#336600'>HOME<br>"}
    else {p1+="<a href='index.html'>HOME</a><br>"}
if (page=="contacts"){p1+="<font color='#336600'>CONTACTS & DIRECTIONS<br>"}
    else {p1+="<a href='contacts.html' title='Contact Information, Directions & Maps'>CONTACTS & DIRECTIONS</a><br>"}
if (page=="board"){p1+="<font color='#336600'>BOARD MEMBERS & MEETINGS<br>"}
    else {p1+="<a href='board.html' title='Board Members, Meetings & Minutes'>BOARD MEMBERS & MEETINGS</a><br>"}
if (page=="committees"){p1+="<font color='#336600'>VOLUNTEER COMMITTEES<br>"}
    else {p1+="<a href='committees.html' title='Volunteer Committees'>VOLUNTEER COMMITTEES</a><br>"}
if (page=="documents"){p1+="<font color='#336600'>GOVERNING DOCUMENTS<br>"}
    else {p1+="<a href='documents.html' title='CC&Rs, Bylaws, Rules & Regulations'>GOVERNING DOCUMENTS</a><br>"}
if (page=="budget"){p1+="<font color='#336600'>BUDGET & HOMEOWNER FEES<br>"}
    else {p1+="<a href='budget.html' title='Budget Information'>BUDGET & HOMEOWNER FEES</a><br>"}
if (page=="finances"){p1+="<font color='#336600'>FINANCIAL STATEMENTS<br>"}
    else {p1+="<a href='finances.html' title='Financial Statements'>FINANCIAL STATEMENTS</a><br>"}
if (page=="maintenance"){p1+="<font color='#336600'>MAINTENANCE & REPAIR<br>"}
    else {p1+="<a href='maintenance.html' title='Maintenance & Repair Program'>MAINTENANCE & REPAIR</a><br>"}
if (page=="landscape"){p1+="<font color='#336600'>LANDSCAPE<br>"}
    else {p1+="<a href='landscape.html' title='Landscape Program'>LANDSCAPE</a><br>"}
if (page=="utilities"){p1+="<font color='#336600'>LOCAL UTILITIES<br>"}
    else {p1+="<a href='utilities.html' title='Listing of Local Utilities'>LOCAL UTILITIES</a><br>"}
if (page=="resources"){p1+="<font color='#336600'>LOCAL RESOURCES<br>"}
    else {p1+="<a href='resources.html' title='Listing of Local Resources'>LOCAL RESOURCES</a><br>"}
if (page=="activities"){p1+="<font color='#336600'>SOCIAL ACTIVITIES<br>"}
    else {p1+="<a href='activities.html' title='Social Activities, Newsletter/Calendar & Clubhouse Rental'>SOCIAL ACTIVITIES</a><br>"}
if (page=="realtors"){p1+="<font color='#336600'>REALTORS & APPRAISERS"}
    else {p1+="<a href='realtors.html' title='Helpful Information for Realtors and Appraisers'>REALTORS & APPRAISERS</a>"}
p1+="</td></tr></table></td>";

// Copyright
p3="<tr><td height=10></td></tr>";
p3+="<tr><td></td><td><hr width=75% class='Rule'></td></tr>";
p3+="<tr><td height=12></td></tr>";
p3+="<tr><td></td><td align=center class='CopyrightText'>Copyright 2012 by Edgetree Condominium Association</td></tr>";
p3+="<tr><td height=15></td></tr>";

// End of Page
p3+="</table></center></body></html>";
