//  ----------------------------------------
//  Copyright 1999, Virtual_Max 
//  http://come.to/vmax
//  This script can be used absolutly free
//  untill this notice present in all copies
//  ----------------------------------------

function ForceFrames(framesetfile)
 {if(window==top.window)
   {loc=document.location+"";
    document.cookie = "location="+escape(loc)+";"
    // just let browser (NN3) to make breath
    setTimeout("document.location='"+framesetfile+"'",100);
   }
 }

function CheckPageToLoad()
 {fromN = document.cookie.indexOf('location=');
  if(fromN >= 0)
   {fromN+=9;
    toN=document.cookie.indexOf(";",fromN);
    if(toN==-1) toN=document.cookie.length;
      {loc=unescape(document.cookie.substring(fromN,toN));
       setTimeout("document.location='"+loc+"'",100);
       vmaxadd();
      }
   }
 }


 {
 }
