using System; using OboutInc.TextMenu; public class ex_Horizontal : System.Web.UI.Page { private void Page_Load(object sender, System.EventArgs e) { TextMenu tm1 = new TextMenu(); tm1.ID = "tm1"; tm1.Add(null, "brands", "Brands", "javascript:alert('you clicked me');void(0);", null); tm1.Add("brands", "ibm", "IBM"); tm1.Add("brands", "microsoft", "MICROSOFT"); tm1.Add("brands", "obout", "OBOUT", "http://www.obout.com/", "_top"); tm1.Add("obout", "treeview", "TreeView", "http://www.obout.com/t2/edraganddrop.aspx", "_top");