// JavaScript Document
var fileLocation = "http://www.bmaindia.com/"
//var fileLocation = "file:///E:/BMA-New/"

document.write('<div class="horizontalcssmenu">');
  document.write('<ul id="cssmenu1">');
	document.write('<li><a href="' + fileLocation + 'courses/master-programmes.html">Master Programs</a>');
	  document.write('<ul>');
	document.write('<li><a href="' + fileLocation + 'courses/master-programmes.html">MBA - Finance</a></li>');
		document.write('<li><a href="' + fileLocation + 'courses/master-programmes.html">MBA - Human Resource Management</a></li>');
		document.write('<li><a href="' + fileLocation + 'courses/master-programmes.html">MBA - International Business</a></li>');
		document.write('<li><a href="' + fileLocation + 'master-programmes/information-systems.html">MBA - Information Systems</a></li>');
		document.write('<li><a href="' + fileLocation + 'courses/master-programmes.html">MBA - Marketing</a></li>');
		//document.write('<li><a href="' + fileLocation + 'courses/master-programmes.html">MBA - Hospitality and Tourism</a></li>');
		
		/*document.write('<li><a href="' + fileLocation + 'master-programmes/pgprm-rai.html">PGPRM (rai)</a></li>');*/
		//document.write('<li><a href="' + fileLocation + 'master-programmes/professional-finance-banking.html">Master of Professional Finance and Banking (MPFB)</a></li>');
/*		document.write('<li><a href="' + fileLocation + 'master-programmes/hospitality-management.html">Master of Hospitality Management (MHM)</a></li>');
		document.write('<li><a href="' + fileLocation + 'master-programmes/professional-accounting.html">Master of Professional Accounting (MPA)</a></li>');
	document.write('<li><a href="' + fileLocation + 'master-programmes/international-business-law.html">LLM in International Business Law</a></li>');*/	
	  document.write('</ul>');
	  
	document.write('</li>');
	document.write('<li><a href="' + fileLocation + 'courses/bachelor-programmes.html">Bachelor Programs</a>');
	  document.write('<ul>');
		document.write('<li><a href="' + fileLocation + 'bachelor-programmes/software-engineering.html">B.Sc (Hons.) in Software Engineering</a></li>');
		//document.write('<li><a href="' + fileLocation + 'bachelor-programmes/information-technology.html">B.Sc (Hons.) in Information Technology</a></li>');
		/*document.write('<li><a href="' + fileLocation + 'bachelor-programmes/international-business.html">BA (Hons.) in International Business Management</a></li>');
		document.write('<li><a href="' + fileLocation + 'bachelor-programmes/business-management.html">BA (Hons.) in Business Management</a></li>');
		document.write('<li><a href="' + fileLocation + 'bachelor-programmes/accounting-finance.html">BA (Hons.) in Accounting & Finance</a></li>');
		document.write('<li><a href="' + fileLocation + 'bachelor-programmes/computer-games-development.html">Bsc (Hons.) in Computer Games Development</a></li>');
		document.write('<li><a href="' + fileLocation + 'bachelor-programmes/network-computing.html">Bsc (Hons.) in IT Network Computing</a></li>');
		document.write('<li><a href="' + fileLocation + 'bachelor-programmes/web-media-technology.html">Bsc (Hons.) in Web Media Technology</a></li>');
		document.write('<li><a href="' + fileLocation + 'bachelor-programmes/marketing.html">BA (Hons.) in Marketing Management</a></li>');
		document.write('<li><a href="' + fileLocation + 'bachelor-programmes/human-resource.html">BA(Hons.) in Human Resource Management</a></li>');*/
	  document.write('</ul>');
	document.write('</li>');
	document.write('<li><a href="' + fileLocation + 'courses/weekend-program.html">Weekend Programs</a>');
	document.write('<ul>');
		document.write('<li><a href="' + fileLocation + 'weekend-programs/ecu-international.html">ECU International MBA</a></li>');
		document.write('<li><a href="' + fileLocation + 'courses/BharathidasanUniversityPGDiploma.html">Bharathidasan University PG Diploma Programs</a></li>');
		document.write('<li><a href="' + fileLocation + 'weekend-programs/twinning-programmes.html">Twinning Programs</a></li>');
		
/*		document.write('<li><a href="' + fileLocation + 'weekend-programs/mba-finance.html">MBA - Finance</a></li>');
		document.write('<li><a href="' + fileLocation + 'weekend-programs/mba-hrm.html">MBA - Human Resource Management</a></li>');
		document.write('<li><a href="' + fileLocation + 'weekend-programs/hospitality-tourism.html">MBA - Hospitality and Tourism Management</a></li>');
		document.write('<li><a href="' + fileLocation + 'weekend-programs/international-business.html">MBA - International Business</a></li>');
		document.write('<li><a href="' + fileLocation + 'weekend-programs/mba-marketing.html">MBA - Marketing</a></li>');
		document.write('</ul></li>');
	document.write('<li><a href="' + fileLocation + 'courses/twinning-programmes.html">Twinning Programs</a>');
		document.write('<ul>');
		document.write('<li><a href="' + fileLocation + 'twinning-programmes/mba-marketing-pondicherry.html">MBA - Marketing</a></li>');
		document.write('<li><a href="' + fileLocation + 'twinning-programmes/mba-finance-pondicherry.html">MBA - Finance</a></li>');
		document.write('<li><a href="' + fileLocation + 'twinning-programmes/mba-international-pondicherry.html">MBA - International Business</a></li>');
		document.write('<li><a href="' + fileLocation + 'twinning-programmes/mba-hrm-pondicherry.html">MBA - Human Resource Management</a></li>');
		document.write('<li><a href="' + fileLocation + 'twinning-programmes/mba-general-pondicherry.html">MBA - General</a></li>');
		document.write('<li><a href="' + fileLocation + 'twinning-programmes/mcom-finance-pondicherry.html">M. Com Finance</a></li>');
		document.write('<li><a href="' + fileLocation + 'twinning-programmes/ma-tamil-pondicherry.html">M.A Tamil</a></li>');
		document.write('<li><a href="' + fileLocation + 'twinning-programmes/ma-hindi-pondicherry.html">M.A Hindi</a></li>');
		document.write('<li><a href="' + fileLocation + 'twinning-programmes/ma-english-pondicherry.html">M.A English</a></li>');
		document.write('<li><a href="' + fileLocation + 'twinning-programmes/ma-sociology-pondicherry.html">M.A Sociology</a></li>');
*/	  document.write('</ul>');
	document.write('</li>');
  document.write('</ul>');
document.write('</div>');