var nex;
dp = setTimeout("dn()",1);
function dn(){ return; }
function p(o,w,c){
var co = new Array("008000","339933","66b366","99cc99","cce6cc","ffffff");
w += c; nex = o;
c *= ((w > 4)||(w < 1)) ? -1 : 1;
//o.style.backgroundColor = "#"+co[w];
if(document.all){ o.style.color = "#"+co[5-w]; }
dp = setTimeout("p(nex,"+w+","+c+")",55);
}
function sp(o){
clearTimeout(dp);
//o.style.backgroundColor = "";
if(document.all){ o.style.color = ""; }
}

function stp(){
clearTimeout(dp);
}