var p_title=new Array();
var p_day=new Array();
var what=0
var when=0

/*Change the below variables to reference your own images. You may have as many images in the slider as you wish*/

p_title[0]="Események a piros színnel jelölt napokon";
p_title[1]="";
p_title[2]="";
p_title[3]="";
p_title[4]="";
p_title[5]="Farsanf, Alsós osztályfarsangok (vagy 12-én)";
p_title[6]="";
p_title[7]="";
p_title[8]="";
p_title[9]="";
p_title[10]="";
p_title[11]="";
p_title[12]="Alsós osztályfarsangok (vagy 5-én)";
p_title[13]="";
p_title[14]="";
p_title[15]="";
p_title[16]="";
p_title[17]="Kerületi helyesírási verseny";
p_title[18]="";
p_title[19]="";
p_title[20]="Informatika (Logo) verseny területi forduló";
p_title[21]="";
p_title[22]="SZMK ülés";
p_title[23]="";
p_title[24]="";
p_title[25]="";
p_title[26]="Zrínyi matematikaverseny területi forduló";
p_title[27]="";
p_title[28]="";

p_day[0]="2010. február";
p_day[1]="február 1. (Ignác)";
p_day[2]="február 2. (Karolina, Aida)";
p_day[3]="február 3. (Balázs)";
p_day[4]="február 4. (Ráhel, Csenge)";
p_day[5]="február 5. (Ágota, Ingrid)";
p_day[6]="február 6. (Dorottya, Dóra)";
p_day[7]="február 7. (Tódor, Rómeó)";
p_day[8]="február 8. (Aranka)";
p_day[9]="február 9. (Abigél, Alex)";
p_day[10]="február 10. (Elvira)";
p_day[11]="február 11. (Bertold, Marietta)";
p_day[12]="február 12. (Lídia, Lívia)";
p_day[13]="február 13. (Ella, Linda)";
p_day[14]="február 14. (Bálint, Valentin)";
p_day[15]="február 15. (Kolos, Georgina)";
p_day[16]="február 16. (Julianna, Lilla)";
p_day[17]="február 17. (Donát)";
p_day[18]="február 18. (Bernadett)";
p_day[19]="február 19. (Zsuzsanna)";
p_day[20]="február 20. (Aladár, Álmos)";
p_day[21]="február 21. (Eleonóra, Norina)";
p_day[22]="február 22. (Gerzson)";
p_day[23]="február 23. (Alfréd)";
p_day[24]="február 24. (Mátyás)";
p_day[25]="február 25. (Géza, Alexander)";
p_day[26]="február 26. (Edina)";
p_day[27]="február 27. (Ákos, Bátor)";
p_day[28]="február 28. (Elemér)";

window.onload=new Function("document.days.diary.value=p_day[what]; document.rotater.description.value=p_title[what]")

function febr(what){
  switch (what){
   case what:
     window.status='';
     document.days.diary.value=p_day[what];
     document.rotater.description.value=p_title[what];
}
}


function februar ()
{
var i; 
  document.write('<center><table class="results2" border="0" align="center">');
  document.write('<tr align=center>');
  document.write('<td>');
  document.write('          <form method="POST" name="days">');
  document.write('        <input type=text name="diary"');
  document.write('               style="background: #F5E1AD; font-size: 14px; text-align: center; color:#433221; 	font-family: Bookman Old Style; border: 0px; width: 400px;"');
  document.write('               size=5>');
  document.write('        </form>');  
  document.write('          <form method="POST" name="rotater">');
  document.write('        <input type=text name="description"');
  document.write('               style="background: #F5E1AD; font-size: 13px; text-align: center; color: #800000; font-family: Bookman Old Style; border: 0px; width: 450px"');
  document.write('               size=50>');
  document.write('        </form>');
  document.write('		</td>');
  document.write('</tr>');
  document.write('</table></center>');

    document.write('<br />'); 
  document.write('<center><table class="results" border="0" align="center">');
  document.write('<tr align=center>');
  document.write('	<td class="focim1">H</td>');
  document.write('	<td class="focim1" >K</td>');
  document.write('	<td class="focim1" >Sze</td>	');
  document.write('	<td class="focim1" >Cs</td>');
  document.write('	<td class="focim1" >P</td>');
  document.write('	<td class="focim1" >Szo</td>	');
  document.write('	<td class="focim1" >V</td>	');
  document.write('</tr>');

  document.write('<tr align=center height=15>');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(1)\'>1</td>	');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(2)\'>2</td>');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(3)\'>3</td>');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(4)\'>4</td>');  
  document.write('	<td><a class="naptar" href=\'javascript:febr(5)\'>5</td>');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(6)\'>6</td>');  
  document.write('	<td><a class="naptarures" href=\'javascript:febr(7)\'>7</td>');
  document.write('</tr>');

  document.write('<tr align=center  height=15 >');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(8)\'>8</td>	');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(9)\'>9</td>');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(10)\'>10</td>');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(11)\'>11</td>');  
  document.write('	<td><a class="naptar" href=\'javascript:febr(12)\'>12</td>');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(13)\'>13</td>');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(14)\'>14</td>	');
  document.write('</tr>');

  document.write('<tr align=center height=15 >');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(15)\'>15</td>	');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(16)\'>16</td>');
  document.write('	<td><a class="naptar" href=\'javascript:febr(17)\'>17</td>');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(18)\'>18</td>');  
  document.write('	<td><a class="naptarures" href=\'javascript:febr(19)\'>19</td>');
  document.write('	<td><a class="naptar" href=\'javascript:febr(20)\'>20</td>');  
  document.write('	<td><a class="naptarures" href=\'javascript:febr(21)\'>21</td>	');
  document.write('</tr>');

  document.write('<tr align=center height=15 >');
  document.write('	<td><a class="naptar" href=\'javascript:febr(22)\'>22</td>	');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(23)\'>23</td>');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(24)\'>24</td>');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(25)\'>25</td>');  
  document.write('	<td><a class="naptar" href=\'javascript:febr(26)\'>26</td>');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(27)\'>27</td>	');
  document.write('	<td><a class="naptarures" href=\'javascript:febr(28)\'>28</td>');
  document.write('</tr>');
  document.write('</table></center>');
}