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