// JavaScript Document
function header()
{
	document.write('<div class="mainmenu"><ul><li><a href="index.php">Home</a></li><li><a href="projects.php">Projects </a></li><li><a href="service.php">Services</a></li><li><a href="client.php">Clients</a></li><li><a href="equipments.php">Plants &amp; Machinery</a></li><li><a href="careers.php">Careers</a></li><li><a href="about.php">About Us</a></li><li><a href="contect.php">Contact</a></li><li style="background:none;"><a href="http://www.acil.co.in/webmail" target="_blank">Login</a></li></ul></div>');
}

function image()
{
   document.write('');	
}

function contact()
{
	document.write('<div class="contact"><div class="contactheading">Contact</div><span class="whitebold">Aneja Construction (India) Ltd.</span><br /><p align="justify">4-5, Vinay Complex,<br />Nr Dudh Dhara Dairy,<br />Old   N H No 8,<br />Bharuch<br />  Tel: +91-2642-227323<br /></div>');
}

function contact1()
{
	document.write('<div class="contact1"><div class="contactheading">Contact</div><span class="whitebold">Aneja Construction (India) Ltd.</span><br /><p align="justify">4-5, Vinay Complex,<br />Nr Dudh Dhara Dairy,<br />Old   N H No 8,<br />Bharuch<br />  Tel: +91-2642-227323<br /></div>');
}

function footer()
{
	document.write('<div class="footer"><div class="footer-inside"><div class="footerlink"> <p>2008 Aneja Constructions (India) Ltd &bull;  <a href="disclaimer.html" target="_blank">Disclaimer</a> &bull; <a href="http://www.acil.co.in/webmail" target="_blank">Webmail</a></p></div></div></div>');
	
}

































































