function LeftMenu(){ //v2.0
var menu;
menu="<td vAlign=top align=center width=167 bgColor=#ffffff>"+
	"<table width=100% cellpadding=0 cellspacing=0 border=0>"+
	"<tr><td><a href='../Job_Seekers/SeekerReg.aspx'><img src=images/Seekers.jpg border=0 /></a></td></tr>"+
		"<tr><td><a href='EmpReg.aspx'><img src=images/Employer.jpg border=0 /></a></td></tr>"+
		"<tr><td><a href='../Train.aspx'><img src=images/Train.jpg border=0 /></a></td></tr>"+
		"<tr><td><a href='../serv.aspx'><img src=images/Serv.jpg border=0 /></a></td></tr>"+
		"<tr><td><a href='../ShowNews.aspx'><img src=images/News.jpg border=0 /></a></td></tr>"+ 	
		"<tr><td><a href='../Tell.aspx'><img src=images/Tell.jpg border=0 /></a></td></tr>"+
		"<tr><td height=10></td></tr>"+
		"<!--tr><td><a href='../Stories.aspx'><img src=images/Stories.jpg border=0 /></a></td></tr-->"+

		"<tr><td> <SCRIPT language='javascript' src='../chat.js'></SCRIPT> </td></tr>"+

		"</table>"
		
document.write(menu);



var ABC;
ABC="<table cellSpacing=0 cellPadding=0 width=100% border=0>"+
        "<tr><td><IMG src=images/TopLoginEMp.jpg border=0></td></tr>"+
        "<tr><td vAlign=top align=center><table cellSpacing=0 cellPadding=0 width=100% border=0>"+
        "<tr><td bgColor=#e3e3e3 widt=1></td></tr>"+
	"<tr><td>"+
        "<OBJECT codeBase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' height='160' width='168' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' VIEWASTEXT><PARAM NAME='_cx' VALUE='4657'><PARAM NAME='_cy' VALUE='609'><PARAM NAME='Movie' VALUE='images/elMaaly.swf'><PARAM NAME='Src' VALUE='images/elMaaly.swf'><PARAM NAME='Quality' VALUE='High'><PARAM NAME='Menu' VALUE='-1'><embed src='images/elMaaly.swf' quality='high' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' height='100%' width='100%' bgcolor='#3d4099'></embed></OBJECT>"+
	"</td></tr>"+
        "<td bgColor=#e3e3e3 widt=1></td>"+
        "</td></tr>"+
        "<td><IMG src=images/LoginEmpBot.jpg border=0></td></tr></table></table>"
document.write(ABC);
}
