////////////////
function redir()
{
  if( parent.frames.length == 0 )
  { 
    alert( top.location.href );
    top.location.href = "start.php3?page=" + window.location.pathname;
        return;
  }
}

/////////////
function pai()
{ 
  var s = ""; 
  if( parent.frames.length == 0 )
    return;	
}
//////////////
function pbo()
{ 
  var s = ""; 
  if( parent.frames.length == 0 )
  {
    alert( top.location.href );
    top.location.href = "start.php3?page=" + window.location.pathname;
        return;
  }
}
var buf = "";
//////////////////////

