function fst() {
if (top.frames.length==0) {
  Address="../Frames/_Frameset.htm?../index.htm";
  if(document.images) top.location.replace(Address);
  else top.location.href=Address;
  }
}
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}