

function calcHeight()
{
   if (navigator.appName=="Netscape") 
   {
     var the_height=document.getElementById('cfrm').contentWindow.document.height;
     document.getElementById('cfrm').height=the_height;
   } else
   {
	var the_height=document.getElementById('cfrm').contentWindow.document.body.scrollHeight;
     document.getElementById('cfrm').height=the_height;
   }
}

function setPoint(pnt)
{
document.getElementById('hdrcnt').SetVariable('newpos',pnt);
}

function open_frame(s)
{
 document.getElementById('cfrm').src=s;
}

function tit()
{
var t='ÃÀËÈËÅÎ';
var f=document.getElementById('cfrm').src;
if (f.indexOf('login.php')!=-1) t='ÃÀËÈËÅÎ';
if (f.indexOf('club.php')!=-1)  t='ÊËÓÁ';
if (f.indexOf('/forum/')!=-1)    t='ÔÎÐÓÌ';
if (f.indexOf('bible.php')!=-1) t='ÁÈÁËÈÎÒÅÊÀ';
if (f.indexOf('kino.php')!=-1)  t='ÊÈÍÎÒÅÀÒÐ';
if (f.indexOf('load.php')!=-1)     t='ÇÀÃÐÓÇÊÀ';
if (f.indexOf('komanda.php')!=-1)  t='ÊÎÌÀÍÄÀ';
if (f.indexOf('advise.php')!=-1)   t='ÏÎËÅÒ ÌÛÑËÈ';
document.getElementById('title').innerHTML=t;	
}