document.write("<div id=content><div id=wrap><div id=menu>");
document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>");
document.write("<td><A id=Products href='capmarketspro.htm'>Products</a></td>");
document.write("<td><img src='../webimages/topmenudotedge.gif' width='1' height='19' border='0' /></td>");
document.write("<td><A id=Solutions href='individual_investor.htm'>Solutions</a></td>");
document.write("<td><img src='../webimages/topmenudotedge.gif' width='1' height='19' border='0' /></td>");
document.write("<td><A id=Resources href='forex.htm'>Resources</a></td>");
document.write("<td><img src='../webimages/topmenudotedge.gif' width='1' height='19' border='0' /></td>");
document.write("<td><A id=Support href='downloads.asp'>Support</a></td>");
document.write("<td><img src='../webimages/topmenudotedge.gif' width='1' height='19' border='0' /></td>");
document.write("<td><A id=Services href='financialnews.asp'>Services</a></td>");
document.write("</tr></table>");
document.write("</div></div></div>");

if (Menu.isSupported()) {		
		var ms = new MenuSet(Menu.direction.down,0,1,Menu.reference.bottomLeft);
		var menu1 = ms.addMenu(document.getElementById("Products"));
		menu1.addItem("About Us ", "about_us.htm"); 				
		menu1.addItem("CapMarkets Pro ", "capmarketspro.htm"); 
		menu1.addItem("CapMarkets Pro Corp.", "capmarketsprocorp.htm");
		menu1.addItem("Feed Manager ", "feedmanager.htm"); 
		menu1.addItem("Downloads ", "downloads.asp"); 
		menu1.addItem("e-brochure ", "e_bro.html"); 		
		menu1.addItem("Walk Through ", "walkthrough.htm");		
		var menu2 = ms.addMenu(document.getElementById("Solutions"));
		menu2.addItem("Individual Investor ", "individual_investor.htm"); 
		menu2.addItem("Corporate Investor ", "corporate_investor.htm"); 
		menu2.addItem("Trading Info Center ", "tradinginfo.htm"); 
		var menu3 = ms.addMenu(document.getElementById("Resources"));
		menu3.addItem("Forex ", "forex.htm");
		menu3.addItem("Commodities ", "commodities.htm"); 
		menu3.addItem("Equities ", "equities.htm"); 
		menu3.addItem("CFD ", "cfd.htm"); 
		var menu4 = ms.addMenu(document.getElementById("Support"));
		menu4.addItem("Register ", "register.asp"); 
		menu4.addItem("Technical Support ", "livechat.asp");
		menu4.addItem("Subscribe/Unsubscribe ", "subscribe.asp");		
		menu4.addItem("FAQ ", "faq.html"); 		
		var menu5 = ms.addMenu(document.getElementById("Services"));
		menu5.addItem("Financial News ", "financialnews.asp");
		menu5.addItem("Data Services ", "demo_services.asp"); 
 		
		
		Menu.renderAll();
	}