// footer_2.js
	
document.write('<p style="text-align: center">')

document.write('<a style="color: #003366; font-size: 10pt; font-family: sans-serif; text-decoration: none" class="style1" href="../index.html">')
document.write('home</a> | ')

document.write('<a style="color: #003366; font-size: 10pt; font-family: sans-serif; text-decoration: none" class="style1" href="../products/products.html">')
document.write('products</a> | ')

document.write('<a style="color: #003366; font-size: 10pt; font-family: sans-serif; text-decoration: none" class="style1" href="../press/press.html">')
document.write('press room</a> | ')

document.write('<a style="color: #003366; font-size: 10pt; font-family: sans-serif; text-decoration: none" class="style1" href="../about_us/aboutus.html">')
document.write('about us</a> | ')

document.write('<a style="color: #003366; font-size: 10pt; font-family: sans-serif; text-decoration: none" class="style1" href="../contact/contact.html">')
document.write('contact us</a></p>')
		
document.write('<div align="center">')
document.write('<h6>Copyright &copy; 2010 by Devesys Technologies, Inc. All Rights Reserved.</h6>')
document.write('</div>')

document.close()
