function findObj(o,d){var p,i,n;if(!d)d=document;if((p=o.indexOf("?"))>0&&parent.frames.length){d=parent.frames[o.substring(p+1)].document;o=o.substring(0,p);}if(!(n=d[o])&&d.all)n=d.all[o];for(i=0;!n&&i<d.forms.length; i++)n=d.forms[i][o];for(i=0;!n&&d.layers&&i<d.layers.length;i++) n=findObj(o,d.layers[i].document);if(!n&&document.getElementById)n=document.getElementById(o);return n;}

function idle() {
    return false;
}

function showw(sloy) {
    findObj(sloy).style.display = 'inline';
}

function sett(s) {
    findObj('ttime').value = s;
}

