if(navigator.userAgent.match(/Qt\/4.5.2/i) || navigator.userAgent.match(/Qt\/4.5.3/i)) {
	var menuItems =[{"id":"voicefax",     "name":"Messages", "url":"javascript:voxox.showPage('voicefax')"},
					{"id":"contactmgr",   "name":"Contact Mgr",      "url":"javascript:qtEventSource.buttonClicked( 6, '' )"},
					{"id":"features",     "name":"Store","url":"javascript:voxox.showPage('store')"},
					{"id":"callback",     "name":"CallBack", "url":"javascript:voxox.showPage('callback')"},
					//{"id":"invitefriends","name":"Invite",    "url":"javascript:voxox.showPage('invitefriends')"},
					{"id":"settings",     "name":"Settings",    "url":"javascript:qtEventSource.buttonClicked( 4, '' )"},
                    //{"id":"tetris",  "name":"Vlocks",    "url":"javascript:voxox.showPage('tetris')"},
                    {"id":"cid",          "name":"Spoof Calls",    "url":"javascript:voxox.showPage('cid')"},
					{"id":"wizard",       "name":"Wizard",    "url":"javascript:qtEventSource.buttonClicked( 5, '' )"},
					//{"id":"import",		  "name":"Import",    "url":"javascript:voxox.showPage('contactsimporter')"},
					//{"id":"uservoice",	  "name":"User Voice", "url":"javascript:voxox.showPage('uservoice')"}
			];
} else {
	var menuItems =[{"id":"voicefax",     "name":"Messages", "url":"javascript:voxox.showPage('voicefax')"},
					{"id":"features",     "name":"Store","url":"javascript:voxox.showPage('store')"},
					{"id":"callback",     "name":"CallBack", "url":"javascript:voxox.showPage('callback')"},
				//	{"id":"invitefriends","name":"Invite",    "url":"javascript:voxox.showPage('invitefriends')"},
                    {"id":"cid",          "name":"Spoof Calls",    "url":"javascript:voxox.showPage('cid')"},
                    {"id":"uservoice",	  "name":"User Voice", "url":"javascript:voxox.showPage('uservoice')"}
			];
}
var dialogs = [];
