// JavaScript Document
document.write('<div id="footer">');
document.write('<a href="index.htm">Home</a> | <a href="aboutus.htm">About Us</a> | ');
document.write('<a href="services.htm">Our Services</a> | <a href="solutions.htm">Solutions</a> | ');
document.write('<a href="quality.htm">Quality Policy</a> | <a href="clients.htm">Clients</a> | ');
document.write('<a href="contactus.htm">Contact Us</a> | <a href="sitemap.htm">Site Map</a>');
document.write('<br>&copy;');
						var d = new Date();
						yr=d.getFullYear();
						if (yr!= 2000)
						 document.write(" " + yr);
document.write('  Dev Information Technology Pvt. Ltd., All rights reserved.<br>');
document.write('Best viewed on 1024x768 resolution.</div>');