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="#000080";
a.submit.style.backgroundColor="#CCCCCC";
a.submit.style.cursor="hand";
a.clear.style.backgroundColor="#CCCCCC";
a.clear.style.cursor="hand";
}
else return;
}
function LightOn(what)
{
if (ie) what.style.backgroundColor = '#00FF00';
else return;
}
function LightOff(what)
{if (ie) what.style.backgroundColor = '#CCCCCC';
else return;
}
