<!-- Begin

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




document.write('<a href="http://www.edsincorp.com/html/index.shtml">Home</a>');

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

document.write(' <a href="http://www.edsincorp.com/html/contact.shtml">Contact</a>');

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

document.write(' <a href="http://www.edsincorp.com/html/rfq.shtml">R.F.Q.</a>');

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

document.write('<a href="http://www.edsincorp.com/html/LineCard.html">LineCard</a>');

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

document.write('<a href="http://www.edsincorp.com/html/products.shtml">Products</a>');

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

document.write(' <a href="http://www.edsincorp.com/html/about.shtml">About EDS</a>');

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

document.write(' <a href="http://www.edsincorp.com/html/announcments.shtml">News</a>');

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

document.write(' <a href="http://www.edsincorp.com/html/Intranet/" target="_blank">Intranet</a>');




document.write('<br><br>All content: &copy;Copyright 2010 ');


// EDIT THE NEXT LINE


document.write('<a href="index.shtml">Electronic Design &amp; Sales, Inc.</a><br>');






var DE	  = "yes"	// SHOW alldesserv COPYRIGHT






   if (DE == "yes") {
document.write('Site Maintained by <a href="http://www.troupenterprise.com" target="_blank"> TroupEnterprise.com </a> <br>');
}





//  End -->