
boxWid = 140;
boxHgt = 100;
backCol = "#339933";
blendInt = 12;
blendDur = 5;
maxLoops = 100;
txtDec = "none";
txtAln = "left";
fntCol = "black";
fntSiz = "12px";
fntWgh = "normal";
fntSty = "normal";
fntFam = "verdana,helvetica";
linHgt = "9px";
slideInc = 1;

NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? true : false;

semi = ";";
sp = " ";

if (ver4) {
styleStr = "<STYLE TYPE='text/css'>"
 + "#elAll {"
 + "position:relative;"
 + "width:" + boxWid + semi
 + "height:" + boxHgt + semi
 + "background-color:" + semi
 + "layer-background-color:" + semi
 + "clip:rect(0 "+ boxWid + sp + boxHgt + " 0)" + semi
 + "}"
 + "#elP {"
 + "position:absolute;"
 + "height:" + boxHgt + semi
 + "background-color:" + semi
 + "layer-background-color:" + semi
 + "clip:rect(0 "+ boxWid + sp + boxHgt + " 0)" + semi
 + "}"
 + "#elGif {position:absolute}"
 + "#elNoDHTML {position:absolute; visibility:hidden}"
 + "A.newslink {"
 + "text-decoration:"+ txtDec + semi
 + "text-align:"+ txtAln + semi
 + "color:"+ fntCol + semi
 + "font-size:"+ fntSiz + semi
 + "font-style:"+ fntSty + semi
 + "font-family:"+ fntFam + semi
 + "}"
 + "</STYLE>";

document.write(styleStr);
}
