var mnam=new Array("Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"); ical_year=2016;function cal_insert(ids,m){idx=ids+m;t="";t=t+"";for( r=0;r<6;r++ ){t=t+""; for( c=0;c<7;c++ ){if( c!=6 )t=t+"";else t=t+"";}t=t+"";}t=t+"
"+mnam[m-1];t=t+"
PnWtŚrCzPtSoNd
0000
";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