/*  Copyright (C)2004 Embeo, Inc.
 *  All rights reserved.
 *  Usage of code prohibited without express written consent of Embeo, Inc.
 */

function togglenavframe() {
  if(parent.location.href == self.location.href)
    window.location.replace('index_reload.html' + '?' + window.self.location.pathname);
  else
    parent.location.replace(window.self.location.pathname);
}