function printFooter(language)
{
	if (language == 'en') {
		var lang = 'en';
		document.write('<!-- language var is ok -->');
		
	}
	printFooter();
}

function printFooter()
{
if (typeof lang == 'undefined' || lang == '') {
document.write('<table width="960" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td height="35" colspan="6" valign="top" bgcolor="#B99380"><img src="also.gif" width="960" height="35" border="0" usemap="#Map1" /></td>');
document.write('</tr>');
document.write('</table>');
document.write('<map name="Map1" id="Map1">');
document.write('<area shape="rect" coords="26,4,149,31" href="aloldal.html?kategoria=csaladi" />');
document.write('<area shape="rect" coords="217,4,328,31" href="aloldal.html?kategoria=tarsashaz" />');
document.write('<area shape="rect" coords="334,4,452,31" href="aloldal.html?kategoria=kozep" />');
document.write('<area shape="rect" coords="155,4,212,31" href="aloldal.html?kategoria=villak" />');
document.write('<area shape="rect" coords="792,4,936,31" href="terkep.html" />');
document.write('<area shape="rect" coords="688,4,788,31" href="iroda.html" />');
document.write('<area shape="rect" coords="576,4,678,31" href="szaktanacsadas.html" />');
document.write('</map>');
}
else if (lang == 'en') {
document.write('<table width="960" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td height="35" colspan="6" valign="top" bgcolor="#B99380"><img src="en-also.gif" width="960" height="35" border="0" usemap="#Map1" /></td>');
document.write('</tr>');
document.write('</table>');
document.write('<map name="Map1" id="Map1">');
document.write('<area shape="rect" coords="26,4,145,31" href="en-aloldal.html?kategoria=csaladi" />');
document.write('<area shape="rect" coords="217,4,356,31" href="en-aloldal.html?kategoria=tarsashaz" />');
document.write('<area shape="rect" coords="369,4,506,31" href="en-aloldal.html?kategoria=kozep" />');
document.write('<area shape="rect" coords="157,4,207,31" href="en-aloldal.html?kategoria=villak" />');
document.write('<area shape="rect" coords="841,4,937,31" href="en-terkep.html" />');
document.write('<area shape="rect" coords="741,4,832,31" href="en-iroda.html" />');
document.write('</map>');
}

}
