var shortcut=document.combowithtext

var descriptions=new Array()



//extend this list if neccessary to accomodate more selections

descriptions[0]="Click here for hundreds of eye popping backgrounds!"

descriptions[1]="Ultra cool, free DHTML scripts for your site!"

descriptions[2]="The ultimate web builder network"

descriptions[3]="JavaScript tutorials and over 400+ free scripts..."





shortcut.text.value=descriptions[shortcut.example.selectedIndex]

function gothere(){

location=shortcut.example.options[shortcut.example.selectedIndex].value

}



function showtext(){

shortcut.text.value=descriptions[shortcut.example.selectedIndex]

}

