/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=17;			// Number of first level items
	var LowBgColor='CCFFFF';			// Background color when mouse is not over
	var LowSubBgColor='CCFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='33CCCC';			// Background color when mouse is over
	var HighSubBgColor='33CCCC';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='static';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=75;				// Menu offset x coordinate
	var StartLeft=18;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


Menu1=new Array("Books","","",3,20,100);
    Menu1_1=new Array("Spirits Speaking","Book.shtml","",0,20,100);
	Menu1_2=new Array("Unfolding Lotus","unfoldinglotus.shtml","",0,20,100);
	Menu1_3=new Array("Walking the Path","walkingthepath.shtml","",0,20,100);
	
Menu2=new Array("Communications","","",16,20,100);
	Menu2_1=new Array("Aliens","Aliens.shtml","",0,20,100);	
		//Menu2_1_1=new Array("CNN","http://www.cnn.com","",0,20,150);
		//Menu2_1_2=new Array("ABCNews","http://www.abcnews.com","",0);
		//Menu2_1_3=new Array("MSNBC","http://www.msnbc.com","",0);
                //Menu2_1_4=new Array("CBSNews","http://www.cbsnews.com","",0);
                //Menu2_1_5=new Array("Canadian News","http://news.bbc.co.uk","",2);
                          //Menu2_1_5_1=new Array("Vancouver Sun","http://www.vancouversun.com","",0,20,150);
                          //Menu2_1_5_2=new Array("CTV News","http://www.ctvnews.com","",0);
	Menu2_2=new Array("Angels","Angels.shtml","",0);
		//Menu2_2_1=new Array("TechWeb","http://www.techweb.com","",0,20,200);
		//Menu2_2_2=new Array("News.com","http://www.news.com","",0);
		//Menu2_2_3=new Array("Wired News","http://www.wired.com","",0);
    Menu2_3=new Array("Attuning","Attuning.shtml","",0);
	Menu2_4=new Array("Channeling","Development.shtml","",0);
	Menu2_5=new Array("Guest Speakers","GuestSpeakers.shtml","",0);
	Menu2_6=new Array("Guides","spiritguides.shtml","",0);
	Menu2_7=new Array("Healing","HaiHealing.shtml","",0);
	Menu2_8=new Array("Human Life","HumanLife.shtml","",0);
	Menu2_9=new Array("Humour","SpiritHumour.shtml","",0);
	Menu2_10=new Array("Love","Love.shtml","",0);
	Menu2_11=new Array("One Truth","OneTruth.shtml","",0);
	Menu2_12=new Array("Rebirth","Rebirth.shtml","",0);
	Menu2_13=new Array("Recordings","","",4,20,100);
	    Menu2_13_1=new Array("Communications","Recordings.shtml","",0,20,100);
		Menu2_13_2=new Array("Meditations","Recordings.shtml","",0);
		Menu2_13_3=new Array("Samples","SoundFiles.shtml","",0);
	    Menu2_13_4=new Array("Ordering","/cgi-bin/4CM_phpContact2.php","",0);
	Menu2_14=new Array("Religion","Religion.shtml","",0);
	Menu2_15=new Array("Spirit World","SpiritWorld.shtml","",0);
	Menu2_16=new Array("Visitors' Qs","spiritcommunications.shtml","",0);
	
Menu3=new Array("Counselling","/spiritualcounsellingmanchesterstockport.shtml","",0,20,80);

Menu4=new Array("Forum","/phpBB3","",0,20,80);
	
Menu5=new Array("General","","",4,20,90);
	Menu5_1=new Array("Background","Articles.shtml","",0,20,90);
	Menu5_2=new Array("Canada","okanagantrancemedium.shtml","",0,20,90);
	Menu5_3=new Array("Contact","ContactHai.shtml","",0,20,90);      
    Menu5_4=new Array("Location","TranquilSpiritDirections.shtml","",0,20,90);

Menu6=new Array("Guest Book","guestbook.shtml","",0,20,80);
		
Menu7=new Array("Home","index.shtml","",0,20,55);
	//Menu7_1=new Array("Altavista","http://www.altavista.com","",0,20,150);
	//Menu7_2=new Array("Google","http://www.google.com","",0);
	//Menu7_3=new Array("Yahoo","http://www.yahoo.com","",0);
	
Menu8=new Array("Healing","http://www.tranquilspirit.info/Healing.shtml","",0,20,80);
	//Menu8_1=new Array("Absent","/Healing.shtml","",0,20,80);
	
Menu9=new Array("Links","Links.shtml","",0,20,60);

Menu10=new Array("Meditation","","",6,20,80);
	      Menu10_1=new Array("Overview","meditationmanchester.shtml","",0,20,80);
		  Menu10_2=new Array("Extracts","Extracts.shtml","",0);
		  Menu10_3=new Array("Guidelines","Guidelines.shtml","",0);
		  Menu10_4=new Array("Location","TranquilSpiritDirections.shtml","",0);
		  Menu10_5=new Array("Recordings","","",3,20,100);
	          Menu10_5_1=new Array("Listings","Recordings.shtml","",0,20,80);
		      Menu10_5_2=new Array("Samples","SoundFiles.shtml","",0);
	          Menu10_5_3=new Array("Ordering","/cgi-bin/4CM_phpContact2.php","",0);
		  Menu10_6=new Array("Supported","/cgi-bin/4CM_phpMedSupContact.php","",0);

Menu11=new Array("Mediumship","","",7,20,80);
	Menu11_1=new Array("Introduction","spiritualmediumshipoverview.shtml","",0,20,90);
	Menu11_2=new Array("Consultations","Consultations.shtml","",0);
	Menu11_3=new Array("Demonstrations","","",7,20,90);
	      Menu11_3_1=new Array("Ellesmere 1","Demonstrations.shtml","",0,20,90);
		  Menu11_3_2=new Array("Ellesmere 2","Demonstrations2.shtml","",0);
		  Menu11_3_3=new Array("Penticton 1","pentictonokanagancanada.shtml","",0);
	      Menu11_3_4=new Array("Penticton 2","okanagantrancemediumship.shtml","",0);
		  Menu11_3_5=new Array("Phoenix","phoenixarizonatrancechanneling.shtml","",0);
		  Menu11_3_6=new Array("Naramata","naramataokanaganspiritualtrancemediumship.shtml","",0);
		  Menu11_3_7=new Array("Salmon Arm","salmonarmspiritualistchurchtrancechanneling.shtml","",0);
	Menu11_4=new Array("Location","TranquilSpiritDirections.shtml","",0);
	Menu11_5=new Array("Physical","physicalmediumship.shtml","",0);
	Menu11_6=new Array("Trance","trancemediumship.shtml","",0);
	Menu11_7=new Array("Types","formsmethodstypesspiritualmediumship.shtml","",0);
	
	
Menu12=new Array("News","Updates.shtml","",0,20,55);

Menu13=new Array("Psychic Dev","","",2,20,80);
	 Menu13_1=new Array("Overview","psychicdevelopmentmanchester.shtml","",0,20,80);
	 Menu13_2=new Array("Location","TranquilSpiritDirections.shtml","",0);

Menu14=new Array("Recordings","","",3,20,80);
	Menu14_1=new Array("Listings","Recordings.shtml","",0,20,80);
	Menu14_2=new Array("Samples","SoundFiles.shtml","",0);
	Menu14_3=new Array("Ordering","/cgi-bin/4CM_phpContact2.php","",0);
		   
Menu15=new Array("Services","","",11,20,90);
	Menu15_1=new Array("Overview","Services.shtml","",0,20,90);	
		//Menu2_1_1=new Array("CNN","http://www.cnn.com","",0,20,150);
		//Menu2_1_2=new Array("ABCNews","http://www.abcnews.com","",0);
		//Menu2_1_3=new Array("MSNBC","http://www.msnbc.com","",0);
                //Menu2_1_4=new Array("CBSNews","http://www.cbsnews.com","",0);
                //Menu2_1_5=new Array("Canadian News","http://news.bbc.co.uk","",2);
                          //Menu2_1_5_1=new Array("Vancouver Sun","http://www.vancouversun.com","",0,20,150);
                          //Menu2_1_5_2=new Array("CTV News","http://www.ctvnews.com","",0);
    Menu15_2=new Array("Consultations","","",2,20,90);
		Menu15_2_1=new Array("Personal","Consultations.shtml","",0,20,90);
		Menu15_2_2=new Array("Postal","Consultations.shtml","",0,20,90);
		//Menu2_2_3=new Array("Wired News","http://www.wired.com","",0);
	Menu15_3=new Array("Counselling","spiritualcounsellingmanchesterstockport.shtml","",0,20,90);
	Menu15_4=new Array("Demonstrations","Services.shtml","",0,20,90);
	Menu15_5=new Array("Gen Questions","/cgi-bin/4CM_phpContact3.php","",0,20,90);
	Menu15_6=new Array("Healing","","",2,20,90);
	      Menu15_6_1=new Array("Absent","Healing.shtml","",0,20,80);
		  Menu15_6_2=new Array("Personal","Healing.shtml","",0);
	Menu15_7=new Array("Hypnotherapy","http://www.tranquilspirit.info/Hypnotherapy.shtml","",0,20,90);	  
	Menu15_8=new Array("Meditations","meditationmanchester.shtml","",0,20,90);
	Menu15_9=new Array("Psychic Dev","meditationmanchester.shtml","",0,20,90);
	Menu15_10=new Array("Recordings","Recordings.shtml","",0,20,90);
	Menu15_11=new Array("Reiki","http://www.tranquilspirit.info/Reiki.shtml","",0,20,90);
	
	Menu16=new Array("Search Site","/cgi-bin/search/search.pl?","",0,20,80);
	
	Menu17=new Array("Site Map","sitemap.shtml","",0,20,80);
	
	//Menu17=new Array("Shop","","",3,20,80);
	      //Menu18_1=new Array("Enter","/catalog/","",0,20,80);
		  //Menu18_2=new Array("Books","Book.shtml","",0);
		  //Menu18_3=new Array("Cds","","",1,20,100);
	          //Menu18_3_1=new Array("New World Music","newworldmusiccds.shtml","",0,20,100);
		      //Menu9_5_2=new Array("Samples","SoundFiles.shtml","",0);
	          //Menu9_5_3=new Array("Ordering","/cgi-bin/4CM_phpContact2.php","",0)
			  
    
		
