<!-- Begin

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


var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var pageheight	  = "100"	// SPACING ABOVE COPYRIGHT




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


// START FOOTER LINKS


document.write('<br>');

document.write('<br>');


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

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

document.write(' <a href="gallery.html">Gallery</a> ');

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

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

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

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

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

document.write(' <a href="clients.htm">Clients</a> ');

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

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


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

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

















   if (allwebco == "yes") {
document.write('&copy; 2012 Visuals Design. All rights reserved.<br>');
}




document.write('<br>');
document.write('<br>');
document.write('<br>');
document.write('<br>');



//  End -->
