if (self.parent.frames.length == 0)
{
loct = document.location.href;
loct = loct.substring (loct.lastIndexOf ('/') + 1, loct.length);
top.location = 'index.html?' + loct;
}
/*////SUPER_NAVIGATOR!!!!!!!!!
var initialvisible=0;
var noshow = false;
if (document.all)
document.write('
Главная
Новости
Архив
Игры
Друзья
Клуб
О проекте
Письмо
Гостевая книга
Текущий опрос
')
function showmenu()
{
if (initialvisible==0)
{
curscroll.style.visibility="visible";
initialvisible=1;
}
curscroll.style.left=document.body.scrollLeft+event.clientX+10;
curscroll.style.top=document.body.scrollTop+event.clientY+10;
setTimeout ("Delete1 ()", 4000);
return true;
}
function right(e)
{
if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
{
curscroll.style.visibility="hidden";
initialvisible=0;
return false;
}
return true;
}
function keyDown ( ev )
{
if (document.layers) var key = ev.which;
if (document.all) var key = window.event.keyCode;
if (key == 27)//ESC
{
curscroll.style.visibility="hidden";
initialvisible=0;
}
if (key == 81)
{
curscroll.style.visibility="hidden";
initialvisible=1;
}
return true;
}
function Delete ()
{
if (curscroll.style.visibility=="visible")
{
curscroll.style.visibility="hidden"
}
else curscroll.style.visibility="visible"
return false;
}
function Delete1 ()
{
curscroll.style.visibility="hidden"
initialvisible=0;
return false;
}
document.onkeydown = keyDown;
document.onmousedown=right;
document.ondblclick=Delete;
if (document.all)
document.onclick = showmenu;
*/