//************************************
//* http://members.rogers.com/bazil/ *
//*     Vasile Birsan/Barsan         *
//************************************
//width of the Expander in pixels: set to your own;
var dwidth=250;
//height of the Expander in pixels: set to your own;
// var dheight=40;
// var dheight=120;
var dheight=130;
//speed: the higher the slower - set your own!
// var dspeed=50;
var dspeed=20;
//1.Background color: could be like: "#ffff00" or "yellow";
//set it "" for no background color;
var dbcolor="";
//var dbcolor="#000000";

//Inside any message you MUST use \' in lieu of ';
// mesaj='Belmont weather as of 1:30PM EDT- Rain...heavy at times. Highs in the mid to upper 60s. Southeast winds 10 to 15 mph.<br><a href="time.html" target="_self">Check local weather conditions <img src="images/cloudy.gif" width="23" height="23" border="0" align="absmiddle" hspace="2" alt="Weather">';

mesaj='<center>HAPPY 31st BIRTHDAY, JOHN HENRY!!!<br><img src="dbj/daily/john_henry.jpg" width="140" height="151" border="0" align="absmiddle" hspace="2" alt=""><div align="right" style="font-size:6pt; color:white;">Tom Hall photo</div>MAY YOU NEVER BE FORGOTTEN.</center>';

// mesaj='<form><textarea rows=3 cols=50 wrap=virtual class=formcolor>Weather Continues to Disrupt Racing: Citing poor track conditions, Turfway Park canceled the remainder of Monday"s race card following the third race. The cancellation was the 15th of the current meet.Suffolk Downs: After two races on Monday, the remaining seven races on the card were canceled due to the extreme cold and windy conditions.</textarea></form>';
var jj=-1;
function iens6exp(){
if(jj==-1){
exptxt='';
iens6div.innerHTML=exptxt;}
jj++;
if(jj<=mesaj.length){
exptxt+= mesaj.charAt(jj);
iens6div.innerHTML='<div class=tajc>'+exptxt+""+'</div>';
setTimeout("iens6exp()",dspeed);}}
function ns4exp(){
if(jj==-1){
exptxt='';
ns4div.document.write(exptxt);ns4div.document.close();}
jj++;
if(jj<=mesaj.length){
exptxt+=mesaj.charAt(jj);
ns4div.document.write('<div class=tajc>'+exptxt+"_"+'</div>');
ns4div.document.close();
setTimeout("ns4exp()",dspeed);}}
function startexp(){
if(document.getElementById){
iens6div=document.getElementById('expdiv');
iens6exp();}
else if(document.all){
iens6div=expdiv;iens6exp();}
else if(document.layers){
ns4div=document.ns4expb0.document.ns4expb1;ns4exp();}}
