// Function to load a page into the Sidebar frame if frames are active

function LoadSidebar(v_uri) {
   window.onerror = null;
   if ( top.Sidebar.location != v_uri ) 
      { top.Sidebar.location = v_uri
   }
}