<!--//
function showPictLinks()
{
	document.write ('<table bgcolor="#FFFFFF" border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber2" width="770">');
	document.write ('<tr>');
	document.write ('<td><a href="about_us.html"><img src="images/about.jpg" width="110" height="120" border="0"></a></td>');
	document.write ('<td width="6">&nbsp;</td>');
	document.write ('<td><a href="service.html"><img src="images/service.jpg" width="144" height="120" border="0"></a></td>');
	document.write ('<td width="6">&nbsp;</td>');
	document.write ('<td><a href="ongoing_projects.html"><img src="images/ongoing.jpg" width="140" height="120" border="0"></a></td>');
	document.write ('<td width="6">&nbsp;</td>');
	document.write ('<td><a href="projects_completed.html"><img src="images/completed.jpg" width="90" height="120" border="0"></a></td>');
	document.write ('<td width="6">&nbsp;</td>');
	document.write ('<td><a href="clients.html"><img src="images/clients.jpg" width="130" height="120" border="0"></a></td>');
	document.write ('<td width="6">&nbsp;</td>');
	document.write ('<td align="right"><a href="infrastructure.html"><img src="images/infra.jpg" width="126" height="120" border="0"></a></td>');
	document.write ('</tr>');
	document.write ('</table>');
}

function showBotLinks()
{

	document.write ('<table width="770" height="20" border="1" bordercolorlight="#55A653" bordercolordark="#000000" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">');
	document.write ('<tr>');
	document.write ('<td width="50" bgcolor="#000000"><img src="images/dot.gif" width="1" height="1"></td>');
	document.write ('<td align="center" bgcolor="#000000" onmouseover="this.bgColor=\'#720500\'" onmouseout="this.bgColor=\'#000000\'"><a href="about_us.html">About us</a></td>');
	document.write ('<td align="center" bgcolor="#000000" onmouseover="this.bgColor=\'#720500\'" onmouseout="this.bgColor=\'#000000\'"><a href="service.html">Services</a></td>');
	document.write ('<td align="center" bgcolor="#000000" onmouseover="this.bgColor=\'#720500\'" onmouseout="this.bgColor=\'#000000\'"><a href="ongoing_projects.html">Ongoing Projects</a></td>');
	document.write ('<td align="center" bgcolor="#000000" onmouseover="this.bgColor=\'#720500\'" onmouseout="this.bgColor=\'#000000\'"><a href="projects_completed.html">Completed Projects</a></td>');
	document.write ('<td align="center" bgcolor="#000000" onmouseover="this.bgColor=\'#720500\'" onmouseout="this.bgColor=\'#000000\'"><a href="clients.html">Clients &amp; Recognitions</a></td>');
	document.write ('<td align="center" bgcolor="#000000" onmouseover="this.bgColor=\'#720500\'" onmouseout="this.bgColor=\'#000000\'"><a href="infrastructure.html">Infrastructure</a></td>');
	document.write ('<td width="50" bgcolor="#000000"><img src="images/dot.gif" width="1" height="1"></td>');
	document.write ('</tr>');
	document.write ('</table>');
}
//-->