top.ContentObj = 0;
top.PatentDoc = 0;
top.ListObj = 0;
PatentNumber = 1;
NotShown = 0;
PatentPath = "/patents/";
SourcePath = "source/";
GIFPath = "gif/";
CaptionPath = "caption/";
ThumbPath = "thumbs/";
UndefinedPath = "undefined/";
SuggestionPath = "suggestions/";
PrevPatent = -1;
NextPatent = 1;
UpOk = 0;
CurrentPatent = -1;
currentPatentType = "all";
currentImageFormat = 0;
PageHeight = 0;
PageWidth = 0;
Loaded = 1;
ArrowsSet = 0;
IBMLink = "http://www.delphion.com/details?&pn=";
TypeToDisplay = "all";
PatDisplayCount = 0;
top.MyCrumbs = "Patent o' the Week Archive";
top.MyNav = "Patents";
loadFailed = false;
bw = new lib_bwcheck();
function InitializePatents() {
  top.ContentObj = findObj('Content', top);
  if (!top.ContentObj) {
    top.ContentObj = top;
  }
  PatentObj = findObj('PatentWindow', top.ContentObj);
  if (PatentObj) {
    top.PatentDoc = PatentObj.document;
  }
  top.ListObj = findObj('ThumbFrame', top.ContentObj);
//  alert('Initframes: '+ContentObj.frames['PatentWindow']);
//  alert('Init() '+top.ContentObj+' '+top.PatentDoc+' '+top.ContentObj.document+' '+(top.PatentDoc == top.ContentObj.document));
//  alert('top.ListObj: '+top.ListObj);
} 
