function show(path)
{
    if (obj = document.getElementById('gerlsimg')) {
        obj.src = path; }
}
