// JavaScript Document

function getHome(divId) {
	var data = 
"<table cellpadding='0' cellspacing='0' width='100%'>" +
"	<tr>" +
"	<td id='heading' class='headingStyle' colspan='2'>" +
"	<b>BINDARRA DAYCARE</b>" +
"	</td>" +
"	</tr>" +
"	<tr>" +
"		<td id='content' align='left' valign='top'>" +
"		<p>" +
"		Bindarra Daycare was officially opened on 1st November, 1976." +
"		</p>" +
"		<p>" +
"		<b>Our Mission - </b>To provide a safe, caring, loving environment, within a home-like atmosphere." +
"		</p>" +
"		<p>" +
"		<b>Our Philosophy - </b>We are committed to the concept of 'high' quality developmentally appropriate care," +
"		education and health of young children.  We aim to support each child's development to his / her potential" +
"		in all areas of their growth and learning." +
"		</p>" +
"		</td>" +
"		<td id='content' align='right' valign='top' style='padding-left:15px'><br><img border='1px solid #9c3c96' alt='Bindarra Daycare Centre' src='img/centre2.jpg'/>" +
"		</td>" +
"		</tr>" +
"		<tr>" +
"		<td id='content' align='left' valign='top'><br><img border='1px solid #9c3c96' alt='Bindarra Activity' src='img/activity1.jpg'/>" +
"		</td>" +
"		<td id='content' align='left' valign='top' style='padding-left:15px'>" +
"		<p>" +
"		<b>Staff Qualifications - </b>We maintain a professional attitude to our work by employing Group Leaders" +
"		who have a Diploma in Childcare.  Every staff member is committed to furthering their development by ongoing" +
"		studies in Early Childhood Courses.  All staff at the Centre hold a senior First Aid Certificate and a " +
"		Suitablility card." +
"		</p>" +
"		</td>" +
"	</tr>" +
"</table>"
	;
	
	return data;
}


function getHoursOfOperation(divId) {
	var data = 
		"<table cellpadding='0' cellspacing='0' width='100%'>" + 
		"	<tr>" + 
		"	<td id='heading' align='left' class='headingStyle'>" + 
		"		<b>HOURS OF OPERATION</b>" + 
		"	</td>" + 
		"	</tr>" + 
		"	<tr>" + 
		"	<td id='content' align='left'>" + 
		"		<p>" + 
		"			The centre is open from 6.30am to 6.00pm Monday to Friday, except on local public holidays." + 
		"		</p>" + 
		"	</td>" + 
		"	</tr>" + 
		"	<tr>" + 
		"	<td id='content' align='left'>" + 
		"		<br><b>The centre is closed for four (4) weeks at Christmas time.</b><br><br>" + 
		"	</td>" + 
		"	</tr>" + 	
		"	<tr>" + 
		"	<td id='content' align='left'>" + 
		"		<p>" + 
		"			Usually the last day is the Friday before Christmas, depending on the day on which Christmas falls.  We " + 
		"			are also closed on all Statutory Holidays during the year, this also includes Ipswich Show Day, but excludes " +
		"			the Brisbane Exhibition Holiday.  If your child is booked on a public holiday, fees for that day will still apply." +
		"		</p>" + 
		"	</td>" + 
		"	</tr>" + 		
		"</table>"
	;
	
	return data;
}

function getAgeGroups(divId) {
	var data = 
		"<table cellpadding='0' cellspacing='0' width='100%'>" +
		"	<tr>" +
		"	<td id='heading' align='left' class='headingStyle'>" +
		"		<b>AGE GROUPS</b>" +
		"	</td>" +
		"	</tr>" +
		"	<tr>" +
		"	<td id='content' align='left'>" +
		"		<p>" +
		"			Our centre caters for three age groups." +
		"		</p>" +
		"	</td>" +
		"	</tr>" +
		"	<tr>" +
		"	<td id='heading' align='left' class='headingStyle'>" +
		"		<b>Bilbies</b>" +
		"	</td>" +
		"	</tr>" +
		"	<tr>" +
		"	<td id='content' align='left'>" +
		"		<p>" +
		"			<li>6 weeks to 2 years - 8 children per day.</li>" +
		"		</p>" +
		"	</td>" +
		"	</tr>" +
		"	<tr>" +
		"	<td id='heading' align='left' class='headingStyle'>" +
		"		<b>Bandicoots</b>" +
		"	</td>" +
		"	</tr>" +
		"	<tr>" +
		"	<td id='content' align='left'>" +
		"		<p>" +
		"			<li>18 months to 3 years - 12 children per day.</li>" +
		"		</p>" +
		"	</td>" +
		"	</tr>" +
		"	<tr>" +
		"	<td id='heading' align='left' class='headingStyle'>" +
		"		<b>Brumbies</b>" +
		"	</td>" +
		"	</tr>" +
		"	<tr>" +
		"	<td id='content' align='left'>" +
		"		<p>" +
		"			<li>3 to 5 years - 24 children per day.</li>" +
		"		</p>" +
		"	</td>" +
		"	</tr>" +
		"	<tr>" +
		"	<td id='content' align='left'>" +
		"		<p>" +
		"		<b>There are two staff members in each group - 1 Group Leader and 1 Assistant</b>" +
		"		</p>" +
		"	</td>" +
		"	</tr>" +		
		"</table>"
	;
	
	return data;
		
}

function getManagement(divId) {
	var data = 
	"	<table cellpadding='0' cellspacing='0' width='100%'>" +
	"		<tr>" +
	"		<td id='heading' align='left' class='headingStyle'>" +
	"			<b>MANAGEMENT</b>" +
	"		</td>" +
	"		</tr>" +
	"		<tr>" +
	"		<td id='content' align='left'>" +
	"			<p>" +
	"				The Bindarra Children's Daycare Centre is a NON-PROFIT organization, totally managed by a committee of " +
	"				interested parents.  You are encouraged to attend the monthly Committee (Parent) Meetings and the " +
	"				Annual General Meeting in March of each year." +
	"			</p>" +
	"			<p>" +
	"				To be able to successfully maintain this objective we need your support.  Ways you can help:-" +
	"			</p>" +
	"			<p>" +
	"				1.  Become a committee member." +
	"			</p>" +
	"			<p>" +
	"				2.  Attend monthly meetings - minutes of these meetings are displayed on the notice board." +
	"			</p>" +
	"			<p>" +
	"				3.  Read notices and return forms promptly." +
	"			</p>" +
	"			<p>" +
	"				4.  Read noticeboards on a regular basis." +
	"			</p>" +
	"			<p>" +
	"				5.  Support fundraising ventures." +
	"			</p>" +
	"			<p>" +
	"				6.  Share any interests or hobbies, which may enrich the overall program for the children<br> " +
	"				&nbsp;&nbsp;&nbsp;&nbsp;e.g. music, craft, ethnic cultures, cooking, reading etc." +
	"			</p>" +
	"			<p>" +
	"				7.  Participate with your child's group for a few hours." +
	"			</p>" +
	"			<p>" +
	"			</p>" +
	"		</td>" +
	"		</tr>" +
	"	</table>";
	return data;
}

function getBenefitPercentage(divId) {
	var data = 
	"	<table cellpadding='0' cellspacing='0' width='100%'>" +
	"		<tr>" +
	"		<td id='heading' align='left' class='headingStyle'>" +
	"			<b>CHILDCARE BENEFIT PERCENTAGE</b>" +
	"		</td>" +
	"		</tr>" +
	"		<tr>" +
	"		<td id='content' align='left'>" +
	"			<p>" +
	"				Most families are eligible for a percentage of childcare benefit which may help to reduce your  " +
	"				childcare fees." +
	"			</p>" +
	"			<p>" +
	"				Please contact Centrelink on <b>13 61 50</b> for further information regarding your childcare benefit percentage." +
	"			</p>" +
	"			<p>" +
	"			</p>" +
	"		</td>" +
	"		</tr>" +
	"	</table>";
	return data;
}

function getGallery(divId) {
	var data = 

	"<table cellpadding='0' cellspacing='0' width='100%'>" +
	"<tr>" +
	"	<td id='heading' align='left' class='headingStyle'>" +
	"		<b>BINDARRA IMAGE GALLERY</b>" +
	"	</td>" +
	"</tr>" +
	"<tr>" +
	"	<td id='content' align='left'>" +
	"	<p>" +
	"	<br>" +
	"	<b>There are two image galleries available:</b>" +
	"	</p>" +
	"	<p>" +
	"	All visitors to the website are welcome to access the <a href='publicGallery.html'>Public Gallery</a>." +
	"	</p>" +
	"	<br>" +
	"	<p>" +
	"	Parents and special guests can use their login credentials to access the <a href='secure/SecureGallery.html'>Secure Gallery</a>." +
	"	</p>" +
	"	</td>" +
	"</tr>" +
	"</table>";
	
	return data;
}

function getStaff(divId) { 
    var data = 
"<table cellpadding='0' cellspacing='0' width='100%'>" +
"<tr>" +
"<td id='heading' align='left' class='headingStyle'>" +
"	<b>STAFF</b>" +
"</td>" +
"</tr>" +
"<tr>" +
"<td id='content' align='left'>" +
"The Centre actively supports the on-going professional development of all staff members through their attendance at seminars, workshops and conferences. " +
"Each staff member is encouraged to develop an on-going approach to planning for his or her professional development. " +
"Group Leaders are provided with regular programming time." +
"</td>" +
"</tr>" +
"<tr>" +
"<td id='heading' align='left' class='headingStyle'>" +
"	<b>STAFF QUALIFICATIONS</b>" +
"</td>" +
"</tr>" +
"<tr>" +
"<td id='content' align='left'>" +
"We maintain a professional attitude to our work by employing Group Leaders who hold a Diploma in Childcare. " +
"Every staff member is committed to furthering their development by ongoing studies in Early Childhood Courses. " +
"All staff at the Centre hold a senior First Aid Certificate and a Suitability card." +
"</td>" +
"</tr>" +
"</table>"
;
	return data;
}

function getPhilosophy(divId) {
	var data = 
	"<table cellpadding='0' cellspacing='0' width='100%'>" +
	"<tr>" +
	"	<td id='heading' align='left' class='headingStyle'>" +
	"		<b>CENTRE PHILOSOPHY</b>" +
	"	</td>" +
	"</tr>" +
	"<tr>" +
	"	<td id='content' align='left'>" +
	"	<p>" +
	"<b>OUR MISSION - </b>To provide a safe, caring, loving environment, within a homelike atmosphere."+
	"	</p>" +
	"	<p>" +
	"<b>OUR CORE VALUES - </b>We are a community comprised of children, their parents and those who are carefully selected to foster our philosophy, mission and values." +
	"<li>Together we provide an environment, which fosters a deep sense of security, trust and acceptance of self and others." +
	"<li>We are committed to an environment, which supports and strengthens family ties."+
	"	</p>" +
	"	<p>" +
	"<b>OUR PHILOSOPHY - </b>We are committed to the concept of 'high' quality developmentally appropriate care, education and health of young children. " +
	"We aim to support each child's development to his / her potential in all areas of their growth and learning."+
	"	</p>" +
	"	</td>" +
	"</tr>" +
	"</table>";
		

	return data;
}

function getConduct(divId) {
	var data = 
	"<table cellpadding='0' cellspacing='0' width='100%'>" +
	"<tr>" +
	"	<td id='heading' align='left' class='headingStyle'>" +
	"		<b>CODE OF CONDUCT</b>" +
	"	</td>" +
	"</tr>" +
	"<tr>" +
	"	<td id='content' align='left'>" +
	"	<p>" +
	"Following are a list of standards set for Bindarra staff, that we feel provide <br>" +
	"a positive role model for the children and families within our centre." +
	"	</p>" +
	"	<p>" +
	"<li>No swearing, profanities or lewd behaviour." +
	"<li>No smoking." +
	"<li>No stealing." +
	"<li>No drinking of alcoholic substances unless at an after-hours function." +
	"<li>No consumption of illegal substances prior to attendance or whilst at the centre." +
	"<li>No harassment of staff / parents or children. " +
	"<li>No harsh discipline of children (eg smacking / yelling) within the environment." +
	"<li>Maintain current up to date information for our records." +
	"<li>Ensure that all financial liabilities to the centre are met." +
	"<li>Maintain confidentiality on issues pertaining to families, centre and staff at all times." +
	"<li>Ensure professional respect is upheld at all times." +
	"<li>Dress code for the centre is neat casual attire. Staff will be in correct uniform with covered footwear at all times. Appropriate hats will be worn at all times outside." +
	"<li>Body piercing and tattoos will be removed or covered at all times." +
	"<li>Visitors to the centre and all staff / volunteers / students must maintain an acceptable standard of personal hygiene.	" +
	"	</p>" +
	"	</td>" +
	"</tr>" +
	"</table>";
		

	return data;
}

function getProgram(divId) {
	var data = 
	"<table cellpadding='0' cellspacing='0' width='100%'>" +
	"<tr>" +
	"	<td id='heading' align='left' class='headingStyle'>" +
	"		<b>CHILDCARE PROGRAM</b>" +
	"	</td>" +
	"</tr>" +
	"<tr>" +
	"	<td id='content' align='left'>" +
	"	<p>" +
	"We make sure that our program:" +
	"<li>is planned from careful observation of the children making sure that all needs and interests are meet." +
	"<li>includes involving parents and the community from different cultures, thus increasing our awareness of the cosmopolitan community." +
	"<li>involves children with special needs or abilities." +
	"<li>provides a balance of activities keeping in touch with each child's ability, interests and emerging skills." +
	"<li>involves parents interests and hobbies, making sure that parental wishes are cared for to the best of our ability." +
	"<li>disseminates knowledge of early childhood principles and promotes positive guidance and the quality care of each child within our environment." +
	"<li>provides an environment to develop skills, self-image and self-esteem, a good attitude towards peers and socially acceptable behaviour towards others." +
	"<li>enables children to become less inhibited and if necessary seek specialized help." +
	"<li>watches for signs of an abused child - physical or emotional." +
	"<li>provides for working conditions of the staff, so that they may perform their duties to the best of their ability.	" +
	"	</p>" +
	"	</td>" +
	"</tr>" +
	"</table>";	
	
	return data;
}	

function getMenu(divId) {
	var data = 
	"<table cellpadding='0' cellspacing='0' width='100%'>" +
	"<tr>" +
	"	<td id='heading' align='left' class='headingStyle'>" +
	"		<b>MENU</b>" +
	"	</td>" +
	"</tr>" +
	"<tr>" +
	"	<td id='content' align='left'>" +
	"	<p>" +
	"Please note that the Australian Nutrition Foundation has endorsed our menu. " +
	"We aim to have a menu which will encourage children to eat a wide variety of foods, " +
	"thus implementing sound practises for good nutrition. We believe that good nutrition plays a "+
	"large part in promoting a healthy, happy and alert child. Mealtimes should not only be nutritious "+
	"but should help to meet the social and educational needs of children."+
	"The cost of these meals is included in your fees. We welcome any suggestions for family favourites from your cookbooks." +
	"	</p>" +
	"	<p>" +
	"<b>A typical example of a days menu:</b><br><br>" +
	"<b>MORNING TEA - </b>Crumpets or muffins and milk.<br>" +
	"<b>LUNCH - </b>Varies on a day-to-day basis. Hot food and Sandwiches is alternated."+
    "The menu is displayed for your perusal next to the kitchen. " +
    "Lunch also includes some form of dairy based dessert.<br>" +
	"<b>AFTERNOON TEA - </b>Fresh fruit, crackers, dried fruit or something cooked by the children. " +
    "Milk is also given." +
	"	</p>" +
	"	<p>" +
	"<b>INDIVIDUAL BABY’S MILK - </b>Soy milk, Breast milk or Formula is to be supplied by the parents." +
	"	</p>" +
	"	<p>" +	
	"<b>FOOD ALLERGIES - </b>It is important that you alert the Director to any suspected food allergies that your child has. " +
	"These in turn are displayed in the kitchen so that all staff are made aware of them." +
	"We do not have any peanut or peanut products within the centre." +
	"	</p>" +
	"	</td>" +
	"</tr>" +
	"</table>";	
	
	return data;
}	

function getWhatBring(divId) { 
    var data = 
"<table cellpadding='0' cellspacing='0' width='100%'>" +
"<tr>" +
"<td id='heading' align='left' class='headingStyle'>" +
"	<b>WHAT TO BRING</b>" +
"</td>" +
"</tr>" +
"<tr>" +
"<td id='content' align='left'>" +
	"	<p>" +
"<b>On commencement at Bindarra, you are asked to bring along the following:</b>"+
	" </p>" + 
	"<p>" +
"<b>0 – 2 age group</b><br>"+
"<li>1 set of cot sheets"+
"<li>Enough nappies for your childs day"+
"<li>1 bath towel"+          
"<li>Spare clothing "+
"<li>Any comforters (dummies, blankets etc)"+
"<li>Enough bottles for your child's day with accompanying formula (formula dispensers are preferred) or bottles containing breast milk. "+
	" </p>" + 
	"<p>" +
"<b>2 – 5 age group</b><br>"+
"<li>1 set of cot sheets (clearly named)"+
"<li>Spare clothing (nappies / undies especially)"+
	" </p>" + 
	"<p>" +
"<b>All age groups</b><br>"+
"<li>1 set of cot sheets (clearly named)"+
"<li>Spare clothing (nappies / undies especially)"+
	" </p>" + 
"</td>" +
"</tr>" +
"</table>"
;
	return data;
}

function getSunSafe(divId) { 
    var data = 
"<table cellpadding='0' cellspacing='0' width='100%'>" +
"<tr>" +
"<td id='heading' align='left' class='headingStyle'>" +
"	<b>SUN SAFE POLICY</b>" +
"</td>" +
"</tr>" +
"<tr>" +
"<td id='content' align='left'>" +
"<p>" +
"<b>Bindarra is an endorsed 'Sun Smart' Centre</b>"+
"</p>" + 
"<p>" +
"As children will spend a portion of their day at the Centre outdoors we endeavour to protect them from the harmful effects of the sun's rays. "+
"We do not play outdoors between the hours of 10.30am and 2.30pm as this is when the sun is at it’s hottest." +
"</p>" + 
"<p>" +
"We have a ‘No hat – No play’ policy and children that do not wish to wear their hat will be asked to stay in the sandpit." +
"</p>" + 
"<p>" +
"We also ask that parents DO NOT dress their children in singlet tops as this leaves their shoulders exposed. " +
"At Bindarra we Slip, Slop, Slap." +
"</p>" + 
"<p>" +
"We will be:"+
"<li>Providing shady spots outdoors."+
"<li>Providing bucket style hats that all children MUST wear" +
"<li>Modelling the wearing of hats." +
"<li>Insisting that staff, with parent's permission, thoroughly apply sunscreen and or zinc to children during the day. Please sign the relevant form allowing us to apply sunscreen to your child." +
"</p>" + 
"</td>" +
"</tr>" +
"</table>"
;
	return data;
}

function getContact(divId) {
	var data = 
"<table cellpadding='0' cellspacing='0' width='100%'>" +
"	<tr>" +
"	<td id='heading' class='headingStyle' colspan='2'>" +
"	<b>CONTACT US FOR CENTRE VACANCIES & EMPLOYMENT OPPORTUNITIES</b>" +
"	</td>" +
"	</tr>" +
"    <tr>" +
"      <td>" +
"		<table width='100%' border='0' cellpadding='0' cellspacing='0' align='right'>" +
"		<tr>" +
"			<td rowspan='2' width='270px' valign='top' align='left' style='padding-left:10px;padding-top:10px;font-weight:bold;color:#77a7d8; font-style:italic'>" +
"			<form name='ContactForm' method='POST' onsubmit='return checkEntries();' action='http://www.bindarra.com.au/cgi-bin/FormMail.pl'>" +
"				Name<br />" +
"				<input type='text' name='realname' id='realname' style='width:200px'/>&nbsp;*" +
"				<br /><br />Phone<br />" +
"				<input type='text' name='phone' id='phone' style='width:200px'/>&nbsp;*" +
"				<br /><br />Email<br />" +
"				<input type='text' name='email' id='email' style='width:200px'/>&nbsp;*" +
"				<br /><br />How did you locate us?<br />" +
"				<input type='text' name='how_locate_us' id='other' style='width:200px'/><br />" +
"				<br />Comment<br />" +
"				<Textarea cols='23' rows='7' id='comment' name='comment'></Textarea>" +
"				<br /><br />" +
"				<input type=hidden name='recipient' value='bindarra@gil.com.au,robertandlori@bigpond.com'>" +
"				<input type=hidden name='subject' value='WEBSITE ENQUIRY'>" +
"				<input type=hidden name='redirect' value='http://www.bindarra.com.au'>" +
"				<input type=hidden name='required' value='email'>" +
"				<input type='submit' value='Send' style='background-color:#800080;color:#ffffff;font-weight:bold;width:70px' />" +
"			</form>" +
"			</td>" +
"			<td align='left' valign='top' style='padding-top:20px'>" +
"			Thank you for taking the time to contact Bindarra Daycare.  " +
"			<br /><br />Please submit the provided enquiry form and we shall endeavour to contact you shortly regarding your query." +
"			 Alternatively, call the below contact numbers to speak directly with a Bindarra staff member.	" +
"			<br /><br />" +
"			<b>Bindarra Daycare</b>" +
"			<br /><br />" +
"			Ph: <b>07 3282 4011</b>" +
"			<br />" +
"			Fx: <b>07 3816 0677</b>" +
"			<br />" +
"			Email: <b><a href='mailto:bindarra@gil.com.au'>bindarra@gil.com.au</a></b>" +
"			<br /><br />" +
"			Address:" +
"			<br />" +
"			<b>18 Cole Street<br />" +
"			Booval Qld 4304</b>" +
"			</td>" +
"		</tr>" +
"</table>"
	;
	
	return data;
}
