1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416
|
<HTML><!-- (c) jSh:Services -->
<HEAD>
<TITLE>UDT Documentation</TITLE>
<LINK REL=StyleSheet TYPE="text/css" HREF="doc/treeview.css">
<META NAME="robots" CONTENT="noindex,follow">
<base target="main">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#CC0000" VLINK="#990066" ALINK="#CC0000" ONLOAD="window.onerror=myError; loaded=true;">
<NULL SPACE TAG (NS2 BUGFIX)>
<SCRIPT LANGUAGE="JavaScript"> /*
This page requires a JavaScript- enabled browser. Yours isn't.
(Für diese Seite muss JavaScript einsetzbar sein!) */ <!-- hide
function myError(msg, url, line) { return true; } // error 'handler'
window.onerror = myError; loaded = false; xImgs = new Array(10);
/* This is TreeView, Copyright (c) Simon Harston <jSh@jSh.de>
* It may be used as freeware, but please give credit. Please
* also tell me an URL where I can look at what you made with
* it. Get the documentation at <http://www.jsh.de/treeview/>
*/
/* ### LOCAL DEFINITIONS ### */
UniqueID = "UDT";
DocRoot = "doc/";
ImgRoot = "hlp/";
FrameSet = "index.htm";
ImgWidth = 14;
ImgHeight = 18;
EntryHeight = ImgHeight;
InitialKey = "";
CurrPageBG = "#000099";
CurrPageFG = "#FFFFFF";
LinkCurrPage = true;
TreeRootHint = "";
NormalPageHint = "";
LinkedPageHint = "";
OpenBookHint = "close"; // "schließen";
ClosedBookHint = "open"; // "öffnen";
OpenBookStatus = "Close sub-list"; // "Ebene ausblenden";
ClosedBookStatus = "Open sub-list"; // "Ebene einblenden";
window.defaultStatus = "UDT Documentation";
navExplain = "\nThis page normally belongs inside a navigation" + " frame.\n\nIs it OK to reload the page as designed ?";
// navExplain = "Wenn ihr Browser Frames und JavaScript unterst"
// +unescape("%FC")+"tzt,\nempfehlen wir die Nutzung der deutlich "
// +"komfortableren\nFrameset-Version dieser Homepage."
// waitText = "Baumstruktur wird aktualisiert. Bitte warten ...";
FontFace = "'Garamond Condensed','Times New Roman',Times,serif";
compactTree = false;
viewMatchCnt = 0;
singleBranch = false;
checkFrames = true;
/* ### ENTER YOUR TREEVIEW INDEX HERE ###
* Note for TEXT: Use \" for quotes, NOT " ! */
initTree("<B>UDT Documentation<\/B>","*", "intro.htm");
sub_Page("Introduction|Introduction to UDT", "a", "intro.htm");
sub_Page("Installation|Make and Install UDT", "b", "make.htm");
sub_Book("Tutorial", "c", "tutorial.htm");
sub_Page("Transition from UDT3|Transition from UDT3", "ca","t-udt3.htm");
sub_Page("Introduction|Introduction to UDT programming", "cb","t-intro.htm");
sub_Page("Hello World|A simple UDT example", "cc","t-hello.htm");
sub_Page("Configuration|Read and set UDT options", "cd","t-config.htm");
sub_Page("Transfer Data|Sending / Receiving data", "ce","t-data.htm");
sub_Page("Messaging with Partial Reliability|Messaging with partial reliability", "cf","t-msg.htm");
sub_Page("Transfer File|Sending / Receiving files", "cg","t-file.htm");
sub_Page("Handling Firewalls|Handling Firewalls", "ch","t-firewall.htm");
sub_Page("Error Handling|Handle error and exceptions", "ci","t-error.htm");
lastPage("User-defined Congestion Control|Add user-defined congestion control clgorithm", "cj","t-cc.htm");
end_Book();
sub_Book("Reference", "d", "reference.htm");
sub_Book("UDT Functions", "da", "function.htm");
sub_Page("accept|accept", "daa","accept.htm");
sub_Page("bind|bind", "dab","bind.htm");
sub_Page("cleanup|cleanup", "dac","cleanup.htm");
sub_Page("close|close", "dad","close.htm");
sub_Page("connect|connect", "dae","connect.htm");
sub_Page("epoll|epoll", "daf","epoll.htm");
sub_Page("getlasterror|getlasterror", "dag","error.htm");
sub_Page("getpeername|getpeername", "dah","peername.htm");
sub_Page("getsockname|getsockname", "dai","sockname.htm");
sub_Page("getsockopt|getsockopt", "daj","opt.htm");
sub_Page("listen|listen", "dak","listen.htm");
sub_Page("perfmon|perfmon", "dal","trace.htm");
sub_Page("recv|recv", "dam","recv.htm");
sub_Page("recvfile|recvfile", "dan","recvfile.htm");
sub_Page("recvmsg|recvmsg", "dao","recvmsg.htm");
sub_Page("select|select", "dap","select.htm");
sub_Page("selectEx|selectEx", "daq","selectex.htm");
sub_Page("send|send", "dar","send.htm");
sub_Page("sendfile|sendfile", "das","sendfile.htm");
sub_Page("sendmsg|sendmsg", "dat","sendmsg.htm");
sub_Page("setsockopt|setsockopt", "dau","opt.htm");
sub_Page("socket|socket", "dav","socket.htm");
lastPage("startup|startup", "daw","startup.htm");
end_Book();
sub_Page("UDT Structures", "db","structure.htm");
sub_Page("Congestion Control Class", "dc","ccc.htm");
lastPage("Error Code List", "dd","ecode.htm");
end_Book();
lastPage("COPYRIGHT", "e", "copy.htm");
idx();
end_Tree();
/* ############################################################ *
* Note: You won't need to change anything below here, I think. */
function TVversion() { /* print version info */
return "TreeView v.3.3 BETA (2001-04-01) [http://www.jSh.de/treeview/]"; }
/* read params, split key and viewKey etc. */
function initTreeView () { if (self.TVinitd) return;
if (self.checkFrames && (""+window.innerWidth != "0")) { // not printing
tmpTopName = top.name; cutPos = UniqueID.length;
if (tmpTopName.length > cutPos)
tmpTopName = tmpTopName.substring(0, cutPos);
if ((tmpTopName == UniqueID && top.frames.length == 0)
|| (tmpTopName != UniqueID)) // check we're feeling at home ...
if (confirm(navExplain)) { if (window.stop) window.stop();
if (document.images) top.location.replace(FrameSet);
else top.location.href = FrameSet; }}
isOpera = (myIndexOf(navigator.userAgent, "Opera") > -1);
if ((navigator.appName == "Netscape")
&& (navigator.appVersion.charAt(0) == "2")) // Doesn't know
CurrPageFG = "#339933\"><B><CurrPage=\"YES"; // TD with BGCOLOR
isDHTML = (document.all || document.layers);
if ((navigator.appName == "Netscape") // Mac display refresh
&& (navigator.appVersion.charAt(0) == "4") // bug workaround
&& (myIndexOf(navigator.userAgent, "Macintosh") > -1)) isDHTML = false;
if (document.layers && document.preamble)
TVtop = document.preamble.clip.bottom;
else if (document.all && document.all.preamble)
TVtop = document.all.preamble.offsetHeight; else TVtop = 0;
if (!self.waitText) waitText = "Rendering tree, please wait...";
currPosY = TVtop; TVentries = new Array(); TVkeys = new Array();
TVcount = 0; showKey = printBuffer = ""; splitPrm(); TVinitd = true; }
/* split input to prm and viewKey */
function splitPrm() { input = ""; if (top.key) input = ""+ top.key;
if ((input == "") || (myIndexOf(input, "<object") > -1)) input = InitialKey;
pos = myIndexOf(input, "+"); if (pos < 0) viewKey = "";
else { viewKey = input.substring(pos+1); input = input.substring(0, pos); }
if (input == "") input = ".+."; prm = input; dontVKey = false; }
/* set visibility if isDHTML */
function DHTMLTreeView(currKey) { // must return true ...
if (!isDHTML) return false; // ... only if display handled.
// TVentries[count](status{0=final,1=redraw}, text, key, link, TreePfx,
// prefix, code, isCurrVisible, currTop); TVkeys[key](showSubs);
TVkeys[currKey] = newVis = (!TVkeys[currKey]);
if (self.singleBranch) for (var i = 1; i <= TVcount; i++)
if (TVkeys[TVentries[i][2]] && (myIndexOf(currKey, TVentries[i][2]) != 0))
TVkeys[TVentries[i][2]] = TVentries[i][0] = false;
currPosY = TVtop; TVelemTop = TVelemBtm = 0;
for (var j = 1; j < viewKey.length; j++) if (!dontVKey) {
var viewSub = viewKey.substring(0, j);
for (var i = 1; i <= TVcount; i++) if (!TVkeys[viewSub])
TVentries[i][0] &= (TVentries[i][2] != viewSub);
TVkeys[viewSub] = true; }
if (TVkeys[currKey] != newVis) dontVKey = true;
TVkeys[currKey] = newVis;
for (var i = 1; i <= TVcount; i++) {
var tmpKey = TVentries[i][2]; var isVisible = true;
for (var j = 1; j < tmpKey.length; j++)
isVisible &= TVkeys[tmpKey.substring(0, j)];
if (self.viewMatchCnt && tmpKey != "*") isVisible
&= (tmpKey.substring(0, viewMatchCnt)
== viewKey.substring(0, viewMatchCnt));
if (isVisible) {
TVentries[i][0] &= ((tmpKey != currKey) && (tmpKey != viewKey));
if (TVentries[i][8] != currPosY) { TVentries[i][8] = currPosY;
if (document.layers) document.layers["TV"+i].top = currPosY;
else document.all["TV"+i].style.top = currPosY; }
if (tmpKey == showKey) TVelemTop = TVelemBtm = currPosY;
if ((tmpKey.substring(0, showKey.length) == showKey)
&& (currPosY > TVelemBtm)) TVelemBtm = currPosY;
currPosY += EntryHeight;
if (!TVentries[i][0]) { treePfx = TVentries[i][4];
prm = (TVkeys[tmpKey] ? tmpKey : tmpKey.substring(0, tmpKey.length-1));
var retVal = wrtIdx(TVentries[i][1], tmpKey,
TVentries[i][3], TVentries[i][5], TVentries[i][6]);
if (document.all) document.all["TV"+i].innerHTML = retVal; else
with (document.layers["TV"+i].document) { clear(); write(retVal); close(); }
TVentries[i][0] = (tmpKey != viewKey); }}
if (TVentries[i][7] != isVisible) { TVentries[i][7] = isVisible;
if (document.layers)
document.layers["TV"+i].visibility = (isVisible ? "show" : "hide");
else document.all["TV"+i].style.display = (isVisible ? "block" : "none");
}} // scroll new entry into view
if (TVelemTop > 0) { TVelemBtm += EntryHeight;
if (document.layers) { var ScreenTop = window.pageYOffset;
var ScreenBtm = ScreenTop + window.innerHeight; }
else { var ScreenTop = document.body.scrollTop;
var ScreenBtm = ScreenTop + document.body.clientHeight; }
if ((TVelemBtm > ScreenBtm) || (TVelemTop < ScreenTop)) {
var scrollTo = ScreenTop + TVelemBtm - ScreenBtm;
if (TVelemTop < scrollTo) scrollTo = TVelemTop;
window.scrollTo(0, scrollTo); }
} return true; }
/* expands an image */
function img (image, hint) { return "<IMG SRC=\""
+ ImgRoot +"ix_"+ image +".gif\" ALT=\""+ hint +"\" BORDER=\"0\""
+" WIDTH=\""+ ImgWidth +"\" HEIGHT=\""+ ImgHeight +"\">"; }
/* expands a tree-code */
function tree (code) { var ret = "";
if (myIndexOf(code, "null") > -1) return "";
for (var i = 0; i < code.length; i++) { var c = code.charAt(i);
if (c == '.') ret += img("space",""); if (c == '/') ret += img("line","");
if (c >= '0' && c <= '9') ret += img(xImgs[c],""); if (!self.compactTree) {
if (c == 'l') ret += img("list",""); if (c == 'L') ret += img("end", "");
if (c == '+') ret += img("listp",ClosedBookHint);
if (c == '*') ret += img("endp", ClosedBookHint);
if (c == '-') ret += img("listm",OpenBookHint);
if (c == '_') ret += img("endm", OpenBookHint); }
if (c == 'r') ret += img("open", TreeRootHint);
if (c == 'R') ret += img("link", TreeRootHint);
if (c == '#') ret += img("leaf", NormalPageHint);
if (c == 'x') ret += img("link", LinkedPageHint);
if (c == 'b') ret += img("book", ClosedBookHint);
if (c == 'o') ret += img("open", OpenBookHint);
} return ret; }
/* removes quotes and HTML-Tags in status-text. */
function unquote (text) {
var pos = myIndexOf(text, "\"");
while (pos > -1) { text = text.substring(0, pos) +"``"+
text.substring(pos+1); pos = myIndexOf(text, "\""); }
var pos = myIndexOf(text, "'");
while (pos > -1) { text = text.substring(0, pos) +"`"+
text.substring(pos+1); pos = myIndexOf(text, "'"); }
var pos = myIndexOf(text, "<"); var pos2 = myIndexOf(text, ">");
while ((pos > -1) && (pos2 > -1) && (pos < pos2)) {
text = text.substring(0, pos) + text.substring(pos2+1);
pos = myIndexOf(text, "<"); pos2 = myIndexOf(text, ">");
} return text; }
/* expands a link */
function lnk (xHref, onOver, misc, xText) { return "<A H"+"REF=\""
+ xHref +"\" ONMOUSEOVER=\"window.status='"+ onOver +"'; return true\" "
+"ONMOUSEOUT=\"window.status=''; return true\""+ misc +">"+ xText +"<\/A>"; }
/* writes tree code, marks active doc, adds link and text */
function wrtEntry (tree, key, link, text) {
var split = myIndexOf(text, "|"); // split text and status
if (split < 0) { var statusText = unquote(text); var tipText = ""; }
else { var statusText = unquote(text.substring(split+1));
var tipText = " TITLE=\""+ statusText +"\"";
text = text.substring(0, split); }
var pos = myIndexOf(text, " "); // make text non-breaking
while (pos > -1) { text = text.substring(0, pos) +" "+
text.substring(pos+1); pos = myIndexOf(text, " "); }
var isCurr = (viewKey == key); if (link)
link = (link.charAt(0) == "|" ? link.substring(1) : DocRoot + link);
if (link && !(isCurr && (isOpera || !LinkCurrPage))) text = lnk(link,
statusText, (isCurr ? " STYLE=\"color:"+ CurrPageFG +";\"" : "") + tipText,
(isCurr ? "<FONT COLOR=\""+ CurrPageFG +"\">"+ text +"<\/FONT>" : text));
tableBeg = "<TABLE BORDER=\"0\" CELLSPACING=\"0\" CELLPADDING=\"0\"><TR>";
return tableBeg +"<TD><FONT SIZE=\"1\"> <\/TD><TD NOWRAP><NOBR>"+ tree
+"<\/NOBR><\/TD><TD><FONT SIZE=\"1\"> <\/TD><TD NOWRAP>"+ tableBeg
+ (!isCurr ? "<TD NOWRAP><NOBR><FONT FACE=\""+ FontFace +"\" SIZE=\"-1\">"
: "<TD BGCOLOR=\""+ CurrPageBG +"\" NOWRAP><NOBR><FONT FACE=\""+ FontFace
+"\" SIZE=\"-1\" COLOR=\""+ CurrPageFG +"\">") +" "+ text
+" <\/FONT><\/NOBR><\/TD><\/TR><\/TABLE><\/TD><\/TR><\/TABLE>"; }
/* performs a reload-index-instruction with the new key */
function index (newKey, currKey, doneMouse) { window.status = waitText;
if (document.all && document.all.waitMsg && !doneMouse) {
document.all.waitMsg.style.top = document.body.scrollTop + 5;
document.all.waitMsg.style.display = "block";
window.setTimeout("index('"+newKey+"','"+currKey+"','true');", 50);
return; } if (!self.currKey) showKey = ""; else showKey = currKey;
if ((!self.currKey && (""+ currKey == "undefined")) || !isDHTML) {
var pos = myIndexOf(newKey, "+");
if (pos < 0) newHash = newKey +"+"+ viewKey; // missing viewKey
else { if (pos > 0) newHash = newKey; // new prm & viewKey
else { // keep prm, new viewKey
var KeyAdd = newKey.substring(1); showKey = KeyAdd;
if (myIndexOf(":"+prm+":", ":"+KeyAdd+":") > -1) newHash = prm + newKey;
else // newKey needs to be added to prm
newHash = ((prm == ".+.") ? "" : prm +":") + KeyAdd + newKey;
}} top.key = newHash; splitPrm(); currKey = ""; TVkeys[viewKey] = true; }
if (!DHTMLTreeView(currKey)) { // need to redisplay
if (isOpera) location.reload(); else
if (document.images) location.replace(location.href);
else location.href = location.href;
} else if (document.all && document.all.waitMsg) {
document.all.waitMsg.style.display = "none"; } window.status = ""; }
/* compute the new prm for a book */
function makePrm (currPrm, add, sub) {
if (myIndexOf(currPrm, " ") > -1) currPrm = ".+."; // catch NS2-bug
if (add != "") // put in a key
var newPrm = ((currPrm == ".+.") ? "" : currPrm +":") + add;
if (sub != "") { // take out a key _and_it's_children_
var newPrm = ":"+currPrm+":"; var cutPos = myIndexOf(newPrm, ":"+sub);
while(cutPos > -1) { newPrm = newPrm.substring(0, cutPos) +
newPrm.substring(myIndexOf(newPrm, ":", cutPos+1));
cutPos = myIndexOf(newPrm, ":"+sub); } if (newPrm == ":") newPrm = ":*:";
newPrm = newPrm.substring(1, newPrm.length-1);
} if (myIndexOf(newPrm, " ") > -1) newPrm = currPrm;
return newPrm; }
/* expands a reload-index-instruction with new prm */
function rld (currKey, newPrm, treecode, hint) {
return lnk("#\" ONCLICK=\"index('"+ newPrm +"+"+ viewKey +"', '"
+ currKey +"');return false\" TARGET=\"_self", hint, "", treecode); }
/* generate the HTML tables */
function wrtIdx (text, key, link, prefix, code) { var idxRet = "";
var pos = myIndexOf(key, " "); if (pos > -1) key = key.substring(0, pos);
var subKey = (key.length > 1 ? key.substring(0, key.length-1) : "");
currIsVisible = (myIndexOf(":"+prm+":", ":"+subKey) > -1);
if (self.viewMatchCnt && subKey != "") currIsVisible
&= (subKey.substring(0, viewMatchCnt)
== viewKey.substring(0, viewMatchCnt));
if (currIsVisible || isDHTML) { var codePos = myIndexOf(code, "|");
if (codePos > -1) { var prefixPos = myIndexOf(prefix, "|"); // isBook
if (myIndexOf(":"+prm+":", ":"+key) < 0) // isCollapsed
idxRet = tree(treePfx + (prefixPos < 0 ? prefix :
prefix.substring(prefixPos+1))) + rld(key, makePrm(prm, key, ""),
tree(code.substring(codePos+1)), ClosedBookStatus);
else idxRet = tree(treePfx + (prefixPos < 0 ? prefix :
prefix.substring(0, prefixPos))) + rld(key, makePrm(prm, "", key),
tree(code.substring(0, codePos)), OpenBookStatus);
} else idxRet = tree(treePfx + prefix + code); // isLeaf
return wrtEntry(idxRet, key, link, text);
} else return ""; }
/* adds the initial TreeView entries */
function idx (text, key, link, prefix, code, opts) {
if (!key) key = "*"; if (!text) text = "";
if (link) link += "\" TARGET=\""+ xTarget(opts); TVcount++;
var retVal = wrtIdx(text, key, link, prefix, code);
if (document.layers) retVal = "<LAYER ID=\"TV"+ TVcount
+"\" TOP=\""+ currPosY +"\" LEFT=\"0\" VISIBILITY=\""
+ (currIsVisible ? "show" : "hide") +"\">"+ retVal +"<\/LAYER>";
if (document.all) retVal = "<DIV ID=\"TV"+ TVcount +"\""
+" STYLE=\"position:absolute; top:"+ currPosY +"px; left:0px; display:"
+ (currIsVisible ? "block" : "none") +";\">"+ retVal +"<\/DIV>";
if (isDHTML) { TVkeys[key] = false; TVentries[TVcount] = new Array
((viewKey != key), text, key, link, treePfx, prefix, code, currIsVisible,
currPosY); TVkeys[key.substring(0, key.length-1)] = currIsVisible; }
wrt(retVal); if (currIsVisible) currPosY += EntryHeight; }
/* a 'clean' version of indexOf */
function myIndexOf(text, srch, start) {
if (!start) start = 0; var pos = (""+ text).indexOf(srch, start);
return (""+ pos != "" ? pos : -1); }
/* write to prnBuffer */
function wrt (text) { printBuffer += text +"\n"; }
/* writes the printBuffer */
function flush () { document.writeln(printBuffer); printBuffer = ""; }
/* test for option */
function is (opts, keyword) { return (myIndexOf(""+ opts, keyword) > -1); }
/* get custom target */
function xTarget (opts) { if (opts && is(opts, "target")) {
opts += ","; startPos = myIndexOf(opts, "target=") + 7;
return opts.substring(startPos, myIndexOf(opts, ",", startPos)); }
else return "main"; }
/* get custom image */
function xImg (opts) { return (opts ? opts.substring
(myIndexOf(opts, "img") + 3, myIndexOf(opts, "img") + 4) : ""); }
/* functions for building the tree with */
function initTree (text, key, link, opts) { initTreeView(); treePfx = "";
idx(text, key, link, (is(opts, "cntd.") ? "/" : (is(opts, "img")
? xImg(opts) : (is(opts, "link") ? "R":"r") ) ), "", opts); }
function sub_Book (text, key, link, opts) {
if (is(opts, "cntd.")) idx(text, key, link, "/|.", "|", opts);
else { idx(text, key, link, "", (is(opts, "img") ? (is(opts, "last")
? "_"+xImg(opts)+"|*"+xImg(opts):"-"+xImg(opts)+"|+"+xImg(opts))
: (is(opts, "last") ? "_o|*b":"-o|+b") ), opts );
treePfx += (is(opts, "last") ? ".":"/"); }}
function lastBook (text, key, link, opts) {
sub_Book(text, key, link, "last,"+ opts); }
function end_Book () { treePfx = treePfx.substring(0, treePfx.length-1); }
function sub_Page (text, key, link, opts) {
idx(text, key, link, "", (is(opts, "cntd.") ? (is(opts, "last")
? "..":"/.") : (is(opts, "last") ? "L":"l") + (is(opts, "img")
? xImg(opts) : (is(opts, "link") ? "x":"#") ) ), opts); }
function lastPage (text, key, link, opts) {
sub_Page(text, key, link, "last,"+ opts); }
function end_Tree () { idx(); if (document.layers) wrt("<LAYER ID=\"bottom\""
+" TOP=\""+ (TVtop + EntryHeight * (TVcount-1)) +"\"> <\/LAYER>");
wrt("<INFO TEXT=\""+ TVversion() +"\">"); flush(); treePfx = ""; }
/* close all subtrees */
function closeAll() { if (isDHTML) {
for (var i = 1; i <= TVcount; i++) if (TVkeys[TVentries[i][2]]) {
TVkeys[TVentries[i][2]] = TVentries[i][0] = false; } index();
if (document.layers) { ScreenTop = window.pageYOffset; scrollMax = 50
+ document.layers["TV"+TVcount].pageY - window.innerHeight;
} else { ScreenTop = document.body.scrollTop; scrollMax = 50
+ document.all["TV"+TVcount].offsetTop - document.body.clientHeight;
} if (ScreenTop > scrollMax) window.scrollTo(0, scrollMax); }}
/* open all subtrees */
function openAll() { if (isDHTML) { for (var i = 1; i <= TVcount; i++)
if ((myIndexOf(TVentries[i][6], "|") > -1) && (!TVkeys[TVentries[i][2]])) {
TVkeys[TVentries[i][2]] = true; TVentries[i][0] = false; } index(); }}
// end-hide -->
</SCRIPT>
<DIV ID="waitMsg" STYLE="cursor:wait; position:absolute; left:1; height:80; width:204; display:none; top:3">
<TABLE HEIGHT="100%" WIDTH="100%"><TR><TD width="100%" height="100%"></TD></TR></TABLE>
</DIV>
</BODY>
</HTML>
|