function displayFooter(){
if (lang == "ru") {
// START TEMPORARY
	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 1019 KIRYAT TIVON 36015 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;
// END TEMPORARY
} else {
	var footerStr = "";
	footerStr += '</TD>';
	footerStr += '</TR>';
	footerStr += '<TR>';
	footerStr += '<TD>';
	// google ads
	footerStr += '</TD>';
	footerStr += '</TR>';
  	footerStr += '<TR>';
    	footerStr += '<TD COLSPAN=2>';
	// footer
	footerStr += '<BR>';
   	footerStr += '<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 BORDER=0>';
	footerStr += '<TR>';
	footerStr += '<TD WIDTH=15 HEIGHT=15><IMG SRC="' + vPath + 'images/frame_nw.gif"></TD>';
	footerStr += '<TD BACKGROUND="' + vPath + 'images/frame_horizontal_top.gif"></TD>';
	footerStr += '<TD WIDTH=15 HEIGHT=15><IMG SRC="' + vPath + 'images/frame_ne.gif"></TD>';
	footerStr += '</TR>';
	footerStr += '<TR>';
	footerStr += '<TD BACKGROUND="' + vPath + 'images/frame_vertical_left.gif"></TD>';
	footerStr += '<TD>';
	footerStr += '<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 BORDER=0>';
	footerStr += '<TR ALIGN="CENTER">';
	footerStr += '<TD CLASS="footer">POB 1019 KIRYAT TIVON 36015</TD>';
	footerStr += '<TD CLASS="footer">03-610-6688</TD>';
	footerStr += '<TD CLASS="footer">&copy; ALL RIGHTS RESERVED</TD>';
	footerStr += '<TD CLASS="footer"><A HREF="mailto:DAATEMET@NETVISION.NET.IL">DAATEMET@NETVISION.NET.IL</A></TD>';
	footerStr += '</TR>';
	footerStr += '</TABLE>';
	footerStr += '</TD>';
	footerStr += '<TD BACKGROUND="' + vPath + 'images/frame_vertical_right.gif"></TD>';
	footerStr += '</TR>';
	footerStr += '<TR>';
	footerStr += '<TD WIDTH=15 HEIGHT=15><IMG SRC="' + vPath + 'images/frame_sw.gif"></TD>';
	footerStr += '<TD BACKGROUND="' + vPath + 'images/frame_horizontal_bottom.gif"></TD>';
	footerStr += '<TD WIDTH=15 HEIGHT=15><IMG SRC="' + vPath + 'images/frame_se.gif"></TD>';
	footerStr += '</TR>';
	footerStr += '</TABLE>';
	footerStr += '<BR>';
    	footerStr += '</TD>';
	footerStr += '</TR>';
	footerStr += '</TABLE>';
	return footerStr;
}
}