
function ExecuteCommand(cmd) {
	document.getElementById('hidCmd').value = cmd;
	document.forms[0].submit();
}