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

