// alert('check frame:'+self.location.pathname + ' top.frames.length' + top.frames.length);
if (top.frames.length == 0)  
  if (window.name != 'FPrint')
    top.location.replace('default.asp?'+self.location.pathname);
  else
    ;
else
  if (parent.FMenu.UpdateMenu)
    parent.FMenu.UpdateMenu (self.location.pathname);

function ShowTitle(Title)
{
  if (!Title)
    Title = document.title;

  document.write ('<table border="0" cellpadding="2" cellspacing="0" width="100%"><tr>');
  document.write ('<td class="title"><img src="image/dot_bullet.gif" width="7" height="7" border="1" style="border-style: solid; border-color: #FFFFFF; padding-left: 5; padding-right: 15" hspace="5"><img border="0" src="image/dot_transparent.gif" width="5" height="5">'+Title+'</td>');
  document.write ('</tr><tr><td>&nbsp;</td></tr></table>');
}

          
        

