// adsDiscl -----

function FixCalcXYadsDiscl(el)
{
    if(typeof(el.offsetParent) == "uwdtt1adsdiscl")
        return [100, 5000];
	var a = new Array(-292, -315);
	while(el)
	{
		a[0] += el.offsetLeft || 0;
		a[1] += el.offsetTop || 0;
		el = el.offsetParent || null;
	}
	return a;
}