var HTMLpagename = document.pagevars.pagename.value

writefooternav()

function writefooternav()
{
if (HTMLpagename == "AboutKGW") {document.write(' <A HREF="index.html" CLASS="topnavselected">About KGW</A> -');}
else {document.write(' <A HREF="index.html" CLASS="topnav">About KGW</A> -');}

if (HTMLpagename == "ServiceOfferings") {document.write(' <A HREF="so-projectmanagement.html" CLASS="topnavselected">Service Offerings</A> -');}
else {document.write(' <A HREF="so-projectmanagement.html" CLASS="topnav">Service Offerings</A> -');}

if (HTMLpagename == "QualificationsSignificantProjects") {document.write(' <A HREF="qualificationssignificantprojects.html" CLASS="topnavselected">Who Is Ken Wiens?</A> -');}
else {document.write(' <A HREF="qualificationssignificantprojects.html" CLASS="topnav">Who Is Ken Wiens?</A> -');}

if (HTMLpagename == "ContactKGW") {document.write(' <A HREF="contactkgw.html" CLASS="topnavselected">Contact KGW</A> -');}
else {document.write(' <A HREF="contactkgw.html" CLASS="topnav">Contact KGW</A> -');}

if (HTMLpagename == "Welcome") {document.write(' <A HREF="index.html" CLASS="topnavselected">Home</A>');}
else {document.write(' <A HREF="index.html" CLASS="topnav">Home</A>');}
}

document.write('<IMG SRC="images/blank.gif" HEIGHT="5" WIDTH="1" VSPACE="0" HSPACE="0"><BR>');

document.write('<FONT CLASS="footer">');
document.write('KGW Consultants Ltd. - Ph: (403) 238-7612  - Fx: (403) 251-4593 - <A HREF="mailto:ken@kgw-consultants.com" CLASS="footer">ken@kgw-consultants.com</A><BR><BR>');
document.write('</FONT>');
