var tocTab = new Array();var ir=0;
tocTab[ir++] = new Array ("1", "Introduction", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("1.1", "Overview", "_overview.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("2", "Variables", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("2.1", "Overview", "_variables.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("2.2", "Literals", "_literals.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("3", "Operators", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("3.1", "Overview", "_operators.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("3.2", "Operator precedence", "_precedence.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4", "Statements", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("4.1", "Overview", "_statements.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.2", "Dim ... As ...", "_dim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.3", "If ... Then ... Else ... End If", "_if.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.4", "For ... To ... Step ... Next", "_for.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.5", "Do ... Loop", "_do.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.6", "While ... Wend", "_while.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.7", "Goto", "_goto.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.8", "Sub", "_sub.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.9", "Function", "_function.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.10", "End", "_end.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.11", "Print", "_print.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.12", "Input", "_input.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.13", "Dialog", "_dialog.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.14", "Cls", "_cls.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.15", "Beep", "_beep.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("4.16", "Rem", "_rem.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5", "Functions", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.1", "Sorted by type", "_functions.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.2", "Sorted alphabetically", "_functionsabc.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3", "Math", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.3.1", "sqr", "_sqr.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.2", "hypot", "_hypot.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.3", "abs", "_abs.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.4", "sin", "_sin.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.5", "cos", "_cos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.6", "tan", "_tan.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.7", "aTan", "_atan.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.8", "aSin", "_asin.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.9", "aCos", "_acos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.10", "aTan2", "_atan2.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.11", "degToRad", "_degtorad.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.12", "radToDeg", "_radtodeg.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.13", "exp", "_exp.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.14", "log", "_log.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.3.15", "log10", "_log10.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.4", "Strings", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.4.1", "len", "_len.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.4.2", "inStr", "_instr.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.4.3", "left", "_left.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.4.4", "right", "_right.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.4.5", "mid", "_mid.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.4.6", "lTrim", "_ltrim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.4.7", "rTrim", "_rtrim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.4.8", "trim", "_trim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.4.9", "uCase", "_ucase.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.4.10", "lCase", "_lcase.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.4.11", "chr", "_chr.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.4.12", "asc", "_asc.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.5", "Type control", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.5.1", "isInteger", "_isinteger.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.5.2", "isFloating", "_isfloating.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.5.3", "isString", "_isstring.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.5.4", "asInteger", "_asinteger.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.5.5", "asFloating", "_asfloating.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.5.6", "asString", "_asstring.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6", "Video", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.6.1", "showVideo", "_showvideo.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.2", "getVideoWidth", "_getvideowidth.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.3", "getVideoHeight", "_getvideoheight.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.4", "getVideoType", "_getvideotype.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.5", "setVideoPos", "_setvideopos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.6", "geVideoPos", "_getvideopos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.7", "setVideoScroll", "_setvideoscroll.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.8", "getVideoScroll", "_getvideoscroll.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.9", "setVideoZoom", "_setvideozoom.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.10", "getVideoZoom", "_getvideozoom.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.11", "setVideoPal", "_setvideopal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.12", "setVideoDevice", "_setvideodevice.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.13", "setVideoCamera", "_setvideocamera.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.14", "setVideoMode", "_setvideomode.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.15", "setVideoDepth", "_setvideodepth.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.16", "setVideoTrigger", "_setvideotrigger.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.17", "setVideoTriggerMode", "_setvideotriggermode.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.18", "setVideoROI", "_setvideoroi.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.19", "setVideoDarkField", "_setvideodarkfield.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.20", "setVideoGain", "_setvideogain.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.21", "setVideoExposure", "_setvideoexposure.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.22", "setVideoBrightness", "_setvideobrightness.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.23", "setVideoGamma", "_setvideogamma.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.24", "setVideoSharpness", "_setvideosharpness.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.25", "setVideoHue", "_setvideohue.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.26", "setVideoSaturation", "_setvideosaturation.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.27", "setVideoWhiteBalance", "_setvideowhitebalance.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.28", "setVideoLUT", "_setvideolut.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.29", "setVideoMatrix", "_setvideomatrix.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.6.30", "setVideoOptions", "_setvideooptions.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7", "Image", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.7.1", "createIm", "_createim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.2", "isImage", "_isimage.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.3", "loadIm", "_loadim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.4", "loadRaw", "_loadraw.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.5", "saveIm", "_saveim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.6", "closeIm", "_closeim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.7", "closeAll", "_closeall.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.8", "copyIm", "_copyim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.9", "pasteIm", "_pasteim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.10", "setImFocus", "_setimfocus.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.11", "setImPos", "_setimpos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.12", "getImPos", "_getimpos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.13", "setImScroll", "_setimscroll.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.14", "getImScroll", "_getimscroll.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.15", "setImZoom", "_setimzoom.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.16", "getImZoom", "_getimzoom.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.17", "getImType", "_getimtype.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.18", "getImWidth", "_getimwidth.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.19", "getImHeight", "_getimheight.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.20", "setDisplayRange", "_setdisplayrange.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.21", "getDisplayRange", "_getdisplayrange.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.22", "setComplexMode", "_setcomplexmode.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.23", "getComplexMode", "_getcomplexmode.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.24", "getMaxPixel", "_getmaxpixel.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.7.25", "updateIm", "_updateim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.8", "Selections", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.8.1", "setSelect", "_setselect.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.8.2", "resetSelect", "_resetselect.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.8.3", "getSelect", "_getselect.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.8.4", "copySelect", "_copyselect.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.8.5", "maskSelect", "_maskselect.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9", "Drawing", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.9.1", "getPixel", "_getpixel.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.2", "setPixel", "_setpixel.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.3", "setDrawColor", "_setdrawcolor.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.4", "setFillColor", "_setfillcolor.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.5", "setPencil", "_setpencil.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.6", "setBrush", "_setbrush.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.7", "setFlood", "_setflood.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.8", "setFont", "_setfont.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.9", "drawPencil", "_drawpencil.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.10", "drawBrush", "_drawbrush.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.11", "drawFlood", "_drawflood.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.12", "warp", "_warp.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.13", "drawLine", "_drawline.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.14", "drawArrow", "_drawarrow.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.15", "drawRect", "_drawrect.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.16", "drawEllipse", "_drawellipse.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.9.17", "drawText", "_drawtext.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10", "Conversion", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.10.1", "to48bit", "_to48bit.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.2", "to32bit", "_to32bit.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.3", "to24bit", "_to24bit.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.4", "to16bit", "_to16bit.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.5", "to8bit", "_to8bit.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.6", "to4bit", "_to4bit.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.7", "toGray", "_togray.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.8", "toGray16", "_togray16.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.9", "toGray32", "_togray32.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.10", "toFloat", "_tofloat.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.11", "toComplex", "_tocomplex.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.12", "toMulti", "_tomulti.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.13", "to1bit", "_to1bit.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.14", "toSequence", "_tosequence.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.15", "bayer", "_bayer.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.16", "splitRGB", "_splitrgb.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.17", "splitHLS", "_splithls.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.18", "splitYIQ", "_splityiq.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.19", "splitIHS", "_splitihs.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.20", "splitLCH", "_splitlch.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.21", "splitLab", "_splitlab.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.22", "mergeRGB", "_mergergb.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.23", "mergeHLS", "_mergehls.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.24", "mergeYIQ", "_mergeyiq.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.25", "mergeIHS", "_mergeihs.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.26", "mergeLCH", "_mergelch.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.27", "mergeLab", "_mergelab.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.28", "splitComplex", "_splitcomplex.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.10.29", "mergeComplex", "_mergecomplex.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11", "Sequences", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.11.1", "loadAVI", "_loadavi.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.2", "getFrameCount", "_getframecount.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.3", "getFrameDelay", "_getframedelay.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.4", "getFrameNumber", "_getframenumber.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.5", "setFrameNumber", "_setframenumber.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.6", "setFrameDelay", "_setframedelay.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.7", "seqPlay", "_seqplay.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.8", "seqSplit", "_seqsplit.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.9", "seqMerge", "_seqmerge.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.10", "seqAdd", "_seqadd.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.11", "seqInsert", "_seqinsert.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.12", "seqDelete", "_seqdelete.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.13", "seqExtract", "_seqextract.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.14", "seqAvrg", "_seqavrg.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.11.15", "seqDiff", "_seqdiff.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12", "Acquisition", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.12.1", "grabIm", "_grabim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12.2", "grabAvrg", "_grabavrg.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12.3", "grabInt", "_grabint.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12.4", "grabSeq", "_grabseq.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12.5", "grabSeqAvrg", "_grabseqavrg.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12.6", "grabFile", "_grabfile.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12.7", "grabAVI", "_grabavi.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12.8", "grabTrig", "_grabtrig.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12.9", "grabAbort", "_grababort.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12.10", "twainSelect", "_twainselect.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12.11", "twainAcquire", "_twainacquire.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12.12", "twainGrab", "_twaingrab.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.12.13", "twainSeq", "_twainseq.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13", "Processing", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.13.1", "setColorSpace", "_setcolorspace.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.2", "Adjustment", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.13.2.1", "adjContrast", "_adjcontrast.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.2.2", "adjLevels", "_adjlevels.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.2.3", "adjHueSat", "_adjhuesat.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.2.4", "adjColors", "_adjcolors.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.2.5", "whiteBalance", "_whitebalance.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.3", "Geometry", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.13.3.1", "resize", "_resize.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.3.2", "rotate", "_rotate.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.3.3", "flip", "_flip.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.3.4", "translate", "_translate.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.3.5", "affine", "_affine.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.3.6", "align", "_align.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.3.7", "duplicate", "_duplicate.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.3.8", "extract", "_extract.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.3.9", "embed", "_embed.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.3.10", "split", "_split.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.3.11", "stitch", "_stitch.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.4", "Background", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.13.4.1", "bkTrack", "_bktrack.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.4.2", "bkBlow", "_bkblow.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.4.3", "bkCorrect", "_bkcorrect.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.4.4", "bkAssign", "_bkassign.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.4.5", "bkGet", "_bkget.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5", "Segmentation", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.13.5.1", "threshold", "_threshold.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.2", "threshMulti", "_threshmulti.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.3", "threshRGB", "_threshrgb.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.4", "threshHLS", "_threshhls.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.5", "threshTrim", "_threshtrim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.6", "threshUnimod", "_threshunimod.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.7", "threshMin", "_threshmin.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.8", "threshWater", "_threshwater.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.9", "threshDistr", "_threshdistr.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.10", "threshVar", "_threshvar.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.11", "threshGauss", "_threshgauss.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.12", "threshVarLocal", "_threshvarlocal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.13", "threshGaussLocal", "_threshgausslocal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.5.14", "threshDistrLocal", "_threshdistrlocal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.6", "Palette", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.13.6.1", "loadPal", "_loadpal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.6.2", "setPal", "_setpal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.6.3", "savePal", "_savepal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.6.4", "copyPal", "_copypal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.6.5", "rotatePal", "_rotatepal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.6.6", "resetPal", "_resetpal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.6.7", "loadMap", "_loadmap.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.6.8", "applyMap", "_applymap.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7", "Arithmetic", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.13.7.1", "invertIm", "_invertim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7.2", "offsetIm", "_offsetim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7.3", "factorIm", "_factorim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7.4", "avrgIm", "_avrgim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7.5", "addIm", "_addim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7.6", "subim", "_subim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7.7", "mulIm", "_mulim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7.8", "divIm", "_divim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7.9", "diffIm", "_diffim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7.10", "combIm", "_combim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7.11", "minIm", "_minim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7.12", "maxIm", "_maxim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.7.13", "odRatio", "_odratio.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.8", "Logic", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.13.8.1", "notIm", "_notim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.8.2", "andIm", "_andim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.8.3", "orIm", "_orim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.8.4", "xorIm", "_xorim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.8.5", "nandIm", "_nandim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.8.6", "norIm", "_norim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.8.7", "xnorIm", "_xnorim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.8.8", "lshiftIm", "_lshiftim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.8.9", "rshiftIm", "_rshiftim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.8.10", "maskIm", "_maskim.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.9", "Generate", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.13.9.1", "genImpulse", "_genimpulse.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.9.2", "genNoise", "_gennoise.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.9.3", "genWedge", "_genwedge.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.9.4", "genShading", "_genshading.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.9.5", "genGrid", "_gengrid.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.9.6", "genSine", "_gensine.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10", "Filters", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.13.10.1", "emphasize", "_emphasize.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.2", "sharpen", "_sharpen.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.3", "clarify", "_clarify.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.4", "maxmin", "_maxmin.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.5", "normalize", "_normalize.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.6", "equalize", "_equalize.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.7", "lowpass", "_lowpass.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.8", "median", "_median.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.9", "sigma", "_sigma.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.10", "gauss", "_gauss.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.11", "saltPepper", "_saltpepper.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.12", "deinterlace", "_deinterlace.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.13", "sobel", "_sobel.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.14", "prewitt", "_prewitt.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.15", "laplace", "_laplace.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.16", "roberts", "_roberts.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.17", "highpass", "_highpass.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.18", "gradient", "_gradient.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.19", "range", "_range.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.20", "variance", "_variance.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.21", "emboss", "_emboss.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.22", "floyd", "_floyd.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.23", "pixelate", "_pixelate.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.24", "fourier", "_fourier.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.25", "convolve", "_convolve.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.10.26", "convolveFFT", "_convolvefft.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11", "Morphology", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.13.11.1", "erode", "_erode.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.2", "dilate", "_dilate.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.3", "open", "_open.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.4", "close", "_close.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.5", "thin", "_thin.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.6", "prune", "_prune.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.7", "thicken", "_thicken.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.8", "contours", "_contour.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.9", "topHat", "_tophat.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.10", "tottomHat", "_bottomhat.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.11", "convex", "_convex.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.12", "distance", "_distance.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.13", "direction", "_direction.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.14", "localMin", "_localmin.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.15", "localMax", "_localmax.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.16", "ends", "_ends.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.17", "nodes", "_nodes.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.18", "saddles", "_saddles.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.19", "ultErode", "_ulterode.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.20", "medialAxis", "_medialaxis.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.21", "separate", "_separate.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.22", "watershed", "_watershed.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.23", "waterfall", "_waterfall.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.24", "identify", "_identify.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.25", "label", "_label.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.26", "fill", "_fill.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.27", "border", "_border.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.28", "featureAnd", "_featureand.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.29", "scrap", "_scrap.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.30", "skip", "_skip.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.31", "classify", "_classify.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.32", "link", "_link.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.33", "erodeKernel", "_erodekernel.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.34", "dilateKernel", "_dilatekernel.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.35", "openKernel", "_openkernel.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.36", "closeKernel", "_closekernel.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.37", "topHatKernel", "_tophatkernel.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.38", "bottomHatKernel", "_bottomhatkernel.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.39", "hitOrMiss", "_hitormiss.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.13.11.40", "template", "_template.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.14", "Calibration", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.14.1", "spaceCal", "_spacecal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.14.2", "loadSpaceCal", "_loadspacecal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.14.3", "defSpaceCal", "_defspacecal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.14.4", "setSpaceCal", "_setspacecal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.14.5", "getSpaceCal", "_getspacecal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.14.6", "intCal", "_intcal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.14.7", "loadIntCal", "_loadintcal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.14.8", "defIntCal", "_defintcal.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.15", "Parameters", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.15.1", "selectParam", "_selectparam.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.15.2", "resetParam", "_resetparam.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.15.3", "renameParam", "_renameparam.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.15.4", "setParamScope", "_setparamscope.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.15.5", "getParamValue", "_getparamvalue.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.15.6", "getParamSize", "_getparamsize.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.15.7", "setParamValue", "_setparamvalue.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.15.8", "setParamSize", "_setparamsize.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.15.9", "User-defined parameters", "_userdef.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.16", "Measurements", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.16.1", "setMeasAttr", "_setmeasattr.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.16.2", "measObjects", "_measobjects.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.16.3", "measFields", "_measfields.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.16.4", "measBlobs", "_measblobs.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.16.5", "measCount", "_meascount.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.16.6", "measPoints", "_measpoints.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.16.7", "measLines", "_measlines.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.16.8", "measAngles", "_measangles.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.16.9", "measContours", "_meascontours.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.16.10", "meaasCurves", "_meascurves.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.17", "Histogram", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.17.1", "setHistAttr", "_sethistattr.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.17.2", "showHistogram", "_showhistogram.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.17.3", "setHistPos", "_sethistpos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.17.4", "measHistogram", "_meashistogram.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.18", "Line profile", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.18.1", "setProfile", "_setprofile.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.18.2", "showProfile", "_showprofile.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.18.3", "setProfilePos", "_setprofilepos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.18.4", "measProfile", "_measprofile.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19", "Data", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.19.1", "loadDate", "_loaddata.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.2", "refreshData", "_refreshdata.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.3", "setDataPos", "_setdatapos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.4", "showGrid", "_showgrid.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.5", "setShowGrid", "_setshowgrid.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.6", "setGridPos", "_setgridpos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.7", "setChartAttr", "_setchartattr.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.8", "createChart", "_createchart.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.9", "setChart", "_setchart.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.10", "setChartPos", "_setchartpos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.11", "closeAllCharts", "_closeallcharts.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.12", "closeChart", "_closechart.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.13", "setTermPos", "_settermpos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.19.14", "showTerm", "_showterm.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20", "Service", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.20.1", "setMainPos", "_setmainpos.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.2", "getWorkWidth", "_getworkwidth.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.3", "getWorkHeight", "_getworkheight.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.4", "delFile", "_delfile.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.5", "renFile", "_renfile.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.6", "setCurDir", "_setcurdir.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.7", "getCurDir", "_getcurdir.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.8", "getFileCount", "_getfilecount.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.9", "getFileName", "_getfilename.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.10", "terminate", "_terminate.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.11", "pause", "_pause.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.12", "wait", "_wait.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.13", "getTicks", "_getticks.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.14", "getTime", "_gettime.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.15", "randomize", "_randomize.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.16", "rand", "_rand.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.17", "msgBox", "_msgbox.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.18", "strFormat", "_strformat.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.19", "call", "_call.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.20", "thread", "_thread.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.21", "endThread", "_endthread.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.22", "waitThread", "_waitthread.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.20.23", "sendMessage", "_sendmessage.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21", "Communication", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.21.1", "serialOpen", "_serialopen.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.2", "serialClose", "_serialclose.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.3", "serialClear", "_serialclear.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.4", "serialWait", "_serialwait.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.5", "serialRead", "_serialread.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.6", "serialWrite", "_serialwrite.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.7", "serialCount", "_serialcount.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.8", "clSerialOpen", "_clserialopen.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.9", "clSerialConnect", "_clserialconnect.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.10", "clSerialClose", "_clserialclose.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.11", "clSerialRead", "_clserialread.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.12", "clSerialWrite", "_clserialwrite.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.13", "getInputBit", "_getinputbit.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.21.14", "setOuptuBit", "_setouputbit.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.22", "Error handling", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("5.22.1", "getError", "_geterror.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("5.22.2", "getErrorText", "_geterrortext.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("6", "Objects", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("6.1", "Overview", "_objects.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("6.2", "Grid", "_grid.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("6.3", "Control", "_control.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("6.4", "File", "_file.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("7", "Dynamic Data Exchange", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("7.1", "Overview", "_dde.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("7.2", "DDE Specifications", "_ddespec.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("7.3", "Using DDE", "_usingdde.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8", "Automation", "", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("8.1", "Overview", "_automation.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2", "COM Reference", "_comspec.htm", "", "closedbook.gif", "openbook.gif");
tocTab[ir++] = new Array ("8.2.1", "Status", "com_status.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.2", "Run", "com_run.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.3", "Stop", "com_stop.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.4", "Pause", "com_pause.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.5", "Minimize", "com_minimize.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.6", "Maximize", "com_maximize.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.7", "Hide", "com_hide.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.8", "Show", "com_show.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.9", "Call", "com_call.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.10", "Load", "com_load.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.11", "GetParam", "com_getparam.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.12", "SetParam", "com_setparam.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.13", "GetGridCell", "com_getgridcell.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.14", "SetGridCell", "com_setgridcell.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.15", "GetGridCellAsString", "com_getgridcellasstring.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.16", "SetGridCellAsString", "com_setgridcellasstring.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.17", "GetImageType", "com_getimagetype.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.18", "GetImageWidth", "com_getimagewidth.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.19", "GetImageHeight", "com_getimageheight.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.20", "GetImagePixel", "com_getimagepixel.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.21", "SetImagePixel", "com_setimagepixel.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.22", "GetImageLine", "com_getimageline.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.23", "SetImageLine", "com_setimageline.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.24", "GetImageArray", "com_getimagearray.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.25", "SetImageArray", "com_setimagearray.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.26", "GetImagePointer", "com_getimagepointer.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.27", "Message event", "com_message.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.2.28", "Suspended event", "com_suspended.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.3", "Using Automation in Visual Basic", "_usingcomvb.htm", "", "topic.gif", "");
tocTab[ir++] = new Array ("8.4", "Using Automation in C++", "_usingcomc.htm", "", "topic.gif", "");
isContent = true,
isIndex = false,
showNumbers = false,
tocBehaviour = new Array(1,1),
tocScroll=false,
tocLinks = new Array(0,0);
var oldOnError = null;
var isDyn = navigator.userAgent.toLowerCase().indexOf("opera") == -1;
var isIE = navigator.appName.toLowerCase().indexOf("explorer") > -1;
var oldCurrentNumber = "", oldLastVisitNumber = "";
var toDisplay = new Array();
for (ir=0; ir<tocTab.length; ir++) {
toDisplay[ir] = tocTab[ir][0].split(".").length==1;
}
function windowErr() {
isDyn = false;
$hmtoc.location.href = "$iwreference_content.htm";
window.onerror = oldOnError;
}
function reDisplay(currentNumber,tocChange,noLink,e) {
if (isIndex && ($hmtoc.location.href.substring($hmtoc.location.href.lastIndexOf("/")+1,$hmtoc.location.href.length) != "$iwreference_kwindex.htm")) { isIndex=false; isContent=true; }
if (currentNumber == "navIndex") { isContent=false; }
if (currentNumber == "navContent") { isIndex=false; isContent=true; }
if (e) {
ctrlKeyDown = (isIE) ? e.ctrlKey : (e.modifiers==2);
if (tocChange && ctrlKeyDown) tocChange = 2;
}
var currentNumArray = currentNumber.split(".");
var currentLevel = currentNumArray.length-1;
var currentIndex = 1;
if (currentNumber == "") currentNumber = top.location.href.substring(top.location.href.lastIndexOf("?")+1,top.location.href.length);
for (i=0; i<tocTab.length; i++) {
if ((tocTab[i][0] == currentNumber) || (tocTab[i][2] == currentNumber && tocTab[i][2] != "")) {
currentIndex = i;
currentNumber = tocTab[i][0];
currentNumArray = currentNumber.split(".");
currentLevel = currentNumArray.length-1;
break;
}
}
if (currentIndex < tocTab.length-1) {
nextLevel = tocTab[currentIndex+1][0].split(".").length-1;
currentIsExpanded = nextLevel > currentLevel && toDisplay[currentIndex+1];
}
else currentIsExpanded = false;
theHref = (noLink) ? "" : tocTab[currentIndex][2];
theTarget = tocTab[currentIndex][3];
for (i=1; i<tocTab.length; i++) {
if (tocChange) {
thisNumber = tocTab[i][0];
thisNumArray = thisNumber.split(".");
thisLevel = thisNumArray.length-1;
isOnPath = true;
if (thisLevel > 0) {
for (j=0; j<thisLevel; j++) {
isOnPath = (j>currentLevel) ? false : isOnPath && (thisNumArray[j] == currentNumArray[j]);
}
}
toDisplay[i] = (tocChange == 1) ? isOnPath : (isOnPath || toDisplay[i]);
if (thisNumber.indexOf(currentNumber+".")==0 && thisLevel > currentLevel) {
if (currentIsExpanded) toDisplay[i] = false;
else toDisplay[i] = (thisLevel == currentLevel+1);
}
}
}
if (!isContent && !isIndex) {
$hmtoc.location.href = "$iwreference_kwindex.htm";
isIndex = true;
}
if (isContent) {
if (!isDyn) {
if ($hmtoc.location.href.substring($hmtoc.location.href.lastIndexOf("/")+1,$hmtoc.location.href.length) != "$iwreference_content.htm") $hmtoc.location.href = "$iwreference_content.htm";
}
else {
oldOnError = window.onerror;
window.onerror = windowErr;
$hmtoc.document.clear();
$hmtoc.document.write("<html>\n\r<head></head>\n\r<style type=\"text/css\">\n\r       A:link { color:\"#003366\"; text-decoration:none; }\n\r       A:hover { text-decoration:underline; color:#003366; }\n\r\n\r       SPAN.heading1,\n\r       SPAN.heading2,\n\r       SPAN.heading3,\n\r       SPAN.heading4,\n\r       SPAN.heading5,\n\r       SPAN.heading6 { margin:0.0em;\n\r          margin-right:4px;\n\r          margin-top:2px;\n\r          font-family: Verdana, Arial, Helvetica; \n\r          font-weight:normal; \n\r          font-size:9pt; \n\r          color: \"#003366\"; }\n\r\n\r       SPAN.hilight1,\n\r       SPAN.hilight2,\n\r       SPAN.hilight3,\n\r       SPAN.hilight4,\n\r       SPAN.hilight5,\n\r       SPAN.hilight6 { margin:0.0em;\n\r          margin-right:4px;\n\r          margin-top:2px;\n\r          font-family: Verdana, Arial, Helvetica; \n\r          font-weight:normal; \n\r          font-size:9pt; \n\r          color: #FFFFFF; \n\r\t  background: #002682;  \n\r\t  text-decoration:none; } \n\r</style>\n\r\n\r<body bgcolor=\"#FFFFFF\">\n\r<font face=\"Arial,Helvetica\" size=\"4\"><b>ImageWarp Language Reference</b></font><br>\n\r<font face=\"Arial,Helvetica\" size=\"2\">\n\r<a href=\"javaScript:parent.reDisplay(\'navIndex\',0,0);\">Keyword Index</a>\n\r</font><br><br><br>\n\r\n\r  <!-- Place holder for the TOC, do not delete the line below -->\n\r  ");
for (i=0; i<tocTab.length; i++) {
if (toDisplay[i]) {
thisNumber = tocTab[i][0];
thisNumArray = thisNumber.split(".");
thisLevel = thisNumArray.length-1;
isCurrent = (i == currentIndex);
if (i < tocTab.length-1) {
nextLevel = tocTab[i+1][0].split(".").length-1;
img = (thisLevel >= nextLevel) ? tocTab[i][4] : ((toDisplay[i+1]) ? tocTab[i][5] : tocTab[i][4]);
}
else img = tocTab[i][4];
thisTextClass = ((thisNumber==currentNumber)?("hilight"):("heading"));
thisNode = ((thisNumber==currentNumber)?("<div id=currentNode></div>"):(""));
$hmtoc.document.write(thisNode);
$hmtoc.document.write("<table border=0 cellspacing=0 cellpadding=2>");
if (img!="") {
$hmtoc.document.write("<tr><td width=" + ((thisLevel+1) * 20) + " align=right valign=top>");
$hmtoc.document.write("<a href=\"javaScript:history.go(0)\" onMouseDown=\"parent.reDisplay('" + thisNumber + "'," + tocBehaviour[0] + "," + tocLinks[0] + ",event)\">");
$hmtoc.document.write("<img src=\"" + img + "\" border=0></a>");
}
else $hmtoc.document.write("<tr><td width=" + (thisLevel * 20) + " align=right valign=top>");
$hmtoc.document.write("</td><td align=left>");
$hmtoc.document.write("<a href=\"javaScript:history.go(0)\" onMouseDown=\"parent.reDisplay('" + thisNumber + "'," + tocBehaviour[1] + "," + tocLinks[1] + ",event)\">");
$hmtoc.document.write("<span class=\""  + thisTextClass + ((thisLevel>5) ? 6 : thisLevel+1) + "\">");
$hmtoc.document.write( ((showNumbers)?(thisNumber+" "):"") + tocTab[i][1]);
$hmtoc.document.write("</span></a>");
$hmtoc.document.writeln("</td></tr></table>");
window.onerror = oldOnError;
} //isDyn
} //isContent
}
}
if (!noLink) {
oldLastVisitNumber = oldCurrentNumber;
oldCurrentNumber = currentNumber;
}
if (isContent && isDyn) {
$hmtoc.document.write("\n\r\n\r</body>\n\r</html>");
$hmtoc.document.close();
if ((tocScroll) && (thisNode)) $hmtoc.document.all["currentNode"].scrollIntoView();
}
if (theHref)
if (theTarget=="top") top.location.href = theHref;
else if (theTarget=="parent") parent.location.href = theHref;
else if (theTarget=="blank") open(theHref,"");
else $hmcontent.location.href = theHref;
}

