function checkFrames ()
{
  if (top.frames_loaded != true)
  {
    var fullPath = document.location.pathname;
    /*var trimPath = fullPath.replace(/\/xml\/[^\/]*\//,   "/web/lang/en/1024/content/");
    var trimPath = trimPath.replace(/\/frame\/[^\/]*\//, "/web/lang/");
    var trimPath = trimPath.replace(/\/web\/[^\/]*\//,   "/web/lang/");*/
    var trimPath = fullPath;
    //top.document.location.replace(trimPath);
    //alert(trimPath);
  }
}

