function mmLoadMenus() {
  if (window.centres_nav) return;
  window.centres_nav = new Menu("root",300,18,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#FFFFFF","#F9Ab21","#C0CDE5","left","middle",4,0,1000,-5,7,true,true,true,0,true,true);
  centres_nav.addMenuItem("Penguin&nbsp;Childcare&nbsp;Cairns&nbsp;North&nbsp;(Qld)","window.open('http://www.penguinchildcare.com.au/index.php?page=cairns-north', '_blank');");
  centres_nav.addMenuItem("Penguin&nbsp;Childcare&nbsp;Caroline&nbsp;Springs","window.open('http://www.penguinchildcare.com.au/index.php?page=caroline-springs', '_blank');");
  centres_nav.addMenuItem("Pelican&nbsp;Childcare&nbsp;Coburg&nbsp;(Pentridge&nbsp;Village,&nbsp;Vic)","window.open('http://www.pelicanchildcare.com.au/coburgpentridge-village-vic.html', '_blank');");
  centres_nav.addMenuItem("Penguin&nbsp;Childcare&nbsp;Collins&nbsp;St,&nbsp;Melbourne","window.open('http://www.penguinchildcare.com.au/index.php?page=collins-st-melbourne', '_blank');");
  centres_nav.addMenuItem("Pelican&nbsp;Childcare&nbsp;Craigieburn&nbsp;(Fairways&nbsp;Bvd,&nbsp;Vic)","window.open('http://www.pelicanchildcare.com.au/craigieburnfairways-bvd-vic.html', '_blank');");
  centres_nav.addMenuItem("Pelican&nbsp;Childcare&nbsp;Craigieburn&nbsp;(Grand&nbsp;Bvd,&nbsp;Vic)","window.open('http://www.pelicanchildcare.com.au/craigieburngrand-bvd-vic.html', '_blank');");
  centres_nav.addMenuItem("Pelican&nbsp;Childcare&nbsp;Deer&nbsp;Park&nbsp;(Vic)","window.open('http://www.pelicanchildcare.com.au/deer-park-vic.html', '_blank');");
  centres_nav.addMenuItem("Penguin&nbsp;Childcare&nbsp;Epping&nbsp;(Vic)","window.open('http://www.penguinchildcare.com.au/index.php?page=epping', '_blank');");
  centres_nav.addMenuItem("Pelican&nbsp;Childcare&nbsp;Heatherton&nbsp;(Vic)","window.open('http://www.pelicanchildcare.com.au/heatherton-vic.html', '_blank');");
  centres_nav.addMenuItem("Pelican&nbsp;Childcare&nbsp;Lynbrook&nbsp;(Vic)","window.open('http://www.pelicanchildcare.com.au/lynbrook-vic.html', '_blank');");
  centres_nav.addMenuItem("Pelican&nbsp;Childcare&nbsp;Mount&nbsp;Martha&nbsp;(Vic)","window.open('http://www.pelicanchildcare.com.au/mount-martha-vic.html', '_blank');");
  centres_nav.addMenuItem("Penguin&nbsp;Childcare&nbsp;Parkville","window.open('http://www.penguinchildcare.com.au/index.php?page=parkville', '_blank');");
  centres_nav.addMenuItem("Penguin&nbsp;Childcare&nbsp;Ravenhall","window.open('http://www.penguinchildcare.com.au/our-centre-location/raven', '_blank');");
  centres_nav.addMenuItem("Pelican&nbsp;Childcare&nbsp;Smithfield&nbsp;(Qld)","window.open('http://www.pelicanchildcare.com.au/smithfield-qld-an-armadillo-childcare-centre.html', '_blank');");
  centres_nav.hideOnMouseOut=true;
  centres_nav.bgColor='#FFFFFF';
  centres_nav.menuBorder=1;
  centres_nav.menuLiteBgColor='#FFFFFF';
  centres_nav.menuBorderBgColor='#FFFFFF';
  centres_nav.writeMenus();
}
function jsf_goPage(sUrl) {
	window.location.href = sUrl;
}
