function displayFooter(){
	var footerStr = "";
	var lineHeight = 24;
	footerStr += '<br>';
	footerStr += '<\/td>';
	footerStr += '<\/tr>';
	footerStr += '<tr>';
	footerStr += '<td colspan=2 align=center background=' + vPath + 'images/line.gif>';
	footerStr += '<table width="98%" cellpadding="0" cellspacing="0" border=0>';
	footerStr += '<tr height=' + lineHeight + '>';
	footerStr += '<td align=left valign=middle>';
	footerStr += '<span class=footer>POB 39425 TEL AVIV 61393 03-6106688</span>';
	footerStr += '<\/td>';
	footerStr += '<td align=center valign=middle>';
	footerStr += '<span class=footer>&copy; ALL RIGHTS RESERVED</span>';
	footerStr += '<\/td>';
	footerStr += '<td align=right valign=middle>';
	footerStr += '<a href="mailto:daatemet@netvision.net.il" border=0>';
	footerStr += '<span class=footer>DAATEMET@NETVISION.NET.IL</span>';
	footerStr += '<\/a>';
	footerStr += '<\/td>';
	footerStr += '<\/tr><\/table>';
	footerStr += '<\/td>';
	footerStr += '<\/tr>';
	footerStr += '<\/table>';
	return footerStr;
}