/***********************************************************************************
 *	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
 *	For info write to menus@burmees.nl		          *
 *	You may remove all comments for faster loading	          *
 ***********************************************************************************/

var NoOffFirstLineMenus = 6;
// Number of first level items
var LowBgColor = '#4baffa';
// Background color when mouse is not over
var LowSubBgColor = '#4baffa';
// Background color when mouse is not over on subs
var HighBgColor = '#4baffa';
// Background color when mouse is over
var HighSubBgColor = '#4baffa';
// Background color when mouse is over on subs
var FontLowColor = '#ddd';
// Font color when mouse is not over
var FontSubLowColor = '#ddd';
// Font color subs when mouse is not over
var FontHighColor = '#fff';
// Font color when mouse is over
var FontSubHighColor = '#fff';
// Font color subs when mouse is over
var BorderColor = '#BBBBBB';
// Border color
var BorderSubColor = '#BBBBBB';
// Border color for subs
var BorderWidth = 0;
// Border width
var BorderBtwnElmnts = 0;
// Border between elements 1 or 0
var FontFamily = "tahoma,georgia,san-serif";    // Font family menu items
var FontSize = 9;
// Font size menu items
var FontBold = 1;
// Bold menu items 1 or 0
var FontItalic = 0;
// Italic menu items 1 or 0
var MenuTextCentered = 'left';
// Item text position 'left', 'center' or 'right'
var MenuCentered = 'left';
// Menu horizontal position 'left', 'center' or 'right'
var MenuVerticalCentered = 'top';
// Menu vertical position 'top', 'middle','bottom' or static
var ChildOverlap = .05;
// horizontal overlap child/ parent
var ChildVerticalOverlap = .05;
// vertical overlap child/ parent
var StartTop = 65;
// Menu offset x coordinate
var StartLeft = 205;
// 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 = 10;
// Top padding
var FirstLineHorizontal = 1;
// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
var MenuFramesVertical = 1;
// Frames in cols or rows 1 or 0
var DissapearDelay = 500;
// 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 = 'header';
// 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 = 0;
// Uses arrow gifs when 1
var KeepHilite = 1;
// Keep selected path highligthed

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"

var Menu1 = new Array("Home", "index.htm","", 0, 34, 65);

var Menu2 = new Array("FAQ", "faq.html", "", 0, 34, 50);

var Menu3 = new Array("Theurapeutic Hypnosis", "hypnotherapy_sessions.htm", "", 3, 34, 180);
var Menu3_1 = new Array("What is Hypnotherapy?", "therapeutic.htm", "", 0, 24, 200);
var Menu3_2 = new Array("Hypnotherapy Sessions", "hypnotherapy_sessions.htm", "", 0);
var Menu3_3 = new Array("What can Hypnotherapy help?", "hypnotherapy_help.htm", "", 0);

var Menu4 = new Array("Articles/eBooks", "articles.htm", "", 9, 34, 125);
var Menu4_1 = new Array("Easing Childbirth", "articles_childbirth.htm", "", 0, 34, 300);
var Menu4_2 = new Array("Stress related ailments", "articles_stress_related.htm", "", 0, 34, 300);
var Menu4_3 = new Array("Benefits for IBS", "articles_ibs.htm", "", 0, 34, 300);
var Menu4_4 = new Array("Respectability among Doctors, Patients", "articles_respect_doctors.htm", "", 0, 34, 300);
var Menu4_5 = new Array("Quitting smoking", "articles_quit_smoke.htm", "", 0, 34, 300);
var Menu4_6 = new Array("Pain relief", "articles_pain_relief.htm", "", 0, 34, 300);
var Menu4_7 = new Array("Fertility", "articles_fertility.htm", "", 0, 34, 300);
var Menu4_8 = new Array("Hypnosis Heals(eBook)", "downloads/HYPNOSISHEALS.pdf", "", 0, 34, 300);
var Menu4_9 = new Array("20 Little Ways(eBook)", "downloads/20LittleWays.pdf", "", 0, 34, 300);

var Menu5 = new Array("Links", "links.htm", "", 0, 34, 55);

var Menu6 = new Array("Contact Us", "contact.html", "", 2, 34,100);
var Menu6_1 = new Array("Johannesburg (Fourways)", "contact_jan.html", "", 0, 34, 240);
var Menu6_2 = new Array("Cape Town (Southern Suburbs)", "contact_marilyn.html", "", 0, 34, 240);


