//************ enter menu items here **************
// ex: "width of menu","height of menu","left position","position from top","hidden","hide",
// ------- note: 'hidden' is the IE submenu visibility toggle switch, the opposite is 'visible'
// ------- note: 'hide' is the NS submenu visibility toggle switch, the opposite is 'show'
// ex: "Link Desc","url","toggles flag image 'on' or 'off'"

//Products menu
var ratArray1 = new Array(
	"290px","120px","120px","81px","hidden","hide",
	"Call Center Solutions","/products/telemarketing/index.aspx","off",
	"OpenX TeleAttendant","/products/ct/index.aspx","off",
	"Customer Relationship Management","/products/crm/index.aspx","off",
	//"DBMail .NET component","/products/dbmailn/index.aspx","off",
	//"OpenX Database development components","/products/openxc/index.aspx","off",
	"Business VoIP Solutions","/products/ld/index.aspx","off"
	//"DBMail COM+ component","/products/dbmailc/index.aspx","off",
	//"OpenX ERM Solutions","/products/erm/index.aspx","off"
);

//Support menu
var ratArray2 = new Array(
	"171px","115px","220px","81px","hidden","hide",
	"Support Overview","/support/index.aspx","off",
	"Online Support Request","/support/support_rq.aspx","off",
	//"Knowledge Base","/support/kb.aspx","off",
	"Beta Programs","/support/beta.aspx","off"
);

//Forum menu
var ratArray3 = new Array(
	"175px","100px","330px","81px","hidden","hide",
	"Home","/forum/default.aspx","off",
	"Register","/forum/yaf_register.aspx","off",
	"Search","/forum/yaf_search.aspx","off",
	"Login","/forum/yaf_login.aspx","off"
);

//Download menu
var ratArray4 = new Array(
	"210px","115px","400px","81px","hidden","hide",
	"DBMail COM+ component","/default.aspx","off",
	//"DBMail .NET component","/products/dbmailn/download.aspx","off",
	"OpenX COM+ component","/default.aspx","off",
	"OpenX ASP Edition component","/default.aspx","off"
);

//Services menu
var ratArray5 = new Array(
	"205px","100px","500px","81px","hidden","hide",
	"Services Overview","/services/index.aspx","off",
	"Consulting","/services/consulting.aspx","off",
	"Contact us","/services/custom.aspx","off",
	"Corporate Information","/services/corporate.aspx","off",
	"Career Opportunities","/services/career.aspx","off"
);

