// JavaScript Document

function menuTable()
{
	document.write('<table width=\"662\" height=\"21\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">');
	document.write('<tr><td width=\"662\"><img src=\"images/grey.gif\" width=\"4\" height=\"21\"><a href=\"index.html\"><img src=\"images/lnkHome.gif\" width=\"67\" height=\"21\" border=\"0\"></a>');
	document.write('<img src=\"images/grey.gif\" width=\"1\" height=\"21\"><a href=\"aboutUs.htm\"><img src=\"images/lnkAboutUs.gif\" width=\"78\" height=\"21\" border=\"0\"></a>');
	document.write('<img src=\"images/grey.gif\" width=\"1\" height=\"21\"><a href=\"clientServices.htm\"><img src=\"images/lnkClientServices.gif\" width=\"111\" height=\"21\" border=\"0\"></a>');
	document.write('<img src=\"images/grey.gif\" width=\"1\" height=\"21\"><a href=\"postCV.htm\"><img src=\"images/lnkPostCV.gif\" width=\"100\" height=\"21\" border=\"0\"></a><img src=\"images/grey.gif\" width=\"1\" height=\"21\">');
	document.write('<a href=\"vacancies.php\"><img src=\"images/lnkVacancies.gif\" width=\"83\" height=\"21\" border=\"0\"></a><img src=\"images/grey.gif\" width=\"1\" height=\"21\">');
	document.write('<a href=\"testimonials.htm\"><img src=\"images/lnkTestimonials.gif\" width=\"100\" height=\"21\" border=\"0\"></a><img src=\"images/grey.gif\" width=\"1\" height=\"21\">');
	document.write('<a href=\"contactUs.htm\"><img src=\"images/lnkContactUs.gif\" width=\"113\" height=\"21\" border=\"0\"></a></td></tr>');
	document.write('</table>');

}

function footer()
{
	document.write('<table width=\"662\" height=\"29\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">');
    document.write('<tr><td width=\"662\" height=\"30\" bgcolor=\"#C3C3C3\">');
	document.write('<table width=\"662\" height=\"21\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\" class=\"tahoma9grey\">');
	document.write('<tr><td width=\"17\"><img src=\"images/leftBottom.gif\" width=\"17\" height=\"21\"></td>');
	document.write('<td width=\"503\">&copy;&nbsp;2004 Jobscan. All rights reserved.</td>');
	document.write('<td width=\"137\" align=\"right\">&nbsp; </td>');
	document.write('<td width=\"5\"><img src=\"images/rtBottom.gif\" width=\"5\" height=\"21\"></td>');
	document.write('</tr></table></td></tr></table>');
}

