var menu = [
	{c:"Features &amp; Benefits",l:"benefits.html",s:[
		{c:"Many Patterns",l:"patterns.html"},
		{c:"Popular Flavors",l:"flavors.html"},
		{c:"Loose or Strict",l:"strict.html"},
		{c:"Programming",l:"use.html"},
		{c:"GREP",l:"grep.html"},
		{c:"Auto-generating",l:"autogenerate.html"},
		{c:"RegexMagic vs RegexBuddy",l:"regexbuddy.html"}
	]},
	{c:"Screen Shots",l:"screen.html",i:"screen"},
	{c:"Live Demos",l:"demo.html",i:"demo",ns:0,s:[
		{c:"Simple Regex",l:"demointeger.html"},
		{c:"Complex Regex",l:"demoversion.html"}
	]},
	{c:"Testimonials",l:"usercomm.html"},
	{c:"Buy Now",l:"buynow.html",i:"buy",ns:0,s:[
		{c:"Pricing",l:"buynow.html"},
		{c:"Money-Back Guarantee",l:"guarantee.html"},
		{c:"Multi-User Licenses",l:"multiuser.html"},
		{c:"Reseller Information",l:"reseller.html"},
		{c:"Upgrade Policy",l:"upgrade.html"},
		{c:"Privacy Policy",l:"privacy.html"}
	]},
	{c:"Download",l:"download.html",i:"dl",ns:0,s:[
		{c:"Purchased Download",l:"download.html"},
		{c:"Free Trial Download",l:"download.html#trial"},
		{c:"User's Guide",l:"manual.html"},
		{c:"Release Notes",l:"releasenotes.html"},
		{c:"Version History",l:"history.html"}
	]}
];

var menucommon = [
	{c:"Just Great Software",l:"http://www.just-great-software.com",s: [
		{c:"AceText",l:"http://www.acetext.com",i:"act"},
		{c:"DeployMaster",l:"http://www.deploymaster.com",i:"dpy"},
		{c:"EditPad Lite",l:"http://www.editpadlite.com",i:"epp"},
		{c:"EditPad Pro",l:"http://www.editpadpro.com",i:"epp"},
		{c:"HelpScribble",l:"http://www.helpscribble.com",i:"hsc"},
		{c:"PowerGREP",l:"http://www.powergrep.com",i:"pgr"},
		{c:"RegexBuddy",l:"http://www.regexbuddy.com",i:"rxb"},
		{c:"RegexMagic",l:"http://www.regexmagic.com",i:"rxm"}
	]},
	{c:"Contact Us",l:"contact.html",s:[
		{c:"User Forum",l:"forum.html"},
		{c:"Email",l:"contact.html"}
	]},
	{c:"About Us",l:"http://www.just-great-software.com/aboutjg.html"},
	{c:"Newsletter",l:"maillist.html",ns:0,s: [
		{c:"Latest Issue",l:"http://www.just-great-software.com/newsletter.html"},
		{c:"Subscribe",l:"maillist.html"},
		{c:"Unsubscribe",l:"maillist.html#remove"}
	]},
	{c:"Blog",l:"http://www.just-great-software.com/blog.html"}
];
