var i=0;
var ie=(document.all)?1:0;
var ns=(document.layers)?1:0;
function initStyleElements()
{var a = document.pad;
if (ie)
{
a.text.style.backgroundColor="#DCEBDD";
a.submit.style.backgroundColor="#DCEBDD";
a.submit.style.cursor="hand";
a.clear.style.backgroundColor="#DCEBDD";
a.clear.style.cursor="hand";
}
else return;
}
function LightOn(what)
{
if (ie) what.style.backgroundColor = '#C1DBC3', what.style.cursor="hand";  
else return;
}
function LightOff(what)
{if (ie) what.style.backgroundColor = '#DCEBDD';
else return;
}

