<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



document.write(' <a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="Services.html">PC Service</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="Services1.html">Laptop Service</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="Services2.html">Networking Service</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="Services3.html">Web Design Service</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="Portfolio.html">Web Design Portfolio</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="Contact.html">Contact Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="sitemap.html">Site Map</a>');




document.write('<br><br>All contents &copy;Copyright 2006 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Dynamique Solutions, LLC</a><br>');






var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Design &copy; 2006 All Rights Reserved <a href="http://dynamiquesolutions.net/" target="_blank">Dynamique Solutions</a> <a href="http://dynamiquesolutions.net/" target="_blank"></a><br>');
}





//  End -->