function HideLowFrame()
{
top.document.getElementById('titi').rows = '0,24,*,0';
top.document.all.titi.rows = '0,24,*,0';
}

function ShowLowFrame()
{
top.document.getElementById('titi').rows = '0,24,*,185';
top.document.all.titi.rows = '0,24,*,185';
}

function GoHome()
{
top.document.location = '/';
}
