 
function menu_over(name, mnu)
{
	document.images[name].value = 'images/mnu' + mnu + '.gif'
}

function write_menu()
{
	document.write("<tr>");
	document.write("<td colspan='4' valign='bottom' align='left' scope='col'>");
	document.write("<a href='index.html'><IMG alt='About us' src='new_images/aboutus1.gif' border='0'></a>");
	document.write("<a href='tuition.html'><IMG alt='About us' src='new_images/tuition1.gif' border='0'></a>");
	document.write("<a href='ielts.html'><IMG alt='IELTS' src='new_images/ielts1.gif' border='0'></a>");
	document.write("<a href='training.html'><IMG alt='Corporate Training' src='new_images/training1.gif' border='0'></a>");
	document.write("<a href='courses.html'><IMG alt='English course hk' src='new_images/courses1.gif' border='0'></a>");
	document.write("<a href='proofreading.html'><IMG alt='Editing' src='new_images/editing1.gif' border='0'></a>");
	document.write("<a href='resources.html'><IMG alt='ESL Resources' src='new_images/resources1.gif' border='0'></a>");
	document.write("<a href='blog/index.php'><IMG alt='Forums' src='new_images/forums1.gif' border='0'></a>");
	document.write("<a href='bookstore.html'><IMG alt='ESL Bookshop' src='new_images/bookstore1.gif' border='0'></a>");
	document.write("<a href='teaching.html'><IMG alt='teaching jobs hk' src='new_images/teaching1.gif' border='0'></a>");
	document.write("<a href='contactus.html'><IMG alt='Contact us' src='new_images/contactus1.gif' border='0'></a>");
	document.write("</td>");
	document.write("</tr>");
}

function write_bottomLinks()
{
      document.write("<table width='680' height='25' border='0' align='left' cellpadding='0' cellspacing='0'>");
      document.write("<tr>");
      document.write("<td width='59' height='25'><span class='style21'><a href='index.html'>About Us</a></span></td>");
      document.write("<td width='56'><div align='center' class='style21'><a href='tuition.html'>Tuition</a></div></td>");
      document.write("<td width='53'><div align='center' class='style21'><a href='ielts.html'>IELTS</a></div></td>");
      document.write("<td width='122'><div align='center' class='style21'><a href='training.html'>Corporate Training </a></div></td>");
      document.write("<td width='59'><div align='center' class='style21'><a href='proofreading.html'>Editing</a></div></td>");
      document.write("<td width='63'><div align='center' class='style21'><a href='writing.html'>Writing</a></div></td>");
      document.write("<td width='68'><div align='center' class='style21'><a href='blog/index.php'>Forums</a></div></td>");
      document.write("<td width='47'><div align='center'><span class='style21'><a href='teaching.html'>Jobs</a></span></div></td>");
      document.write("<td width='59'><div align='center'><span class='style21'><a href='englishlinks.html'>Links</a></span></div></td>");
      document.write("<td width='94'><span class='style21'><a href='contactus.html'>Contact Us </a></span></td>");
      document.write("</tr>");
      document.write("</table>");
	
}