function ChangeCursor()
{
    document.body.style.cursor = 'wait';
}
