 <!--
function generateimage1(which){
if (document.all){
dynamicDot13.innerHTML='<img src="'+which+'" width="65" height="50">'
}
else if (document.layers){
document.dynamicDot11.document.dynamicDot12.document.write('<img src="'+which+'" width="65" height="50">')
document.dynamicDot11.document.dynamicDot12.document.close()
}
else if (document.getElementById&&!document.all){
document.getElementById('dynamicDot13').innerHTML='<img src="'+which+'" width="65" height="50">'
}
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="65" height="51">'
}
else if (document.layers){
document.dynamicDot21.document.dynamicDot22.document.write('<img src="'+which+'" width="65" height="51">')
document.dynamicDot21.document.dynamicDot22.document.close()
}
else if (document.getElementById&&!document.all){
document.getElementById('dynamicDot23').innerHTML='<img src="'+which+'" width="65" height="51">'
}
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="65" height="51">'
}
else if (document.layers){
document.dynamicDot31.document.dynamicDot32.document.write('<img src="'+which+'" width="65" height="51">')
document.dynamicDot31.document.dynamicDot32.document.close()
}
else if (document.getElementById&&!document.all){
document.getElementById('dynamicDot33').innerHTML='<img src="'+which+'" width="65" height="51">'
}
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="65" height="50">'
}
else if (document.layers){
document.dynamicDot41.document.dynamicDot42.document.write('<img src="'+which+'" width="65" height="50">')
document.dynamicDot41.document.dynamicDot42.document.close()
}
else if (document.getElementById&&!document.all){
document.getElementById('dynamicDot43').innerHTML='<img src="'+which+'" width="65" height="50">'
}
else
alert('You need at least NS 4 or IE 4 to view the images!')
}

//-->
