oM=new makeCM("oM");
oM.resizeCheck=1;
oM.rows=1;
oM.onlineRoot="";
oM.pxBetween =0; 
oM.fillImg="cm_fill.gif";
oM.fromTop=25;
oM.fromLeft=25;
oM.wait=300;
oM.zIndex=400;
oM.useBar=1;
oM.barWidth="100%";
oM.barHeight="menu";
oM.barX=0;
oM.barY="menu";
oM.barClass="clBar";
oM.barBorderX=1;
oM.barBorderY=0;

oM.level[0]=new cm_makeLevel(135,25,"clT","clTover",1,1,"clB",0,"bottom",0,0,0,0,0);
oM.level[1]=new cm_makeLevel(250,20,"clS","clSover",1,1,"clB",0,"right",0,0,0,10,10);
oM.level[0].borderClass="clTBorder"
oM.level[1].borderClass="clSBorder"

var completeUrl = document.URL;
var tmp = completeUrl.split("navigation");
if (tmp[0] == completeUrl) tmp = completeUrl.split("index.html");
oM.offlineRoot = tmp[0].replace(/%20/g," ");
oM.onlineRoot = tmp[0].replace(/%20/g," ");

/************************************************************************
*	CityDesk MenuBuilder
*	Copyright (c) 2004 telepark [www.telepark.de]. All rights reserved.
*	Author: Patrick Thomas
*	Reproduction prohibited.
************************************************************************/

var totalMenue = new Array("navigation/LEAVEACOMMENT.html","LEAVE A COMMENT","navigation/backgroundchecks.html","Background Checks","navigation/howtobook.html","HOW TO BOOK","navigation/education_main.html","Educational Programs","navigation/news_main.html","News","navigation/education/AMERICANHISTORY.html","AMERICAN HISTORY","navigation/education/arcticexpress.html","The Arctic Express","navigation/education/iwonder_main.html","The Magic Secrets Reading Program","navigation/education/iwannano_main.html","Character Education Program","navigation/education/pricing.html","Program Fees","navigation/education/iwonder/IWONDERSHOW.html","The Magic Secrets Reading Program","navigation/education/iwonder/iwondertestimonials.html","The Magic Secrets Reading Program Testimonials","navigation/education/iwannano/iwannanoshow.html","Stand For Something","navigation/education/iwannano/testimonials.html","Stand For Something&nbsp; Show Testimonials","navigation/education/iwannano/iwannanoPictures.html","Stand For Something Show Pictures","navigation/news/2009LIBRARYTOUR.html","","navigation/news/january2008.html","15 PERCENT PROGRAM SAVINGS","navigation/news/THANKYOUBRANCHES.html","Thank You Palm Beach County","navigation/news/2007.html","2007 A NEW YEAR for READING","navigation/news/arcticexpresstour.html","Arctic Express Praises","navigation/news/FAME.html","FAME Convention in Orlando","navigation/news/pta2006.html","PTA Convention 2006","navigation/news/NEWWINTERSHOW.html","The Arctic Express","navigation/news/summerschedule.html","Reading Show Summer Schedule","navigation/news/iwondershownews.html","The I Wonder ... Reading Show","navigation/news/PTACONVENTION.html","2005 PTA Convention","navigation/news/StDaniels.html","St. Daniels School Show","navigation/news/goldenrule.html","The Golden Rule","navigation/news/pantherrun.html","Character Award ceremony Panther Run","navigation/news/character_award.html","Character award ceremony","navigation/news/ccweek.html","National CHARACTER COUNTS! Week","navigation/news/approved.html","Inspector Iwannano Show Approved","navigation/news/billmurray.html","Bill Murray","navigation/news/news1.html","Character Education Show","navigation/moreinfo.html","CONTACT US","navigation/sitemap.html","Site Map");

oM.makeMenu('home','','John Cesta','index.html','','80');

for (var i = 0; i < totalMenue.length; i=i+2) {
	//var numOfSlash = totalMenue[i].split("/");
	var path = totalMenue[i];
	var pathElements = totalMenue[i].split("/");
	var filename = pathElements[pathElements.length-1];
	if (filename.slice(filename.length-10) == '_main.html')
		var filenameClear = filename.slice(0,filename.length-10);
	else
		var filenameClear = filename.slice(0,filename.length-5);
	var title = totalMenue[i+1];
	
	if (pathElements.length > 2)
		oM.makeMenu(filenameClear,pathElements[pathElements.length-2],title,path);
	else
		oM.makeMenu(filenameClear,'',title,path);
}

oM.menuPlacement=0;
oM.construct()
