// JavaScript Document


<!--

/*
Textual Tooltip Script II- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/


var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='<br><big><b>Home Page</b></big><br>ProBet Home of the Daily ProBet Email Service designed for all Australian Gallops Meetings.'
content[1]='<br><big><b>Join Now !!</b></big><br>Join to start receiving your daily email service.'
content[2]='<br><big><b>ProBet Betting Strategy</b></big><br>See how we do it !!!'
content[3]='<br><big><b>ProBet Results</b></big><br>View ProBets Results...They speak for themselves.'
content[4]='<br><big><b>Contact Us</b></big><br>Information on contacting ProBet'
content[5]='<br><big><b>Testimonials</b></big><br>Read some of ProBets Testimonials!!'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",450)
}

function changetext(whichcontent){
if (document.all)
descriptions.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}

}

//-->

