<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF4400";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Side Menu", "ELEVATED SIDE MENU")
addItem("Michael`s Diary", "http://elevated.freeyellow.com/diary1.html", "new");
addItem("Site Map", "map.html", "");
addItem("Appointments by Email", "http://www.elevatedtherapy.org.uk/fs/Appointment%20Form.html", "new");
addItem("Practice Centre", "index-page21.html", "");
addItem("Hypnotherapy Main", "index-page4.html", "");
addItem("Michael`s Bio", "index-page14.html", "new");
addItem("Code Of Ethics", "ethics.html", "new");
addItem("Map and Directions", "http://www.elevatedtherapy.org.uk/fs/index-page11.html", "new");
addItem("Practice Hours", "http://www.elevatedtherapy.org.uk/fs/index-page10a.html", "new");
addHdr("Related Areas");
addItem("Main Spiritual Area", "http://elevated.freeyellow.com/index.html", "");
addItem("Birth Regression", "http://www.elevatedshoppe.com/web/birth.html", "");
addItem("Spirit Releasement Therapy", "index-page49.html", "new");
addItem("Transpersonal Therapy", "index-page10.html", "");
addItem("Alchemical Hypnotherapy", "http://www.elevatedshoppe.com/web/alchemy.html", "");
addItem("Spirit Guides", "index-page56.html", "");
addItem("The Akashic Records", "index-page23.html", "new");
addItem("Channelling", "index-page76.html", "");
addItem("Reiki and Seichim Healing", "http://www.elevatedtherapy.org.uk/fs/reiki.html", "");
addItem("Dreams Area", "index-page37.html", "");
addItem("The Angel Area", "index-page20.html", "new");
addItem("BOOKS", "index-page16.html", "new");
addItem("The Egyptian Room", "index-page22.html", "new");
addItem("Article Circle", "index-page6.html", "new");
endMenu()

//-->