function hyc(x)
{
    document.body.style.cursor = 'wait';
	window.location.href = x;
}


