
function doCmd(pstrCmd)
{
	document.frmMain.elements['action'].value = pstrCmd;
	document.frmMain.submit();
}
