function display (newtext) {
document.getElementById('textToChange').innerHTML = newtext;
}

function resetdisplay () {
document.getElementById('textToChange').innerHTML = 'Please highlight a picture with the cursor to get more detailed information';
}


function poptastic(url)
{
	window.open(url,'name','height=400, width=300, resizable=yes, scrollbars=no, toolbar=no, menubar=no, status=no');
	
}