﻿function show(e)
{
		if (document.getElementById(e).style.display=='')
		{
			document.getElementById(e).style.display='none';
			return;
		}
		
		document.getElementById("english").style.display='none';
		document.getElementById("professional").style.display='none';
		//document.getElementById("undergraduate").style.display='none';
		//document.getElementById("postgraduate").style.display='none';
		document.getElementById("executive").style.display='none';

		if (document.getElementById(e).style.display=='none')
		{
			document.getElementById(e).style.display='';
		}
		else
		{
			document.getElementById(e).style.display='none';
		}
		
}

document.write('<tr>');
document.write('    <td width="100%" bgcolor="#FFFFFF">');
document.write('    <table cellpadding="0" cellspacing="0" width="100%">');
document.write('      <tr>');
document.write('        <td width="18"></td>');
document.write('        <td width="172" valign="top">');
        
document.write('        <table cellpadding="0" cellspacing="0" width="100%">');
document.write('          <tr>');
document.write('            <td width="100%">');
document.write('            <img border="0" src="images/coursebox/purpletop.jpg" width="172" height="7"></td>');
document.write('          </tr>');
document.write('          <tr>');
document.write('            <td width="100%" background="images/coursebox/purplebg.jpg">');
document.write('            <table cellpadding="0" cellspacing="0" width="100%">');
document.write('              <tr>');
document.write('                <td width="100%" class="webcourseboxheading">');
document.write('                <a href="javascript:show(\'english\')" class="webcourseboxheading">English Language Courses</a>');
document.write('                </td>');
document.write('              </tr>');
document.write('              <tr>');
document.write('                <td width="100%">');
document.write('                <div id=\'english\' style=\'display:none;\'>');
document.write('                <ul class="webcourseboxtextul">');
document.write('                <li><a href="english.html" class="webcourseboxtext">General English Course Details</a></li>');
document.write('                <li><a href="english_fee.html" class="webcourseboxtext">English Language Course Fees</a></li>');
document.write('                </ul>');
document.write('				</div>');
document.write('                </td>');
document.write('              </tr>');
document.write('            </table>');
document.write('            </td>');
document.write('          </tr>');
document.write('          <tr>');
document.write('            <td width="100%">');
document.write('            <img border="0" src="images/coursebox/purplebottom.jpg" width="172" height="7"></td>');
document.write('          </tr>');
document.write('        </table>');
        
document.write('        </td>');
document.write('        <td width="5"></td>');
document.write('        <td width="172" valign="top">');
        
document.write('        <table cellpadding="0" cellspacing="0" width="100%">');
document.write('          <tr>');
document.write('            <td width="100%">');
document.write('            <img border="0" src="images/coursebox/redtop.jpg" width="172" height="7"></td>');
document.write('          </tr>');
document.write('          <tr>');
document.write('            <td width="100%" background="images/coursebox/redbg.jpg">');
document.write('            <table cellpadding="0" cellspacing="0" width="100%">');
document.write('              <tr>');
document.write('                <td width="100%" class="webcourseboxheading">');
document.write('                <a href="javascript:show(\'professional\')" class="webcourseboxheading">Professional Programmes</a>');
document.write('                </td>');
document.write('              </tr>');
document.write('              <tr>');
document.write('                <td width="100%">');
document.write('                <div id=\'professional\' style=\'display:none;\'>');
document.write('                <ul class="webcourseboxtextul">');
/*
document.write('                <li><a href="prof_abe.html" class="webcourseboxtext">ABE Programmes</a></li>');
document.write('                <li><a href="prof_bcs.html" class="webcourseboxtext">BCS Programmes</a></li>');
document.write('                <li><a href="prof_icm.html" class="webcourseboxtext">ICM Programmes</a></li>');
document.write('                <li><a href="prof_iam.html" class="webcourseboxtext">IAM Programmes</a></li>');
*/
//document.write('                <li><a href="accountancy.html" class="webcourseboxtext">Accountancy</a></li>');
document.write('                <li><a href="prof_iam.html" class="webcourseboxtext">Administrative Management</a></li>');
document.write('     			<li><a href="prof_abe_bm.html" class="webcourseboxtext">Business Management</a></li>');

/*document.write('                <li><a href="gdms.html" class="webcourseboxtext">Management Studies</a></li>');

document.write('                <li><a href="prof_abe_fm.html" class="webcourseboxtext">Financial Management</a></li>');
document.write('                <li><a href="prof_abe_hr.html" class="webcourseboxtext">Human Resource Management</a></li>');
document.write('                <li><a href="prof_bcs.html" class="webcourseboxtext">Information Technology</a></li>');
document.write('                <li><a href="prof_icm.html" class="webcourseboxtext">Legal Studies</a></li>');
document.write('                <li><a href="prof_abe_mar.html" class="webcourseboxtext">Marketing</a></li>');
document.write('                <li><a href="prof_abe_tt.html" class="webcourseboxtext">Travel, Tourism and Hospitality</a></li>');
*/

document.write('                </ul>');
document.write('                </div>');
document.write('                </td>');
document.write('              </tr>');
document.write('            </table>');
document.write('            </td>');
document.write('          </tr>');
document.write('          <tr>');
document.write('            <td width="100%">');
document.write('            <img border="0" src="images/coursebox/redbottom.jpg" width="172" height="7"></td>');
document.write('          </tr>');
document.write('        </table>');
        
document.write('        </td>');


/*
document.write('        <td width="5"></td>');
document.write('        <td width="172" valign="top">');
        
document.write('        <table cellpadding="0" cellspacing="0" width="100%">');
document.write('          <tr>');
document.write('            <td width="100%">');
document.write('            <img border="0" src="images/coursebox/greytop.jpg" width="172" height="7"></td>');
document.write('          </tr>');
document.write('          <tr>');
document.write('            <td width="100%" background="images/coursebox/greybg.jpg">');
document.write('            <table cellpadding="0" cellspacing="0" width="100%">');
document.write('              <tr>');
document.write('                <td width="100%" class="webcourseboxheading">');
document.write('                <a href="javascript:show(\'undergraduate\')" class="webcourseboxheading">Undergraduate Programmes</a>');
document.write('                </td>');
document.write('              </tr>');
document.write('              <tr>');
document.write('                <td width="100%">');
document.write('                <div id=\'undergraduate\' style=\'display:none;\'>');
document.write('                <ul class="webcourseboxtextul">');
document.write('                <li><a href="undergarduate_ba_mang.html" class="webcourseboxtext">BA (Hons) Business Management</a></li>');
document.write('                <li><a href="topup.html" class="webcourseboxtext">BA (Hons) Global Business</a></li>');
document.write('                </ul>');
document.write('				</div>');
document.write('                </td>');
document.write('              </tr>');
document.write('            </table>');
document.write('            </td>');
document.write('          </tr>');
document.write('          <tr>');
document.write('            <td width="100%">');
document.write('            <img border="0" src="images/coursebox/greybottom.jpg" width="172" height="7"></td>');
document.write('          </tr>');
document.write('        </table>');
        
document.write('        </td>');

document.write('        <td width="5"></td>');
document.write('        <td width="172" valign="top">');
        
document.write('        <table cellpadding="0" cellspacing="0" width="100%">');
document.write('          <tr>');
document.write('            <td width="100%">');
document.write('            <img border="0" src="images/coursebox/bluetop.jpg" width="172" height="7"></td>');
document.write('          </tr>');
document.write('          <tr>');
document.write('            <td width="100%" background="images/coursebox/bluebg.jpg">');
document.write('            <table cellpadding="0" cellspacing="0" width="100%">');
document.write('              <tr>');
document.write('                <td width="100%" class="webcourseboxheading">');
document.write('                <a href="javascript:show(\'postgraduate\')" class="webcourseboxheading">Postgraduate Programmes</a>');
document.write('                </td>');
document.write('              </tr>');
document.write('              <tr>');
document.write('                <td width="100%">');
document.write('                <div id=\'postgraduate\' style=\'display:none;\'>');
document.write('                <ul class="webcourseboxtextul">');
document.write('                <li><a href="pg_diploma_bm.html" class="webcourseboxtext">PGD in Business Management (ABE)</a></li>');
document.write('                <li><a href="mba.html" class="webcourseboxtext">MBA Progression Route</a></li>');
document.write('				</ul>');
document.write('				</div>');
document.write('                </td>');
document.write('              </tr>');
document.write('            </table>');
document.write('            </td>');
document.write('          </tr>');
document.write('          <tr>');
document.write('            <td width="100%">');
document.write('            <img border="0" src="images/coursebox/bluebottom.jpg" width="172" height="7"></td>');
document.write('          </tr>');
document.write('        </table>');
        
document.write('        </td>');
*/



document.write('        <td width="5"></td>');
document.write('        <td width="172" valign="top">');
        
document.write('        <table cellpadding="0" cellspacing="0" width="100%">');
document.write('          <tr>');
document.write('            <td width="100%">');
document.write('            <img border="0" src="images/coursebox/greentop.jpg" width="172" height="7"></td>');
document.write('          </tr>');
document.write('          <tr>');
document.write('            <td width="100%" background="images/coursebox/greenbg.jpg">');
document.write('            <table cellpadding="0" cellspacing="0" width="100%">');
document.write('              <tr>');
document.write('                <td width="100%" class="webcourseboxheading">');
document.write('                <a href="javascript:show(\'executive\')" class="webcourseboxheading">Executive Programmes</a>');
document.write('                </td>');
document.write('              </tr>');
document.write('              <tr>');
document.write('                <td width="100%">');
document.write('                <div id=\'executive\' style=\'display:none;\'>');
document.write('                <ul class="webcourseboxtextul">');
document.write('                <li><a href="executive.html" class="webcourseboxtext">Business Communication</a></li>');
document.write('				<li><a href="executive.html" class="webcourseboxtext">Financial Management</a></li>');
document.write('				<li><a href="executive.html" class="webcourseboxtext">Human Resource Planning and Development</a></li>');
document.write('				<li><a href="executive.html" class="webcourseboxtext">Information and Communications Technology/Management</a></li>');
document.write('				<li><a href="executive.html" class="webcourseboxtext">Leadership</a></li>');
document.write('				<li><a href="executive.html" class="webcourseboxtext">Public Sector</a></li> ');
document.write('				</ul>');
document.write('				</div>');
document.write('                </td>');
document.write('              </tr>');
document.write('            </table>');
document.write('            </td>');
document.write('          </tr>');
document.write('          <tr>');
document.write('            <td width="100%">');
document.write('            <img border="0" src="images/coursebox/greenbottom.jpg" width="172" height="7"></td>');
document.write('          </tr>');
document.write('        </table>');
        
document.write('        </td>');
//document.write('        <td width="18"></td>');
document.write('        <td width="372"></td>');
document.write('      </tr>');
document.write('      </table>');
document.write('    </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="100%" bgcolor="#FFFFFF">&nbsp;</td>');
document.write('  </tr>');
