<!--
function generateimage1(which){
if (document.all){
dynamicDot13.innerHTML='<img src="'+which+'" width="105" height="110">'
}
else if (document.layers){
document.dynamicDot11.document.dynamicDot12.document.write('<img src="'+which+'" width="105" height="110">')
document.dynamicDot11.document.dynamicDot12.document.close()
}
else if (document.getElementById&&!document.all){
document.getElementById('dynamicDot13').innerHTML='<img src="'+which+'" width="105" height="110">'
}
else
alert('You need at least NS 4 or IE 4 to view the images!')
}

function generateimage2(which){
if (document.all){
dynamicDot23.innerHTML='<img src="'+which+'" width="118" height="91">'
}
else if (document.layers){
document.dynamicDot21.document.dynamicDot22.document.write('<img src="'+which+'" width="118" height="91">')
document.dynamicDot21.document.dynamicDot22.document.close()
}
else if (document.getElementById&&!document.all){
document.getElementById('dynamicDot23').innerHTML='<img src="'+which+'" width="118" height="91">'
}
else
alert('You need at least NS 4 or IE 4 to view the images!')
}

function generateimage3(which){
if (document.all){
dynamicDot33.innerHTML='<img src="'+which+'" width="118" height="68">'
}
else if (document.layers){
document.dynamicDot31.document.dynamicDot32.document.write('<img src="'+which+'" width="118" height="68">')
document.dynamicDot31.document.dynamicDot32.document.close()
}
else if (document.getElementById&&!document.all){
document.getElementById('dynamicDot33').innerHTML='<img src="'+which+'" width="118" height="68">'
}
else
alert('You need at least NS 4 or IE 4 to view the images!')
}

function generateimage4(which){
if (document.all){
dynamicDot43.innerHTML='<img src="'+which+'" width="118" height="76">'
}
else if (document.layers){
document.dynamicDot41.document.dynamicDot42.document.write('<img src="'+which+'" width="118" height="76">')
document.dynamicDot41.document.dynamicDot42.document.close()
}
else if (document.getElementById&&!document.all){
document.getElementById('dynamicDot43').innerHTML='<img src="'+which+'" width="118" height="76">'
}
else
alert('You need at least NS 4 or IE 4 to view the images!')
}

function generateimage5(which){
if (document.all){
dynamicDot53.innerHTML='<img src="'+which+'" width="105" height="85">'
}
else if (document.layers){
document.dynamicDot51.document.dynamicDot52.document.write('<img src="'+which+'" width="105" height="85">')
document.dynamicDot51.document.dynamicDot52.document.close()
}
else if (document.getElementById&&!document.all){
document.getElementById('dynamicDot53').innerHTML='<img src="'+which+'" width="105" height="85">'
}
else
alert('You need at least NS 4 or IE 4 to view the images!')
}
//-->