﻿// JScript File
function showTrans()
{
document.getElementById('googleruta').style.display = 'block';
}

function closeTrans()
{
document.getElementById('googleruta').style.display = 'none';
}

