_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(mainStyle=new mm_style()){
	 onbgcolor = "#8C2CC7";
       oncolor = "#ffffff";
    offbgcolor = "#8C2CC7";
      offcolor = "#ffffff";
   bordercolor = "#8C2CC7";
   borderstyle = "solid";
   borderwidth = 1;
separatorcolor = "#8C2CC7";
 separatorsize = 2;
       padding = 2;
       align = "right";
       onborder ="";
      fontsize = "12px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "Arial, Verdana, Tahoma, sans";
     pagecolor = "";
   pagebgcolor = "";
   subimage="http://www.holistic-design.com/dhtmlmenu/images/arrowdn.gif";
	subimageposition="left";   
 	subimagepadding= 4;
   //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}

with(submenuStyle=new mm_style()){
	 onbgcolor = "#1fa262";
       oncolor = "#ffffff";
    offbgcolor = "#531a79";
      offcolor = "#ffffff";
   bordercolor = "#000000";
   borderstyle = "solid";
   borderwidth = 1;
separatorcolor = "#000000";
 separatorsize = 1;
       padding = 3;
       align = "left";
       onborder ="";
      fontsize = "12px";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "Arial, Verdana, Tahoma, sans";
}
	
	with(milonic=new menuname("mainmenu")){
	top = 10;
	borderwidth = 1;
	position = "relative";
	style = mainStyle;
	alwaysvisible = 1;
	orientation = "horizontal";
	aI("text=Home;url=http://www.holistic-design.com/index.htm");
	aI("text=HDI Games;showmenu=games");
	aI("text=News;showmenu=news");
	aI("text=Special Features;showmenu=specialfeatures");
	aI("text=Community;showmenu=community");
	aI("text=Customer Service;showmenu=customerservice");
	aI("text=Company&nbsp;showmenu=company");	
/*
	aI("url=javascript:setActiveStyleSheet('default');image=http://www.holistic-design.com/dhtmlmenu/images/serif_off.png;overimage=http://www.holistic-design.com/dhtmlmenu/images/serif_on.png;");
	aI("url=javascript:setActiveStyleSheet('sans');image=http://www.holistic-design.com/dhtmlmenu/images/sans_off.png;overimage=http://www.holistic-design.com/dhtmlmenu/images/sans_on.png;");
	aI("url=javascript:setActiveStyleSheet('big');image=http://www.holistic-design.com/dhtmlmenu/images/big_off.png;overimage=http://www.holistic-design.com/dhtmlmenu/images/big_on.png;");
*/	
	}

	with(milonic=new menuname("games")){_c=1
	borderwidth = 0;
	offbgcolor = "#333333";
	style = submenuStyle;
	aI("text=Fading Suns;url=http://www.holistic-design.com/introFS.htm;");
	aI("text=Real Life Role Playing;url=http://www.holistic-design.com/introRLR.htm;");
	aI("text=Noble Armada Minis;url=http://www.holistic-design.com/introNA.htm;");
	aI("text=Rapture: The Second Coming RPG;url=http://www.holistic-design.com/introRapture.htm;");
	aI("text=Fantasy Encounters Minis;url=http://www.holistic-design.com/introFE.htm;");
	aI("text=Carnage;url=http://www.holistic-design.com/introCarnage.htm;");
	aI("text=Computer Games;url=http://www.holistic-design.com/introCompGames.htm;");
	}
		
	with(milonic=new menuname("news")){_c=1		
	borderwidth = 0;
	style = submenuStyle;
	aI("text=Current News & Updates;url=http://www.holistic-design.com/news.htm;");
	aI("text=News Archives;url=http://www.holistic-design.com/newsarchives.htm;");
	}
	
	with(milonic=new menuname("specialfeatures")){_c=1
	borderwidth = 0;
	style = submenuStyle;
	aI("text=FREE Downloads!;url=http://www.holistic-design.com/freedownloads.htm;");
	aI("text=Sneak Peeks;url=http://www.holistic-design.com/sneakpeeks.htm;");
	aI("text=Awards & Raves;url=http://www.holistic-design.com/awards_raves.htm;");
	}
	
	with(milonic=new menuname("community")){_c=1
	borderwidth = 0;	
	style = submenuStyle;
	aI("text=Official HDI Forums;url=http://forums.holistic-design.com/default.asp");
	aI("text=Fading Suns Email List;url=http://games.groups.yahoo.com/group/Fading_Suns_Games/");
	aI("text=Fan Fiction & Art;url=http://www.holistic-design.com/fanfiction_art.htm;");
	aI("text=FAQs & Errata;url=http://www.holistic-design.com/faq_errata.htm");
	aI("text=Links;url=http://www.holistic-design.com/links.htm");	
	}
		
	with(milonic=new menuname("customerservice")){_c=1
	borderwidth = 0;	
	style = submenuStyle;
	aI("text=Main HDI Customer Service Page;url=http://www.holistic-design.com/customerservice.htm");
	aI("text=Email Customer Service Now!;url=mailto:queries@holistic-design.com.?subject=Customer Service");
	}		
		
	with(milonic=new menuname("company")){_c=1
	borderwidth = 1;	
	style = submenuStyle;
	aI("text=Who is HDI?;url=http://www.holistic-design.com/crew.htm");
	aI("text=HDI Copyrights & Trademarks;url=http://www.holistic-design.com/copyright.htm");
	aI("text=Website Submission Policy;url=http://www.holistic-design.com/customerservice.htm#websitesubmissions");
	aI("text=Press Releases;url=http://www.holistic-design.com/press.htm");
	}
	
drawMenus();	