/*

<script language="JavaScript">
mszakasz = 1;
</script>

<p align="center"><font FACE="Arial" SIZE="1">
<script src="../doc/modrepugras.js"></script>
</font></p>
*/

fm = new Array();
var ix;
var sp;
sp = '&nbsp; ';

ix = 0;

fm[++ix]="http://www.cavalloni.hu/2000_2/repuleselmelet.htm";
fm[++ix]="http://www.cavalloni.hu/2000_3/repuleselmelet2.htm";
fm[++ix]="http://www.cavalloni.hu/2000_4/24_repelmelet3.htm";
fm[++ix]="http://www.cavalloni.hu/2001_1/22_repelm.htm";
fm[++ix]="http://www.cavalloni.hu/2001_2/repelm5.htm";
fm[++ix]="http://www.cavalloni.hu/2001_3/22_modellrepules6.htm";
fm[++ix]="http://www.cavalloni.hu/2001_4/16_modrepelm7.htm";
fm[++ix]="http://www.cavalloni.hu/2002_1/34_modrepelm8.htm";
fm[++ix]="http://www.cavalloni.hu/2002_2/22_modrepelm9.htm";
fm[++ix]="http://www.cavalloni.hu/2002_3/22_modrepelm10.htm";


if (mszakasz>1)
    document.write('<a href="' + fm[mszakasz-1] + '">&lt;&lt; előző rész</a>'); 

if (mszakasz > 1 && mszakasz < 10)
	document.write(sp+'|'+sp); 

if (mszakasz<10)
    document.write('<a href="' + fm[mszakasz+1] + '">következő rész &gt;&gt;</a>'); 

document.write('<br>'); 
document.write('A sorozat többi része: ');
for ( ix=1; ix < 11; ++ix ) {

        document.write(sp+sp); 

	if (ix != mszakasz ) {
    	    document.write('<a href="' + fm[ix] + '">' + ix + '</a>'); 
	} else {
	    document.write( '('+ix+')'); 
	}
}


