var linktext = new Array()
linktext[0]="Return to the Revelation Center home page"
linktext[1]="Check out how you can be involved in birthing the next great wave of revival"
linktext[2]="Dive into relevant, biblical teaching concerning supernatural Christian living"
linktext[3]="Read about what God is doing through the body of Christ today"
linktext[4]="Take advantage of these resources designed to help deepen your walk with Christ"
linktext[5]="Find out how you can play a vital role in bringing in a great harvest of souls"
linktext[6]="Be blessed by the ministry of other powerful Christian web sites"
linktext[7]="Contact the founder of the Revelation Center"
linktext[8]="Members Logout"
linktext[9]="Login or signup to become a member"

var ns6 = document.getElementById &&! document.all
var ie = document.all
function vLD(thetext, whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext]
}
function resetit(whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML='&nbsp;'
else if (ns6) document.getElementById(whichdiv).innerHTML='&nbsp;'
}