<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<br>');
document.write('<a href="index.htm">Homepage</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="index.htm">About Us</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="contact.htm">Contact Us</a>');
document.write('<br><br>All contents &copy;Copyright 2007 ');
document.write('<a href="index.htm">Display Graphics</a><br>');

var allwebco	  = "yes"	// SHOW COPYRIGHT

   if (allwebco == "yes") {
document.write('Site Design &copy; 2007 All Rights Reserved <a href="http://www.pcnetassist.com" target="_blank">PCNetAssist.com</a> & <a href="http://www.pcnetassist.com" target="_blank">Hosting</a><br>');
}

//  End -->