// Copyright (c) 1996-1999 Suzan van Prooijen, cattery El Sham
// Version 1.9 5 January 1999
// Please only use this script on *this* page:
// (http://www.dataweb.nl/~sham/misc7.html).
// *Do Not* copy, modify, or distribute this script.

var Datum =""
var timed = 0
var tel=0
var months=0
var years=0
var days=0
var NumbDays=86400000*7
var OneDay=86400000*1
var date001
var today
var temptxt
var Tom,Queen,Breeder
var datum01, datum02, datum03, datum04, datum05, datum06, datum07, datum08, datum09, datum10,
    datum11, datum12, datum13, datum14, datum15, datum16, datum17, datum18, datum19, datum20,
    datum01a, datum02a, datum03a, datum04a, datum05a, datum06a, datum07a, datum08a, datum09a, datum10a,
    datum11a, datum12a, datum13a, datum14a, datum15a, datum16a, datum17a, datum18a, datum19a, datum20a

function formHandler(){
var URL=document.GoToPage.selectname.options[document.GoToPage.selectname.selectedIndex].value;
window.location.href=URL;
}

function Validate() {

	if(document.forms[1].month.options[1].selected==true
	&&  (document.forms[1].year.options[4].selected ==true)
	&& (document.forms[1].day.options[29].selected ==true
	||  document.forms[1].day.options[30].selected ==true)) {
	alert("Wrong date! Maximum days in February, 2012: 29");
	return false;
	};

	if( document.forms[1].month.options[1].selected== true
	&& (document.forms[1].year.options[4].selected != true)
	&& (document.forms[1].day.options[28].selected == true
	||  document.forms[1].day.options[29].selected == true
	||  document.forms[1].day.options[30].selected == true)) {
	alert("Wrong date! Maximum days in February: 28");
	return false;
	};

	if((document.forms[1].month.options[3].selected == true
	||  document.forms[1].month.options[5].selected == true
	||  document.forms[1].month.options[8].selected == true
	||  document.forms[1].month.options[10].selected == true)
	&& (document.forms[1].day.options[30].selected ==true)) {
	alert("Wrong date! Maximum days: 30");
	return false;
	};

	for(tel=0; tel <= 11; tel += 1)
	  { if(document.forms[1].month.options[tel].selected == true)
	    { months=document.forms[1].month.options[tel].text }};

	for(tel=0; tel <= 6; tel += 1)
	  { if(document.forms[1].year.options[tel].selected == true)
	    { years=document.forms[1].year.options[tel].text }};

	for(tel=0; tel <= 30; tel += 1)
	  { if(document.forms[1].day.options[tel].selected == true)
	    { days=document.forms[1].day.options[tel].text }};

	MyDate = new Date(months+" "+days+", "+years);

	AnotherDate=MyDate.getTime();
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	document.forms[0].week1.value=Datum;

	AnotherDate=MyDate.getTime()+ (NumbDays*1);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	document.forms[0].week2.value= Datum;

	AnotherDate=MyDate.getTime()+ (NumbDays*2);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	var Date1=new Date(AnotherDate);
	document.forms[0].week3.value= Datum;

	AnotherDate=MyDate.getTime()+ (NumbDays*3);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	document.forms[0].week4.value= Datum;

	AnotherDate=MyDate.getTime()+ (NumbDays*4);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	document.forms[0].week5.value= Datum;

	AnotherDate=MyDate.getTime()+ (NumbDays*5);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	document.forms[0].week6.value= Datum;

	AnotherDate=MyDate.getTime()+ (NumbDays*6);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	document.forms[0].week7.value= Datum;

	AnotherDate=MyDate.getTime()+ (NumbDays*7);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	document.forms[0].week8.value= Datum;

	AnotherDate=MyDate.getTime()+ (NumbDays*8);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	document.forms[0].week9.value= Datum;

	AnotherDate=MyDate.getTime()+ (NumbDays*9);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	document.forms[0].week10.value= Datum;

	Calendar();
	return true;
}

// opening new window, writing calendar
	function Calendar(){

	Tom=document.forms[1].name_tom.value;
	Queen=document.forms[1].name_queen.value;
	Breeder=document.forms[1].name_breeder.value;
	today = new Date();
	smallDate(today);
	today= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*0);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum01= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*1);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum02= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*1);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum03= Datum;
	AnotherDate=MyDate.getTime()+(OneDay*2);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum03a=Datum;

	AnotherDate=MyDate.getTime()+(OneDay*2);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum04= Datum;
	AnotherDate=MyDate.getTime()+(OneDay*3);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum04a= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*3);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum05= Datum;
	AnotherDate=MyDate.getTime()+(OneDay*5);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum05a= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*11);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum06= Datum;
	AnotherDate=MyDate.getTime()+(OneDay*13);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum06a= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*11);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum07= Datum;
	AnotherDate=MyDate.getTime()+(OneDay*25);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum07a= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*14);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum08= Datum;
	AnotherDate=MyDate.getTime()+(OneDay*21);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum08a= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*20);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum09= Datum;
	AnotherDate=MyDate.getTime()+(OneDay*27);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum09a= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*25);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum10= Datum;
	AnotherDate=MyDate.getTime()+(OneDay*29);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum10a= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*28);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum11= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*34);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum12= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*44);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum13= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*47);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum14= Datum;
	AnotherDate=MyDate.getTime()+(OneDay*55);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum14a= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*49);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum15= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*49);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum16= Datum;
	AnotherDate=MyDate.getTime()+(OneDay*64);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum16a= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*59);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum17= Datum;
	AnotherDate=MyDate.getTime()+(OneDay*62);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum17a= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*60);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum18= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*63);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum19= Datum;

	AnotherDate=MyDate.getTime()+(OneDay*64);
	var Date1=new Date(AnotherDate);
	smallDate(Date1);
	datum20= Datum;

	window1=open("","NewWindow1","menubar=yes,scrollbars=yes,location=yes,toolbar=yes,resizable=1,height=150,width=400");
	window1.document.open();
	window1.document.writeln("<HTML><HEAD>");
	window1.document.writeln("<TITLE>Kalendarz ciążowy kota</TITLE>");
	window1.document.writeln("</HEAD><BODY BGCOLOR=FFFFFF>");
	window1.document.writeln("<TABLE BORDER=1 WIDTH=100%>");
	window1.document.writeln("<TR><TD><IMG SRC='bar_red.gif' WIDTH=110 HEIGHT=5></TD><TD ALIGN=CENTER><IMG SRC='bar_red.gif' WIDTH=440 HEIGHT=5></TD></TR>");
	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD COLSPAN=2 ALIGN=CENTER><FONT SIZE=+1><STRONG>Kalendarz ciążowy kota</STRONG></FONT SIZE></TD></TR>");
	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>Date:</TD>");
	window1.document.writeln("<TD ALIGN=LEFT><STRONG>"+today+"</STRONG></TD></TR>");
	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>Tom:</TD>");
	window1.document.writeln("<TD ALIGN=LEFT><STRONG>"+Tom+"</STRONG></TD></TR>");
	window1.document.writeln("<TD>Queen:</TD>");
	window1.document.writeln("<TD ALIGN=LEFT><STRONG>"+Queen+"</STRONG></TD></TR>");
	window1.document.writeln("<TD>Breeder:</TD>");
	window1.document.writeln("<TD ALIGN=LEFT><STRONG>"+Breeder+"</STRONG></TD></TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum01+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>To pierwszy dzień krycia.Najlepiej odseparować kocura i kotkę 48 godzin po pierwszym kryciu. Kolejne krycia pojawiające się w ograniczonym czasie wzmacniają uwalnianie hormonu luteinizującego z przysadki mózgowej. Hormon ten jest konieczny dla ostatecznego dojrzewania komórek jajowych. Pojedyncze krycie może okazać się niewystarczające, ale nie wolno popełnić błędu i pozwolić na zbyt długie (dłużej niż 3 dni) krycia - będzie wtedy bardzo trudno określić termin porodu. ");
	window1.document.writeln("<LI>Plemniki wędrują w górę szyjki macicy.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum02+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Owulacja (uwolnienie dojrzałych komórek jajowych z pęcherzyków jajnika). Owulacja jest indukowana przez akt kopulacji. Pojawia się około 24 do 36 godzin po kryciu. Uwolnione komórki jajowe zaczynają przesuwać się w jajowodach w kierunku macicy.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum03+" -<BR>"+ datum03a+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Plemniki docierają do komórek jajowych znajdujących się na tym etapie w jajowodach.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum04+" -<BR>"+ datum04a+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Ciągle jeszcze w jajowodach, następuje zapłodnienie, i zapłodnione komórki jajowe nadal transportowane są przez jajowody w kierunku macicy.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum05+" -<BR>"+ datum05a+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Zapłodnione komórki jajowe docierają w dół jajowodów do rogów macicy.");
	window1.document.writeln("<LI>Wędrówka trwa nadal, i embriony w miarę równomiernie rozlokowują się w macicy.");
	window1.document.writeln("<LI>Podczas tej wędrówki komórki jajowe będą ulegać podziałom, i osiągną formy blastocyst. To stadium, w którym zarodki gotowe są do zagnieżdżenia w ścianie macicy. ");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum06+" -<BR>"+ datum06a+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Blastocysty zagnieżdżają się w ścianie macicy.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum07+" -<BR>"+ datum07a+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Blastocysty ulegają dalszym podziałom, a ich komórki specjalizacjom, aż osiągną kolejny stopień, w których nazywamy je już zarodkami (embrionami).");
	window1.document.writeln("<LI>W trakcie następnych dwóch tygodni wykształcone zostaną w kocim zarodku najważniejsze organy.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum08+" -<BR>"+ datum08a +"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Sutki kotki lekko się powiększają i nabierają wyraźnie ciemnoróżowego, malinowego koloru.");
	window1.document.writeln("<LI>Futro na brzuchu kotki i wokół sutków zacznie się przerzedzać.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum09+" -<BR>"+ datum09a+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Mogą pojawić się poranne mdłości, spowodowane zmianami hormonalnymi, lub naciągnięciem i nabrzmieniem macicy. Kotka może stać się apatyczna. Może nie bardzo wiedzieć, co się z nią dzieje, i wymiotować od czasu do czasu.");
	window1.document.writeln("<LI>Pomocne może okazać się karmienie kotki kilka razy dziennie, często a maymi porcjami.");
	window1.document.writeln("<LI>Być może Twój weterynarz przepisze kotce jakiś środek, aby rozluźnić napiętą macicę.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum10+" -<BR>"+ datum10a +"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Doświadczona osoba (hodowca lub weterynarz), może przez ostrożne obmacanie brzucha określić, czy kotka jest w ciąży.");
	window1.document.writeln("<LI>Najlepiej zrobić to właśnie teraz - zarodki są rozmiaru orzecha i łatwe do policzenia.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum11+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Można zacząć zwiększać kotce racje żywnościowe. Dobrze jest zacząć podawać kotce karmę przeznaczoną dla kociąt. Nie jest jednak rozważne w tym momencie próbować nowych marek.");
	window1.document.writeln("<LI>Nie przekarmiaj kotki, unikaj utuczenia ciężarnej kotki! Otyłośc to największy wróg sprawnego porodu.");
	window1.document.writeln("<LI>Kocie płody mają już długość 25-30 mm, i są już w pełni ukształtowanymi malutkimi ktkami.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum12+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Koci brzuch zaczyna się powiększać :)");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum13+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Można już z łatwością wyczuć kocięta, ale policzenie ich może być raczej trudne.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum14+" -<BR>"+ datum14a+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Kotka zaczyna spędzać znacznie więcej czasu na wylizywanie futra, szczególnie na brzuchu.");
	window1.document.writeln("<LI>Sutki stają się wyraźnie obrzmiałe.");
	window1.document.writeln("<LI>Kotka może stać się trochę niespokojna, zaczyna szukać sobie odpowiedniego miejsca do porodu (gniazdowanie).");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum15+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>W tym okresie kotka może stracić zainteresowanie jedzeniem. Brzuch jest niekiedy mocno napięty, jeśli znajduje się w nim dużo kociąt :)");
	window1.document.writeln("<LI>Najlepiej karmić kotkę w tym okresie małymi porcjami, ale często w ciągu dnia.");
	window1.document.writeln("<LI>Wyraźnie już widać i czuć pod palcami poruszające się w brzuchu kocięta.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum16+" -<BR>"+ datum16a +"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Jeśli kotka ma trudności z pilęgnacją futra, można jej pomóc. Sutki i srom można delikatnie przemyć ciepła wodą, można też przystrzyć włosy otaczające sutki, kociętom będzie łatwiej się do nich dostać. Nie należy całkowicie golić brzucha, niekiedy kocięta rodzą się z ostrymi pazuramii mogą w trakcie jedzenia dotkliwie poranić kotkę wokkół sutków.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum17+" -<BR>"+ datum17a +"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Z sutków po naciśnięciu wydobywa się mleko.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum18+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Można zacząć mierzyć kotce temperaturę każdego ranka.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum19+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>12 do 24 godzin przed porodem, temperatura mierzona w odbycie spada o jeden stopień, z 38,5 do 37,5 stopni Celsjusza.");
	window1.document.writeln("<LI>Z pochwy może wydoywać się w niewilkich ilościach śluz zabarwiony krwią.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");

	window1.document.writeln("<TR VALIGN=TOP>");
	window1.document.writeln("<TD>"+datum20+"</TD>");
	window1.document.writeln("<TD ALIGN=LEFT>");
	window1.document.writeln("<UL>");
	window1.document.writeln("<LI>Spodziewany dzień porodu, oczywiście jest to termin przybliżony. Tak naprawdę poród może zdarzyć się pomiędzy 60. a 70. dniem ciąży. Kocięta urodzone przed 60 dniem ciąży prawie na pewno będą zbyt młode, aby przeżyć poza organizmem matki.");
	window1.document.writeln("</UL>");
	window1.document.writeln("</TD>");
	window1.document.writeln("</TR>");
	window1.document.writeln("</TABLE>");
	window1.document.writeln("<FORM>");
	window1.document.writeln("<INPUT TYPE='button' VALUE='Close this Window' onClick='self.close()'>");
	window1.document.writeln("<BR>");
	window1.document.writeln("</FORM><BR>");
	window1.document.writeln("Purinlot  Pregnancy Calendar version 1.9<BR>");
	window1.document.writeln("Copyright &copy; 1996-1999 <A HREF='mailto:sham@dataweb.nl'>Suzan van Prooijen</A>, The Netherlands<BR>");
	window1.document.writeln("<STRONG><FONT COLOR=#FF0066>http://www.dataweb.nl/~sham/misc7.html</FONT COLOR></STRONG><BR>");
	window1.document.writeln("</BODY></HTML>");
	window1.document.writeln("<BR>");
	window1.document.close();

	return true;
}

function smallDate(largeDate) {
	var a = largeDate.getYear();
	var c = largeDate.getDate();
	if(largeDate.getMonth()==0){var b="Sty"};
	if(largeDate.getMonth()==1){var b="Lut"};
	if(largeDate.getMonth()==2){var b="Mar"};
	if(largeDate.getMonth()==3){var b="Kwi"};
	if(largeDate.getMonth()==4){var b="Maj"};
	if(largeDate.getMonth()==5){var b="Cze"};
	if(largeDate.getMonth()==6){var b="Lip"};
	if(largeDate.getMonth()==7){var b="Sie"};
	if(largeDate.getMonth()==8){var b="Wrz"};
	if(largeDate.getMonth()==9){var b="Paź"};
	if(largeDate.getMonth()==10){var b="Lis"};
	if(largeDate.getMonth()==11){var b="Gru"};
	if(largeDate.getDay()==0){var d="Nie"};
	if(largeDate.getDay()==1){var d="Pon"};
	if(largeDate.getDay()==2){var d="Wto"};
	if(largeDate.getDay()==3){var d="Śro"};
	if(largeDate.getDay()==4){var d="Czw"};
	if(largeDate.getDay()==5){var d="Pią"};
	if(largeDate.getDay()==6){var d="Sob"};
	Datum=d+" "+c+" "+b+" "+a;
}
