oM=new makeCM("oM");
oM.resizeCheck=1;
oM.rows=1;
oM.onlineRoot="";
oM.pxBetween =0; 
oM.fillImg="cm_fill.gif";
oM.fromTop=130;
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/TRADESHOWMAGIC.html","TRADE SHOW MAGIC","navigation/entertainment_main.html","Performing Venues","navigation/articles_main.html","Articles","navigation/entertainment/MILESTONEMAGIC.html","MILESTONE MAGIC","navigation/entertainment/TESTIMONIALS.html","Read what others have to say","navigation/entertainment/stageshow.html","Stand Up Show","navigation/entertainment/tradeshowmagician.html","TRADE SHOW MAGICIAN","navigation/entertainment/walkaround.html","Walk Around Magic","navigation/entertainment/corporate.html","Corporate Events","navigation/articles/influence.html","Influence and Persuasion","navigation/articles/time.html","Time","navigation/articles/patience.html","Patience","navigation/articles/think.html","Think","navigation/articles/concentration.html","Concentration and Focus","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()
