 HM_DOM = (document.getElementById) ? true : false;
   HM_NS4 = (document.layers) ? true : false;
    HM_IE = (document.all) ? true : false;
   HM_IE4 = HM_IE && !HM_DOM;
   HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
  HM_IE4M = HM_IE4 && HM_Mac;
HM_IsMenu = (HM_DOM || HM_NS4 || (HM_IE4 && !HM_IE4M));

HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";

if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

if(HM_IsMenu)
{
	HM_Array1 = [
	[200,
	156,
	175,
	"",
	"",
	"",
	"",
	"",
	"",
	0,
	0,
	0,
	1,
	1,
	1,
	"null",
	"null",
	],
["Website Services","website_development.html",1,0,1],
["Solutions for Coaches...","coaches.html",1,0,1],
/*["Hosting Services","hosting_services.html",1,0,1],*/
["Consulting & Education","postlaunchservices.htm",1,0,1]
]


document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='Scripts/HM_Script"+ HM_BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
}