
var it

document.write(	'<table width="200"><tr><td bgcolor="#FFFFFF"><b>Tartalom:</b><br>');

//document.write(	'<table width="200"><tr><td bgcolor="#00ffff"><h3>Tartalom:</h3><p>');

it=1;
while (it<=ixmax)
{

	if (resz == it)
	document.write(	'<a href="' +f[it]+'">' + c[it] + ' <b>&lt;&lt;</b><br>');
	else
	document.write(	'<a href="' +f[it]+'">' + c[it] + '<br>');
  	
	++it;
}

document.write(	'</td></tr></table>' );

