CT_IMG_BLANK="/sasaga/img/1x1.gif";

var MenuDef = {
        "timer":500,
        "otime":500,
	"type"	: "bar",
	"style"	: {
	        "css" : "xp",		
		"box"	: false,
		"size"	:[160,20],
		"bgcolor":"#ffcc20",
                "direction":"v",
		"border":{"color":"#6A7E9F", "size":1}
	},
	"itemover": { "css" : "xp", "color":"#009966"},
        "position": { "absolute": true, "pos":[0,130] },
	"defaction" : { "title" : "" },

	"items" : [                
		{ "text":"Home", "action" : {"url":"/sasaga/index.html"}},
		{ "text":"Executive", "action" : {"url":"/sasaga/executive/executive.html"}},
		{ "text":"About Us", "action" : {"url":"/sasaga/aboutus/aboutus.html"}},
		{ "text":"Associations",
			"menu": {
                                        "timer":500,
        "otime":500,
                                "style": {
					"size":[200, 20],
					"css" : "xp2",		
					"box"	: false,
					"bgcolor":"#38396F",
					"border":{"color":"#6A7E9F", "size":1}
				},
			"itemover": { "css" : "xp2", "color":"#ffcc20"},
				"items"	: [
		{"text":"- Boland","action" : {"url":"/sasaga/associations/boland.html"}},
                {"text":"- Border","action" : {"url":"/sasaga/associations/border.html"}},
                {"text":"- Central Gauteng","action" : {"url":"/sasaga/associations/centralgauteng.html"}},
                {"text":"- Ekurhuleni","action" : {"url":"/sasaga/associations/ekurhuleni.html"}},
                {"text":"- Eastern Province","action" : {"url":"/sasaga/associations/easternprovince.html"}},
                {"text":"- Free State / Northern Cape","action" : {"url":"/sasaga/associations/freestatencape.html"}},
                {"text":"- Gauteng North","action" : {"url":"/sasaga/associations/gautengnorth.html"}},
                {"text":"- Karoo","action" : {"url":"/sasaga/associations/karoo.html"}},
                {"text":"- Kwazulu Natal","action" : {"url":"/sasaga/associations/kwazulunatal.html"}},
                {"text":"- Limpopo","action" : {"url":"/sasaga/associations/limpopo.html"}},
                {"text":"- Mpumalanga","action" : {"url":"/sasaga/associations/mpumalanga.html"}},
                {"text":"- North West Province","action" : {"url":"/sasaga/associations/northwestprovince.html"}},
                {"text":"- Southern Cape","action" : {"url":"/sasaga/associations/southerncape.html"}},
                {"text":"- Western Province","action" : {"url":"/sasaga/associations/westernprovince.html"}}

				]	
			}},
    {"text":"National Events","action" : {"url":"/sasaga/events/events.html"}},
    {"text":"Order of Merit","action" : {"url":"/sasaga/orderofmerit/orderofmerit.html"}},
    {"text":"News Room","action" : {"url":"/sasaga/newsroom/newsroom.html"}},
    {"text":"Membership&nbsp;Reg.","action" : {"url":"/sasaga/membership/membership.html"}},
    {"text":"Archive","action" : {"url":"/sasaga/archive/archive.html"}},
    {"text":"Contact Us","action" : {"url":"/sasaga/contactus/contactus.html"}}
	]
};
		
var menuTest1 = new CMenu(MenuDef, 'menuTest1');
menuTest1.create();
menuTest1.run();		
		
		
		
		
		
		
/*		
		
		  "menu": {
		        "style": {
                                  "direction": "v",
                        	  "bar":{ "src":"themes_img/bar_xp.gif", "size":[6,65] }, 
                                  "css":"xp2",
                                  "bgcolor":"white",
			          "imgdir":{"src":"themes_img/subdir.gif", "width":18,"height":16},
                                  "imgitem":{"src":"themes_img/subitem.gif", "width":18,"height":16},
 		                  "size" :[180, 20]
                                 }, 
                        "separator": { "style": { "bgimg":"themes_img/separator.gif", "size" :[180,2], "imgitem":"" } },

                      	"itemover": { "css" : "xp2", "bgcolor":"#1665CB", "color":"white",
     			              "imgdir":{"src":"themes_img/subdir_over.gif", "width":18,"height":16},
        	                      "imgitem":{"src":"themes_img/subitem_over.gif", "width":18,"height":16}        	                      
                                    },
                        "position" : {
					"anchor": "ne",
					"anchor_side":"nw"
                                     },
		  	"items"	: [
			  		{"text": "JS code",
                                         "action": {"js": "openWin(30, 30);"}
        	                        },  		 
                             		{ "type":"separator"},
			  		{"text": "Go to URL",					
					 "menu": {
                                                "separator": { "style": { "bgimg":"themes_img/separator.gif", "size" :[100,2], "imgitem":"" } },
                                                "style": {"size":[100, 20]},
						"items"	: [
			  				{"text": "Item1"},
				  			{"text": "Item2"},
                                           		{ "type":"separator"} ,
				  			{"text": "Item3"}
				  		]	
			                 },
                                         "action" : {"url":"http://yahoo.com","target":"_blank", "title":"Yahoo!!!!"}
                        	        },
		  			{"text": "Boolean item",
		  			 "type": "bool",
                                         "action": {"on":"alert(\'on!\');",
                                                    "off":"alert(\'off!\');"
                                                   }
	                                }                
		  	          ]
		          }
		},
		{ "text":"Example of XP-style menu"},
		{ "type":"separator"} ,
		{ "text":"Example of XP-style menu"} ,
		{ "text":"Example of XP-style menu"}

           	]
};














BLANK_IMAGE = '/sasaga/b.gif';

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#6A7E9F",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ffcc20",		// background color for the items
		bgOVER:"#ffcc20"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var STYLE1 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#6A7E9F",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#38396F",		// background color for the items
		bgOVER:"#38396F"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCM1On",		// CSS class for items
		OVER:"clsCM1Over"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
    {pos:[0,130], itemoff:[19,0], leveloff:[0,127], style:STYLE2, size:[20,128], valign:"middle"},
    {code:"Home", url:"/sasaga/index.html"},
    {code:"Executive", url:"/sasaga/executive/executive.html"},
    {code:"About Us", url:"/sasaga/aboutus/aboutus.html"},
    {code:"Associations",
		sub:[
		{itemoff:[19,0],size:[20,200], style:STYLE1},
                {code:"- Boland",url:"/sasaga/associations/boland.html"},
                {code:"- Border",url:"/sasaga/associations/border.html"},
                {code:"- Central Gauteng",url:"/sasaga/associations/centralgauteng.html"},
                {code:"- Ekurhuleni",url:"/sasaga/associations/ekurhuleni.html"},
                {code:"- Eastern Province",url:"/sasaga/associations/easternprovince.html"},
                {code:"- Free State / Northern Cape",url:"/sasaga/associations/freestatencape.html"},
                {code:"- Gauteng North",url:"/sasaga/associations/gautengnorth.html"},
                {code:"- Karoo",url:"/sasaga/associations/karoo.html"},
                {code:"- Kwazulu Natal",url:"/sasaga/associations/kwazulunatal.html"},
                {code:"- Limpopo",url:"/sasaga/associations/limpopo.html"},
                {code:"- Mpumalanga",url:"/sasaga/associations/mpumalanga.html"},
                {code:"- North West Province",url:"/sasaga/associations/northwestprovince.html"},
                {code:"- Southern Cape",url:"/sasaga/associations/southerncape.html"},
                {code:"- Western Province",url:"/sasaga/associations/westernprovince.html"}
        ]
    },
    {code:"National Events",url:"/sasaga/events/events.html"},
    {code:"Order of Merit",url:"/sasaga/orderofmerit/orderofmerit.html"},
    {code:"News Room",url:"/sasaga/newsroom/newsroom.html"},
    {code:"Membership Registration",url:"/sasaga/membership/membership.html"},
    {code:"Archive",url:"/sasaga/archive/archive.html"},
    {code:"Contact Us",url:"/sasaga/contactus/contactus.html"}
];

new COOLjsMenu("menu1", MENU_ITEMS);
*/
