<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT
var color		= "000000"	// FOOTER BACKGROUND COLOR
var pageheight	  = "120"	// SPACING ABOVE COPYRIGHT
var footerheight	= "0"		// OVERALL FOOTER HEIGHT
var botM		= "0"		// FOOTER BOTTOM MARGIN
var topM		= "0"		// FOOTER TOP MARGIN
var borderthk		= "1"		// BORDER THICKNESS




document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="1"><br>');


// START FOOTER LINKS


document.write('&nbsp;&nbsp;&nbsp; <a href="index.html">Home</a>');

document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');

document.write(' <a href="gallery.htm">Portfolio</a>');

document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');

document.write(' <a href="port.recentprojects.htm">Projects</a>');

document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');

document.write(' <a href="about.htm">Studio</a>');

document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');

document.write(' <a href="questions.htm">FAQ</a>');

document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');

document.write(' <a href="services.htm">Services</a>');

document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');

document.write(' <a href="news.htm">News</a>');

document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');

document.write(' <a href="site_map.htm">Site Map</a>');

document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');

document.write(' <a href="contact.htm">Contact</a>');

document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');

document.write(' <a href="contact.htm">Ken Howie</a>');

document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');

document.write('All content &copy; Ken Howie');

document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');

document.write('All Rights Reserved');







   if (allwebco == "yes") {
}



document.write('<br>');




//  End -->