﻿function ChangeCursorStyleWait(obj)
{
    obj.style.cursor='wait';    
    window.document.body.style.cursor='wait';
}

