if (TransMenu.isSupported()) {				TransMenu.updateImgPath('http://template.joomlart.com/ja_altair/templates/ja_altair/ja_transmenu/');				var ms = new TransMenuSet(TransMenu.direction.down, 0, 0, TransMenu.reference.bottomLeft);				TransMenu.subpad_x = 0;				TransMenu.subpad_y = 0;							document.getElementById("menu1").onmouseover = function() {					ms.hideCurrent();				}var tmenu1 = ms.addMenu(document.getElementById("menu1"));tmenu1.addItem("CA Clarity", "http://www.rtgx.com/solutions_clarity.htm", 0, 0);tmenu1.addItem("Power Steering", "http://www.rtgx.com/solutions_ps.htm", 0, 0);tmenu1.addItem("RTGX Virtualization", "http://www.rtgx.com/solutions_virtual.htm", 0, 0);var tmenu2 = ms.addMenu(document.getElementById("menu2"));tmenu2.addItem("RTGX Professional Services", "http://www.rtgx.com/services_rps.htm", 0, 0);tmenu2.addItem("RTGX Training Services", "http://www.rtgx.com/services_rts.htm", 0, 0);tmenu2.addItem("Enterprise Systems Architecture", "http://www.rtgx.com/services_esa.htm", 0, 0);tmenu2.addItem("Web Development Services", "http://www.rtgx.com/services_wds.htm", 0, 0);tmenu2.addItem("Software Engineering", "http://www.rtgx.com/services_se.htm", 0, 0);tmenu2.addItem("Systems and Network Integration", "http://www.rtgx.com/services_sni.htm", 0, 0);tmenu2.addItem("Cyber Security", "http://www.rtgx.com/services_cs.htm", 0, 0);tmenu2.addItem("Program and Project Management", "http://www.rtgx.com/services_ppm.htm", 0, 0);var tmenu3 = ms.addMenu(document.getElementById("menu3"));tmenu3.addItem("GSA Schedule 70", "http://www.rtgx.com/contract.htm", 0, 0);tmenu3.addItem("NSETS II", "http://www.rtgx.com/contract_nsets.htm", 0, 0);tmenu3.addItem("Securities and Exchange Commission", "http://www.rtgx.com/contract_sec.htm", 0, 0);tmenu3.addItem("Encore II Information Technology (IT) Solutions", "http://www.rtgx.com/contract_encore.htm", 0, 0);tmenu3.addItem("Department of Homeland Security", "http://www.rtgx.com/contract_homeland.htm", 0, 0);tmenu3.addItem("State of Maryland Contracts", "http://www.rtgx.com/contract_md.htm", 0, 0);tmenu3.addItem("SBA 8(a) certified", "http://www.rtgx.com/contract_8a.htm", 0, 0);var tmenu4 = ms.addMenu(document.getElementById("menu4"));tmenu4.addItem("Overview", "http://www.rtgx.com/portfolio.htm", 0, 0);tmenu4.addItem("Program Management", "http://www.rtgx.com/portfolio_pm.htm", 0, 0);tmenu4.addItem("Portal Development", "http://www.rtgx.com/portfolio_portal.htm", 0, 0);tmenu4.addItem("SETA Support", "http://www.rtgx.com/portfolio_seta.htm", 0, 0);tmenu4.addItem("Software Development", "http://www.rtgx.com/portfolio_soft.htm", 0, 0);tmenu4.addItem("Network Support", "http://www.rtgx.com/portfolio_net.htm", 0, 0);tmenu4.addItem("Business Process Counciling", "http://www.rtgx.com/portfolio_bus.htm", 0, 0);tmenu4.addItem("Web Development", "http://www.rtgx.com/portfolio_wd.htm", 0, 0);var tmenu5 = ms.addMenu(document.getElementById("menu5"));tmenu5.addItem("Corporate Profile", "http://www.rtgx.com/about.htm", 0, 0);tmenu5.addItem("History", "http://www.rtgx.com/about_history.htm", 0, 0);tmenu5.addItem("Community Support", "http://www.rtgx.com/about_comsup.htm", 0, 0);				TransMenu.renderAll();			}			init1=function(){TransMenu.initialize();}			if (window.attachEvent) {				window.attachEvent("onload", init1);			}else{				TransMenu.initialize();						}