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]='<h1>CD - "Unforgettable"</h1><b>Tracks:</b><br><br>1. <a href="music/The Way You Look Tonight - clip.mp3">The Way You Look Tonight</a><br>2. <a href="music/The Girl From Ipanema - clip.mp3">The Girl From Ipanema</a><br>3. Somewhere, Over the Rainbow<br>4. <a href="music/Sentimental Journey - clip.mp3">Sentimental Journey</a><br>5. <a href="music/What Is This Thing Called Love - clip.mp3">What Is This Thing Called Love</a><br>6. Don\'t Know Why<br>7. <a href="music/Fly Me To The Moon - clip.mp3">Fly Me To The Moon</a><br>8. I Remember You<br>9. <a href="music/My Romance - clip.mp3">My Romance</a><br>10. Goin\' Out Of My Head<br>11. Almost Like Being In Love<br>12. Tea For Two<br>13. Unforgettable<br>'

content[1]='<h1>DVD - "As Time Goes By"</h1><b>Tracks:</b><br><br>1. <a href="music/01-I Love Being Here With You - clip.mpg">I Love Being Here With You</a><br>2. <a href="music/02-All or Nothing at All- clip.mpg">All or Nothing at All</a><br>3. <a href="music/03-I\'m an Errand Girl for Rhythm - clip.mpg">I\'m an Errand Girl for Rhythm</a><br>4. <a href="music/04-Temptation - clip.mpg">Temptation</a><br>5. <a href="music/05-Deed I Do - clip.mpg">Deed I Do</a><br>6. The Girl From Ipanema<br>7. As Time Goes By<br>8. Everyday, I Have the Blues<br><br><i><b>Bonus Tracks:</i></b><br>9. The Look of Love<br>10. L-O-V-E<br>11.Don\'t Know Why'

content[2]='<center><h1>Autographed Photo</h1><img width="300px" src="photos/rn-0133 small.jpg" alt="Rachelle Courtney - Autographed Photo"></center>'

content[3]='Place cursor over thumbnail to view more information.<br><br>'




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='<font face="arial">'+whichcontent+'<font>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="arial">'+whichcontent+'</font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


