function afiseaza(x, y) 
{
	igrec = ' <HTML><HEAD><TITLE>Jewish Heritage Trail</TITLE><link rel="stylesheet" href="style.css" type="text/css"></HEAD><BODY bgcolor="#EEEEEE" topmargin=0 leftmargin=10><CENTER> <TABLE><TR><TD><IMG src="images/mostenirea/03/' + x + '.gif" border=0 align=center hspace=10></TD><TD width=200><B>' + y + ' </B></TD></TR><TR><TD><BR><CENTER><I>Courtesy of the History Museum of the Romanian Jewish Federation, Bucharest</I></CENTER></TD></TR><TR><TD colspan=2><HR color=#A0B4D5 size=1><CENTER><A href="javascript: history.back(1)">- back -</A></CENTER><BR><BR></TD></TR></TABLE></CENTER></BODY></HTML>';
	document.write(igrec);
}
