function KC_Onload() {
  if (parent.foot) {
	if (navigator.appName == "Microsoft Internet Explorer") document.getElementById("Content").style.width = "580px";
	parent.foot.DoUpdate();
	}
  else {
    var p = new String(window.location.href);
	var f = p.lastIndexOf("/");
	var d = p.lastIndexOf("_",f);
	var n = p.lastIndexOf("/",d);
	f += 1;
	var q = "print.asp";
	if ((!parent.prnt) && (q != p.substring(f,f+q.length)))
	  window.location.replace("/epubs/focus/common/focus.asp?I=" + parseInt(p.substring(n+1,d),10) + "&P=" + p.substring(f,p.length));
	}
  }
