var MenuDef = {
	"type"	: "bar",
	"style"	: {
	    "css" : "menu",		
		"box"	: false,
		"size"	:[146,68],
		"color" : "#DC0A19",
		// "bgcolor":mainbgcoloroff,
  		"bgimg" : "/menu/img/2.jpg",
        "direction":"h",		
		"border":{"color":"#fffff4", "width":0},
        "imgendon":{"src":"/menu/img/chek_sm.gif", "width":3,"height":6},
        "imgendoff":{"src":"/menu/img/chek_sm.gif", "width":3,"height":6},
        "imgspace": 5,
		"align": "left",
        //"shadow": {"color":"#cccccc", "width":1},
		"opacity":98,
		"z" : ""	
	},
	"itemover": { "bgimg":"/menu/img/1.jpg"},
	"position": { "absolute": false, "pos":[0,0] },
                  
	"items" : [                
		{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HOME" ,"action":{"url":"/","target":"_parent", "style":{"size":[20,68]}}
		},
		{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ABOUT US" , "action":{"url":"/portal/showcontent.asp?INDEX=4079","target":"_parent"},
		  "menu": {
                        "position" : { "anchor": "se", "anchor_side":"n"	},
						"style"	: {"size":[143,32],"bgimg" : "/menu/img/11.jpg","direction":"v"},"itemover":{"bgimg":"/menu/img/11b.jpg"},

		  	"items"	: [
			  		{"text": "About Us" , "action":{"url":"/portal/showcontent.asp?INDEX=4079","target":"_parent"}
                        	        },
					
					{"text": "Sign up" , "action":{"url":"/portal/register.asp","target":"_parent"}
                        	        },
			  		{"text": "Feedback" , "action":{"url":"/feedback.asp","target":"_parent"}
                        	        }
                                  ]
                   }  
		},
		
		
		{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PRODUCTS",
		  "menu": {
                        "position" : { "anchor": "se", "anchor_side":"n"	},
						"style"	: {"size":[200,32],"bgimg" : "/menu/img/11.jpg","direction":"v" },"itemover":{"bgimg":"/menu/img/11b.jpg"},

		  	"items"	: [
			  		{"text": "MID Android" , "action":{"url":"/","target":"_parent"}
                        	        },
					{"text": "VOIP" , "action":{"url":"/","target":"_parent"}
                        	        },
			  		{"text": "Mobile Router" , "action":{"url":"/portal/showcontent.asp?INDEX=4322","target":"_parent"}
                        	        }
                                  ]
                   }  
		},
		
		{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SERVICES" , "menu": {
                        "position" : { "anchor": "se", "anchor_side":"n"	},
						"style"	: {"size":[185,30],"bgimg" : "/menu/img/11.jpg","direction":"v" },

		  	"items"	: [
{"text": "BPM Solutions" , "action":{"url":"/","target":"_parent"}
                        	        },
			  		{"text": "Portal Design" , "action":{"url":"http://www.ambitusa.com/doc/design.asp","target":"_parent"}
                        	        },
{"text": "POI Click to Talk" , "action":{"url":"/","target":"_parent"}
                        	        }
                        	        
                                  ]
                   }  
		},
		
		{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STORE" , "action":{"url":"/store","target":"_parent"}
		},

		
		{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DOWNLOAD",
		  "menu": {
                        "position" : { "anchor": "se", "anchor_side":"n"	},
						"style"	: {"size":[135,30],"bgimg" : "/menu/img/11.jpg","direction":"v" },

		  	"items"	: [
			  		
					{"text": "Firmwares" , "action":{"url":"/mor_firmware.asp","target":"_parent"}
                        	        },
{"text": "User Guide" , "action":{"url":"/mor_guide.asp","target":"_parent"}
                        	        },
			  		{"text": "Brochures" , "action":{"url":"/doc/products.asp","target":"_parent"}
                        	        }
                                  ]
                   }  
		},	
		{ "text":"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ambit Group",
		"menu": {
                        "position" : { "anchor": "se", "anchor_side":"n"	},
						"style"	: {"size":[135,30],"bgimg" : "/menu/img/11.jpg","direction":"v" },

		  	"items"	: [
			  		
					{"text": "USA" , "action":{"url":"http://www.ambitusa.com","target":"_parent"}
                        	        },
					{"text": "Taiwan" , "action":{"url":"http://www.ambitmobile.com.tw","target":"_parent"}
                        	        },

					{"text": "Sino Plus" , "action":{"url":"http://www.sinopluscorporation.com","target":"_parent"}
                        	        },

					{"text": "Macronetics" , "action":{"url":"http://www.macronetics.com","target":"_parent"}
                        	        }]
		}}
		]
           	
};

