var MenuDef = {
	"style"	: {
	        "css" : "xp",		
       	        "box"	: true,
		"size"	:[300,20],
		"bgcolor":"#FCFCF9",
                "direction":"v",		
		"border":{"color":"#000000", "size":1},
		"shadow":{"color":"#c0c0c0", "size":2},
                "imgendon":{"src":"themes/gray/themes_img/arr_on.gif", 
                            "width":5,"height":10},	
                "imgendoff":{"src":"themes/gray/themes_img/arr_off.gif", 
                             "width":5,"height":10},
                "imgspace": 5,
         	"bar":{ "bgcolor":"#EFEDDE", "size":[20,100] }
	},
	"itemover": { "css" : "xp", "bgcolor":"#C1D2EE", "color":"#000000"
                    },
        "separator": { "style": { "bgcolor":"#EFEDDE", 
                       "size" :[300,2], "imgitem":"" } },
	"position": { "absolute": false, "pos":[30,20], "align":"center" },
	"defaction" : { "title" : "This is an action title" },

	"items" : [                
		{ "text":"Home" ,
		  "type" : "bool",
                  "textover": "You're about to return to site's home page", 
                  "texton": "You are at site's home page now",
   	          "style": {       
         
                            "imgitem":{"src":"themes/gray/themes_img/home.gif", 
                                       "width":16,"height":16},
                            "imgdir":{"src":"themes/gray/themes_img/home.gif", 
                                      "width":16,"height":16}
                           }
		},
		{ "text":"News",
                  "position": { "pos":[50,-30] },
   	          "style": {                
                            "imgitem":{"src":"themes/gray/themes_img/news.gif", 
                                       "width":16,"height":16},
			    "imgdir":{"src":"themes/gray/themes_img/news.gif", 
                                      "width":16,"height":16}
                           },                                                               

		  "menu": {
		        "style": {                      	  
                                  "imgitem":{"src":"themes/gray/themes_img/date.gif", 
                                             "width":16,"height":16},
		                  "size":[150,20]
                                 }, 
                        "otime": 500,
                        "position" : {
					"anchor": "ne",
					"anchor_side":"nw"
                                     },
		  	"items"	: [
			  		{"text": "23-06-2003"
                                        },
			  		{"text": "25-06-2003"
                                        },
			  		{"text": "26-06-2003"},
			  		{"text": "30-06-2003"
                                        }
		  	          ]
		          }                                                               

		},
		{ "type":"separator"} ,
		{ "text":"About a company",
		  "type" : "bool",
                  "textover": "You're about to read a page about us", 
                  "texton": "Now you are reading a page about us",

   	          "style": {                
                            "imgitem":{"src":"themes/gray/themes_img/about.gif", 
                                       "width":16,"height":16}
                           }                                                               

		} ,
		{ "text":"Our Forum",
		  "type" : "bool",
                  "textover": "You're about to sing in to our forum", 
                  "texton": "You are at our forum now",
   	          "style": {                
                            "imgitem":{"src":"themes/gray/themes_img/forum.gif", 
                                       "width":16,"height":16}
                           }                                                               

		},
		{ "text":"Contact Us",
   	          "style": {                
                            "imgitem":{"src":"themes/gray/themes_img/contact.gif", 
                            "width":16,"height":16}
                           }                                                               

		}


           	]
};