function showimage()
{
if (!document.images)
return
document.images.regions.src='images/map' + document.regionimgs.URL.options[document.regionimgs.URL.selectedIndex].value + '.gif'
}