text=new Array()
text[0]=" " 
text[1]="main desc"
text[2]="RCE is a great place to start when you are looking for the right marriage of song/producer/artist!"
text[3]="writers, publishers, performers"
text[4]="upcoming classes, lectures, and book orders" 
text[5]="in progress..."
text[6]="A music industry veteran for over 25 years..." 
text[7]="the latest news" 
text[8]="in progress..." 
if(document.layers){ //if ns4 
    itemwrite="document.desc.document.write('<p style=\"font-family:verdana\">'+text[num]+'</p>')" 
    itemclose="document.desc.document.close()"
}
if(document.all){//if ie4
    itemwrite="desc.innerText=text[num]" 
    itemclose=""
}
function change(num){
    eval(itemwrite)
    eval(itemclose)
}