function Footer(){ //v2.0
var menu;
menu="<td colspan=5 valign=top align=center bgcolor=#FFFFFF height=20>"+
		"<table width=100% cellpadding=0 cellspacing=0 border=0>"+
		"<tr><td width=3 bgcolor=A4BDC7></td><td valign=middle align=center>"+
		"<table width=98% cellpadding=0 cellspacing=0 border=0>"+ 	
		"<tr><td class=Footers><a href=EmpFullData.aspx class=Footers>Full Data</a></td><td class=Footers>|</td><td class=Footers><a href=Update_OrgData.aspx class=Footers>Update Data</a></td><td class=Footers>|</td>"+ 	
		"<td class=Footers><a href='Update_BusData.aspx' class=Footers>Update Business Data</a></td><td class=Footers>|</td>"+ 	
		"<td class=Footers><a href='Update_ContactData.aspx' class=Footers>Update Contact Persons</a></td><td class=Footers>|</td>"+
		"<td class=Footers><a href='ChangePass.aspx' class=Footers>Change Password</a></td><td class=Footers>|</td>"+
		"<td class=Footers><a href='FindApp_Cv.aspx' class=Footers>Find Job Seekers</a></td><td class=Footers>|</td>"+
		"<td class=Footers><a href='JobOrder_Cv.aspx' class=Footers>Job Orders </a></td><td class=Footers>|</td>"+
		"<td class=Footers><a href='SubmOrders_Cv.aspx' class=Footers>Submitted Job Orders</a></td><td class=Footers>|</td>"+
		"<td class=Footers><a href='SubApplicants_Cv.aspx' class=Footers>Submitted Applicants </a></td>"+
		"<tr><td class=Footers colspan=21>Copyright &copy; 2007 El Maaly, All right reserved</td></tr></table></td><td width=3 bgcolor=A4BDC7></td></tr></table></td></tr><tr><td colspan=5><img src=images/Final.jpg width=777></td></tr>"+
        "</table>"
		document.write(menu);
}
