';
content[1] = 'Text 2';
content[2] = 'Text 3';
content[3] = 'Text 4';
content[4] = 'Text 5';
content[5] = 'Text 6';
content[6] = 'Text 7';
content[7] = 'Text 8';
content[8] = 'Text 9';
function changetext(whichcontent)
{
document.getElementById('descriptions').firstChild.nodeValue = whichcontent;
}
//-->
|