
function showImages()
{
for (a=0;a<document.images.length;a++)
{
document.images[a].style.display = 'inline'
}
}
