_menuCloseDelay=100 // The time delay for menus to remain visible on mouse out _menuOpenDelay=50 // The time delay before menus open on mouse over _subOffsetTop=5 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset _menuCloseDelay=100 // The time delay for menus to remain visible on mouse out _menuOpenDelay=50 // The time delay before menus open on mouse over _subOffsetTop=5 // Sub menu top offset _subOffsetLeft=2 // Sub menu left offset with(XPMainStyle=new mm_style()){ //onbgcolor="#E7EAE6"; //oncolor="#FFFFFF"; //offbgcolor="#E7EAE6"; //offcolor="#E7EAE6"; //bordercolor="#E7EAE6"; //borderstyle="solid"; //borderwidth=0; //separatorcolor="#E7EAE6"; //separatorsize="0"; //padding=3; fontsize="100%"; fontstyle="normal"; fontweight="bold"; fontfamily="Arial,Helvetica,Verdana"; //subimagepadding="2"; //onborder="1px solid #E7EAE6"; //offborder="1px solid #E7EAE6"; } with(XPMenuStyle=new mm_style()){ onbgcolor="#BED749"; oncolor="#000000"; offbgcolor="#5D8B01"; offcolor="#FFFFFF"; bordercolor="#92AB17"; borderstyle="solid"; //separatorsize="1"; borderwidth=1; //separatorcolor="#ffffff"; //separatorpadding="2"; //separatoralign="center"; //separatorwidth="100%"; padding=3; fontsize="100%"; fontstyle="normal"; fontweight="normal"; fontfamily="Arial,Helvetica,Verdana"; //image="xpblank.gif"; //subimage="arrow.gif"; onborder="1px solid #EEFEA0"; overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#416504', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.3)"; //menubgimage="spacer.gif";//winxp } with(milonic=new menuname("Main Menu")){ style=XPMainStyle; position="relative"; alwaysvisible=1; orientation="horizontal"; margin=0; aI("url=privateClients.html;image=newimages/top/hypnotherapy_private_clients.jpg;showmenu=private"); aI(";url=businessClients.html;image=newimages/top/hypnotherapy_business_clients.jpg;showmenu=business"); aI(";url=aboutUs.html;image=newimages/top/hypnotherapy_aboutus.jpg;showmenu=aboutus"); aI(";url=contactUs.html;image=newimages/top/hypnotherapy_contactus.jpg;"); } with(milonic=new menuname("private")){ style=XPMenuStyle; //overflow="scroll"; margin=4; aI("text=Stop Smoking          ;url=Hypnotherapy-for-Stop-Smoking.html;"); aI("text=Stress Management          ;url=Hypnotherapy-for-Stress-Management.html;"); aI("text=Confidence          ;url=Hypnotherapy-for-Confidence.html;"); aI("text=Relationships          ;url=Hypnotherapy-for-Relationships.html;"); aI("text=Depression          ;url=Hypnotherapy-for-Depression.html;"); aI("text=Weight Loss          ;url=Hypnotherapy-for-Weight-Loss.html;"); aI("text=Phobias          ;url=Hypnotherapy-for-Phobias.html;"); aI("text=Jealousy          ;url=Hypnotherapy-for-Jealousy.html;"); aI("text=Sports Performance          ;url=Hypnotherapy-for-Sports-Performance.html;"); aI("text=Personal Development          ;url=Hypnotherapy-for-Personal-Development.html;"); aI("text=Motivation          ;url=Hypnotherapy-for-Motivation.html;"); aI("text=Sexual Issues          ;url=Hypnotherapy-for-Sexual-Issues.html;"); aI("text=Life Coaching          ;url=Hypnotherapy-for-Life-Coaching.html;"); } with(milonic=new menuname("business")){ style=XPMenuStyle; //overflow="scroll"; margin=4; aI("text=Stress Management          ;url=Hypnotherapy-for-Stress-Management.html;"); aI("text=Executive Coaching          ;url=Hypnotherapy-for-Executive-Coaching.html;"); aI("text=Emotional Intelligence          ;url=Hypnotherapy-for-Emotional-Intelligence.html;"); aI("text=Peak Performance          ;url=Hypnotherapy-for-Peak-Performance.html;"); aI("text=Motivation Programmes          ;url=Hypnotherapy-for-Motivation-Programmes.html;"); } with(milonic=new menuname("aboutus")){ style=XPMenuStyle; //overflow="scroll"; margin=4; aI("text=Terry Doherty          ;url=Hypnotherapy-AboutTMLU-Terry-Doherty.html;"); aI("text=Hypnotherapy and Hypnosis          ;url=Hypnotherapy-AboutTMLU-Hypnotherapy-and-Hypnosis.html;"); aI("text=About NLP          ;url=About-NLP.html;"); aI("text=The Mind Works Values          ;url=Hypnotherapy-AboutTMLU-The-Mind-Works-Values.html;"); aI("text=Terms          ;url=Hypnotherapy-AboutTMLU-Terms.html;"); aI("text=Fees          ;url=Hypnotherapy-AboutTMLU-Fees.html;"); aI("text=Thought Field Therapy          ;url=Hypnotherapy-AboutTMLU-Thought-Field-Therapy.html;"); } drawMenus();