// This java script is for vertical navigation bar	
//Autor: a1yadu@yahoo.com. Arikav Textiles Ltd. 
	
document.write('<TABLE cellpadding="0" border="0" cellspacing="0" width="146">')

	document.write('<TR><TD>&nbsp;</TD></TR>')

	document.write('<TR><TD>&nbsp;</TD></TR>')
	
	document.write('<TR><TD><a href="index.html"><img border="0" src="images/Home.gif" width="146" height="18"></a></TD></TR>')

	document.write('<tr><td><img border="0" src="images/AboutUs.gif" width="146" height="18"></td></tr>')

	document.write('<TR><TD><a href="company.html"><img border="0" src="images/Company.gif" width="146" height="18"></a></TD></TR>')

	document.write('<TR><TD><a href="chairman.html"><img border="0" src="images/Chairman.gif" width="146" height="18"></a></TD></TR>')

	document.write('<TR><TD><a href="team.html"><img border="0" src="images/Team.gif" width="146" height="18"></a></TD></TR>')

	document.write('<TR><TD><img border="0" src="images/Products.gif" width="146" height="18"></TD></TR>')	

	document.write('<TR><TD><a href="yarns.html"><img border="0" src="images/Yarn.gif" width="146" height="18"></a></TD></TR>')

	document.write('<tr><td width="100%"><a href="fabrics.html"><img border="0" src="images/Fabric.gif" width="146" height="18"></a></td></tr>')

	document.write('<TR><TD><a href="knitting.html"><img border="0" src="images/Knitting.gif" width="146" height="18"></a></TD></TR>')

	document.write('<TR><TD><a href="garments.html"><img border="0" src="images/Garments.gif" width="146" height="18"></a></TD></TR>')

	document.write('<tr><td width="100%"><img border="0" src="images/Infrastructure.gif" width="146" height="18"></td></tr>')

	document.write('<TR><TD><a href="technology.html"><img border="0" src="images/Technology.gif" width="146" height="18"></a></TD></TR>')

	document.write('<TR><TD><a href="workforce.html"><img border="0" src="images/WorkForce.gif" width="146" height="18"></a></TD></TR>')

	document.write('<TR><TD><a href="production.html"><img border="0" src="images/Production.gif" width="146" height="18"></a></TD></TR>')

	document.write('<TR><TD><a href="globalpresence.html"><img border="0" src="images/GlobalPresence.gif" width="146" height="18"></a></TD></TR>')

	document.write('<TR><TD><a href="quality.html"><img border="0" src="images/Quality.gif" width="146" height="18"></a></TD></TR>')

	document.write('<TR><TD><a href="customers.html"><img border="0" src="images/Customers.gif" width="146" height="18"></a></TD></TR>')

	document.write('<TR><TD>&nbsp;</TD></TR>')

document.write('</TABLE>')

