function menuLogIn() {
	openDialog({
				button: 'menuItem1',
				modal: true,
				kind: 'Menu',
				width: '400',
				height: '140',
				title: 'Log-in',
				id: 'submenuItem1_modal',
				cssclass: 'simple_black',
				url: 'http://www.descontrolado.com.br/system/view/login.php'
				});
}

function menuSpent() {
	openDialog({
				button: 'menuItem1',
				modal: true,
				kind: 'Menu',
				width: '600',
				height: '300',
				title: 'Gastos',
				id: 'submenuItem1_modal',
				cssclass: 'simple_black',
				url: 'http://www.descontrolado.com.br/system/view/spent.php'
				});
}

function closeWindows() {
	Windows.closeAll();
}
