var _CC=null;
var _CF=null;

function Co(i)
{
if (i && i!=_CC) Ch(_CC,'')
Ch(i,"&#160;&#160;loading please wait...");
_CC=i;
if (_CF) _CF.value=i;
}

function C2o(i)
{
if (i && i!=_CC) C2h(_CC,'')
C2h(i,"&#160;&#160;loading please wait...");
_CC=i;
if (_CF) _CF.value=i;
}

function C3o(i)
{
if (i && i!=_CC) C3h(_CC,'')
C3h(i,"&#160;&#160;loading please wait...");
_CC=i;
if (_CF) _CF.value=i;
}

function Ch(i,t)
{
var ot=eval("document.all.ct"+i);
if (ot && t!=null) ot.innerHTML=t;
}

function C2h(i,t)
{
var ot=eval("document.all.c2t"+i);
if (ot && t!=null) ot.innerHTML=t;
}

function C3h(i,t)
{
var ot=eval("document.all.c3t"+i);
if (ot && t!=null) ot.innerHTML=t;
}