function chOver(obj)
{
	obj.style.backgroundColor = '#DDEEFF'
}

function chOut(obj)
{
	obj.style.backgroundColor = '#FFFFFF'
}

function initProfileStructureLinks()
{
	document.write("" +
	"<!-- <p><span style='font-size:9pt; color:indianred; font-weight:bold'>Group Companies</span> -->" +
	"<p><span style='color:666666; font-weight:bold'>Business Organizations</span>" +
	"<br><a href='profileStructureVHPL.html' class='localAClass'>Venkateshwara Hatcheries Private Limited</a></a>" +
	"<br><a href='profileStructureVIL.html' class='localAClass'>Venky's (India) Limited</a></em>" +
	"<br><a href='profileStructureVenco.html' class='localAClass'>Venco Research &amp; Breeding Farm Limited</a>" +
	"<br><a href='profileStructureVRB.html' class='localAClass'>Venkateshwara Research &amp; Breeding Farm Limited</a>" +
	"<br><a href='profileStructureVJ.html' class='localAClass'>VJ Equipment Limited</a>" +
	"<br><a href='profileStructureVR.html' class='localAClass'>VR Equipment Limited</a>" +
	"<br><a href='profileStructureUttara.html' class='localAClass'>Uttara Foods and Feeds Private Limited</a>" +
	"<br><a href='profileStructureShivalik.html' class='localAClass'>Shivalik Hatcheries Limited</a>" +
	"<br><a href='profileStructureEastern.html' class='localAClass'>Eastern Hatcheries Limited</a>" +
	"<br><a href='profileStructureVBIL.html' class='localAClass'>Venkateshwara Biosentry (India) Limited</a>" +
	"<br><a href='profileStructureBVFeedSMCL.html' class='localAClass'>BV Feed Supplements Manufacturing Company Limited</a>" +
	"<p>	<span style='color:666666; font-weight:bold'>Service Oriented Organizations</span>" +
	"<br><a href='profileStructureIPMT.html' class='localAClass'>Dr. BV Rao Institute of Poultry Management and Technology</a>" +
	"<br><a href='profileStructureCharitable.html' class='localAClass'>Venkateshwara Charitable Foundation</a>" +
	"<!-- <p>	<a href='#' onClick=showSpecifications('profileStructureBlowUp.html') style='color:indianred'><b>VH Group Chart :: Graphic Representation</b></a>-->"
	)
}

function showSpecifications(HTMLPage)
{
	newWin = window.open(HTMLPage,'win','left=0,top=0,fullscreen');
	newWin.focus();
}
