
document.writeln('<TABLE cellSpacing=0 cellPadding=0 width=190 border=0>');
document.writeln('<TBODY>');
document.writeln('  <TR>');
document.writeln('  <TD>');

document.writeln('  <UL type="square">');
document.writeln('  <LI><a href="guidelines.html">Student Guidelines</a></LI>');
document.writeln('  <LI><a href="fee.html">Fee Structure</a></LI>');
document.writeln('  <LI><a href="placement.html">Placement</a></LI>');

document.writeln('  <LI><b>Corporate Training</b>');

document.writeln('  <UL type="disc">');
document.writeln('  <LI><a href="corpportfolio.html">Training Portfolio</a></LI>');
document.writeln('  <LI><a href="corpclient.html">Client Base</a></LI>');
document.writeln('  </UL>');
document.writeln('  </LI>');

document.writeln('  <LI><a href="faculty.html">Faculty Profile</a></LI>');
document.writeln('  </UL>');

document.writeln('</TD>');
document.writeln('</TR>');
document.writeln('</TBODY>');
document.writeln('</TABLE>');
document.writeln('<SCRIPT language=JavaScript1.2 src="leftlinksindex.js" type="text/javascript"></SCRIPT>');



  
