var menu = [
	{c:"Features &amp; Benefits",l:"benefits.html",s:[
		{c:"Introduction to regular expressions",l:"regex.html"},
		{c:"Learn the regular expression syntax",l:"tutorial.html"},
		{c:"Create regular expressions",l:"create.html"},
		{c:"Understand regular expressions created by others",l:"analyze.html"},
		{c:"Test regular expressions",l:"test.html"},
		{c:"Debug regular expressions",l:"debug.html"},
		{c:"Generate source code snippets",l:"use.html"},
		{c:"Search through files and folders (grep)",l:"grep.html"},
		{c:"Integrate with other software",l:"integration.html"},
		{c:"Runs on Linux using WINE",l:"wine.html"},
		{c:"RegexBuddy vs RegexMagic",l:"regexmagic.html"}
	]},
	{c:"Programming",l:"programming.html",s:[
		{c:"C#",l:"csharp.html"},
		{c:"Delphi",l:"delphi.html"},
		{c:"GNU BRE &amp; ERE",l:"gnu.html"},
		{c:"Groovy",l:"groovy.html"},
		{c:"Java",l:"java.html"},
		{c:"JavaScript",l:"javascript.html"},
		{c:"MySQL",l:"mysql.html"},
		{c:"Oracle Database",l:"oracle.html"},
		{c:"PCRE",l:"pcre.html"},
		{c:"Perl",l:"perl.html"},
		{c:"PHP",l:"php.html"},
		{c:"POSIX BRE &amp; ERE",l:"posix.html"},
		{c:"PostgreSQL",l:"postgresql.html"},
		{c:"PowerShell",l:"powershell.html"},
		{c:"Python",l:"python.html"},
		{c:"REALbasic",l:"realbasic.html"},
		{c:"R Language",l:"rlanguage.html"},
		{c:"Ruby",l:"ruby.html"},
		{c:"Tcl ARE",l:"tcl.html"},
		{c:"VB6 &amp; VB.NET",l:"vb.html"},
		{c:"VBScript",l:"vbscript.html"},
		{c:"wxWidgets",l:"wxwidgets.html"},
		{c:"XML Schema",l:"xml.html"}
	]},
	{c:"Screen Shots",l:"screen.html"},
	{c:"Live Demos",l:"demo.html",ns:0,s:[
		{c:"Create a regular expression",l:"democreate.html"},
		{c:"Test a regular expression",l:"demotest.html"},
		{c:"Create a regex based on sample data",l:"democreatetest.html"},
		{c:"Develop software with regular expressions",l:"demojava.html"},
		{c:"Tight integration with your favorite software",l:"demopowergrep.html"}
	]},
	{c:"Testimonials",l:"usercomm.html"},
	{c:"Buy Now",l:"buynow.html",ns:0,s:[
		{c:"Buy a New License",l:"buynow.html"},
		{c:"Buy an Upgrade",l:"upgradenow.html"},
		{c:"Pricing",l:"buynow.html#pricing"},
		{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",ns:0,s:[
		{c:"Purchased Download",l:"download.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"},
		{c:"DeployMaster",l:"http://www.deploymaster.com"},
		{c:"EditPad Lite",l:"http://www.editpadlite.com"},
		{c:"EditPad Pro",l:"http://www.editpadpro.com"},
		{c:"HelpScribble",l:"http://www.helpscribble.com"},
		{c:"PowerGREP",l:"http://www.powergrep.com"},
		{c:"RegexBuddy",l:"http://www.regexbuddy.com"},
		{c:"RegexMagic",l:"http://www.regexmagic.com"}
	]},
	{c:"Contact",l:"contact.html",s:[
		{c:"User Forum",l:"forum.html"},
		{c:"Press Resources",l:"press.html"},
		{c:"Press Resources",l:"press.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:"newsletter.html"},
		{c:"Subscribe",l:"maillist.html"},
		{c:"Unsubscribe",l:"maillist.html#remove"}
	]},
	{c:"Blog",l:"http://www.just-great-software.com/blog.html"}
];