// menu_items.js file
// comments block here

var SMENU_ITEMS =[
	["ADA(4)","prada.html"],
	["Assembly(8)","assembly.html"],
	["C#(16)","progcc.html"],
	["C/C++(42)","c.html",
		["General(31)","cgen.html"]
	],
	["COBOL(6)","cobol.html"],
	["COM(5)","pcom.html"],
	["Delphi(6)","delphi.html"],
	["SW Standards(12)","swdevstd.html"],
	["Fortran(7)","fortran.html"],
	["Java(76)","java.html",
		["API(2)","javaapi.html"],
		["Applets(4)","javapplet.html"],
		["CORBA(1)","corba.html"],
		["Events(1)","javaevents.html"],
		["General(29)","javagen.html"],
		["I/O(1)","javaio.html"],
		["J2ME(1)","javaj2me.html"],
		["Collections Frame(1)","javajcf.html"],
		["JavaBeans(4)","javabeans.html"],
		["JDBC(5)","javajdbc.html"],
		["JDO(1)","javajdo.html"],
		["Jini(1)","jini.html"],
		["JMS(1)","javajms.html"],
		["JSP(1)","javajsp.html"],
		["Patterns(2)","javapat.html"],
		["Servlets(4)","javaserv.html"],
		["Swing API(2)","swingapi.html"]
	],
	["Lisp(2)","lisp.html"],
	["MFC(4)","mfc.html"],
	["Modula(2)","modula.html"],
	["MS .NET(13)","wbmsnet.html"],
	["Parallelism(1)","parprog.html"],
	["Pascal(5)","pascal.html"],
	["Patterns(12)","patterns.html"],
	["POSIX(4)","posix.html"],
	["QBASIC(2)","qbasic.html"],
	["Refactoring(4)","refactor.html"],
	["Tools(1)","progtools.html",
		["OptimalJ(0)","optimalj.html"],
		["Rational Rose(1)","rrose.html"],
		["Together(0)","together.html"]
	],
	["UML(6)","proguml.html"],
	["Visual Basic(28)","vbasic.html",
		["General(20)","vbgeneral.html"]
	],
	["XP(3)","xp.html"]
];