<!--
//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]='.'

thecontents[1]='Login into an existing account or register a new account.'

thecontents[2]='Send payment by checque to: Tendering for Contracts Training Ltd, 23 Elmbridge Road, Cranleigh, Surrey GU6 8NH'

thecontents[3]='Register your details or details for other users or place your order for each user.'

thecontents[4]='We are always looking for resale partners - please complete the registration form and indicate your interest in the comments box.'

thecontents[5]='Request information on reductions to Third Sector train-the-trainer options.'

thecontents[6]='You may also pay with paypal - our secure online payment partner - see details below.'

//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]
//-->

