function showDisplay(theDisplay){

//thedisplay='+theDisplay+'

document.displaytext.innerHTML = theDisplay;
}
