/******************************************************************************
* Common code for tabbed pages.                                               *
******************************************************************************/

// Call the synchTab() function in the parent window.

if (window.parent && window.parent.doTab)
  window.parent.doTab(window.name);