/*
Drop down messages script
By JavaScript Kit (http://javascriptkit.com)
Over 400+ free scripts here!
*/

//change contents of message box, where the first one corresponds with the first drop down box, second with second box etc
var thecontents=new Array()

thecontents[0]= '<A HREF="http://www.yourdivineinheritance.com/divine_heritage_abstracts.html" TARGET="_top"><B>Divine Heritage (You Are Spirit)</B></A><BR>Explores the concept of nonduality (the idea that fundamentally all is one) as a catalyst for spiritual awakening. Offers an ebook and other spiritual resources.<BR clear="all">'
 
thecontents[1]='<A HREF="http://www.yourdivineinheritance.com/divine_heritage_abstracts.html" TARGET="_top"><B>Divine Heritage (Realizing Your True Identity)</B></A><BR>Explores the concept of nonduality (the idea that fundamentally all is one) as a catalyst for spiritual awakening. Offers an ebook and other spiritual resources.<BR clear="all">' 

thecontents[2]='<A HREF="http://www.yourdivineinheritance.com/spiritual_awakening_forum.html" TARGET="_top"><B>Divine Heritage (Spiritually Awakening)</B></A><BR>Explores the concept of nonduality (the idea that fundamentally all is one) as a catalyst for spiritual awakening. Visit the awakening forum and explore the other spiritual resources.<BR clear="all">'

thecontents[3]= '<A HREF="http://www.yourdivineinheritance.com/spiritual_enlightenment_articles.html" TARGET="_top"><B>Divine Heritage (The Pursuit of Spiritual Enlightenment)</B></A><BR>Explores the concept of nonduality (the idea that fundamentally all is one) as a catalyst for spiritual awakening. Peruse the enlightenment articles and explore the other spiritual resources.<BR clear="all">'


//don't edit pass this line

function changecontent(which){
document.ddmessage.contentbox.value=thecontents[which.selectedIndex]
}

document.ddmessage.contentbox.value=thecontents[document.ddmessage.selectbox.selectedIndex]
