var mnam=new Array("Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień");
ical_year=2025;function cal_insert(ids,m){idx=ids+m;t="
"+mnam[m-1];t=t+" |
";t=t+"Pn | Wt | Śr | Cz | Pt | So | Nd |
";for( r=0;r<6;r++ ){t=t+"";
for( c=0;c<7;c++ ){if( c!=6 )t=t+"00 | ";else
t=t+"00 | ";}t=t+"
";}t=t+"
";document.write(t);chg_month(idx,m);}
function chg_month(idx,m){dat=new Date();dat.setDate(1);dat.setMonth(m-1);dat.setYear(ical_year);week_day=dat.getDay()-1;if( week_day<0 )week_day=6;
;maxd=days_in_month(m,ical_year);t_cal=document.getElementById(idx);count=0;day=0;for( r=0; r<6; r++ ){
for( c=0; c<7; c++ ){if( count >= week_day && day