/*
Textual Tooltip Script- 
© 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[1]='<b>The Home Page</b><br><SMALL>This is where you can sign up for our free Veretekk Silver marketing and training program. Marketing at the speed of thought!</SMALL>'
content[2]='<b>Trainers Meeting</b><br><SMALL>Meet our trainers and learn from their experiences</SMALL>'
content[3]='<b>True Curent Hearfelt Testimonials</b><br><SMALL>And we have thousands of them folks. Dating back over 10 years ago.</SMALL>'
content[4]='<b>Brilliant Compensation</b><br><SMALL>Tim Sales and Dr. Charles King illustrate what a real MLM represents.</SMALL>'
content[5]='<b>What the rch, middle class and the poor buy on payday</b><br><SMALL>Becoming wealthy or financially free is a formula that can be learned. It\'s about following a proven set of universal principles.</SMALL>'
content[6]='<b>George Carlon on You Tube</b><br><SMALL>This recording has adult language in it. Hey, it\'s Gearge Carlon with profanity and the raw unsetteling truth. </SMALL>'
content[7]='<b>Money Machine Survey</b><br><SMALL>Take the survey and some one will get back to you to assist in your quest.</SMALL>'
content[8]='<b>This is my personal business venture</b><br><SMALL>After checking out what I am doing on the Internet, let me know what you think. Pretty please?</SMALL>'
content[9]='<B>Sohomatic: Take Action News </B><BR><small>Everything you need to finally succeed</SMALL>'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML=''+whichcontent+''
}
else if (document.layers){
document.d1.document.d2.document.write(''+whichcontent+'')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


