/* --- Script © 2005-2009 EC Software --- */
var ua = navigator.userAgent;
var dom = (document.getElementById) ? true : false;
var ie4 = (document.all && !dom) ? true : false;
var ie5_5 = ((ua.indexOf("MSIE 5.5")>=0 || ua.indexOf("MSIE 6")>=0) && ua.indexOf("Opera")<0) ? true : false;
var ns4 = (document.layers && !dom) ? true : false;
var offsxy = 6;
function hmshowPopup(e, txt, stick) {
  var tip = '<table  cellpadding="3" cellspacing="0" style="background-color:#FFFFE1; border:2px solid #000000; border-collapse:collapse;"><tr valign=top><td>'+ txt + '<\/td><\/tr><\/table>';
  var tooltip = atooltip();
  e = e?e:window.event;
  var mx = ns4 ? e.PageX : e.clientX;
  var my = ns4 ? e.PageY : e.clientY;
  var obj   = (window.document.compatMode && window.document.compatMode == "CSS1Compat") ? window.document.documentElement : window.document.body;
  var bodyl = (window.pageXOffset) ? window.pageXOffset : obj.scrollLeft;
  var bodyt = (window.pageYOffset) ? window.pageYOffset : obj.scrollTop;
  var bodyw = (window.innerWidth)  ? window.innerWidth  : obj.offsetWidth;
  if (ns4) {
    tooltip.document.write(tip);
    tooltip.document.close();
    if ((mx + offsxy + bodyl + tooltip.width) > bodyw) { mx = bodyw - offsxy - bodyl - tooltip.width; if (mx < 0) mx = 0; }
    tooltip.left = mx + offsxy + bodyl;
    tooltip.top = my + offsxy + bodyt;
  }
  else {
    tooltip.innerHTML = tip;
    if (tooltip.offsetWidth) if ((mx + offsxy + bodyl + tooltip.offsetWidth) > bodyw) { mx = bodyw - offsxy - bodyl - tooltip.offsetWidth; if (mx < 0) mx = 0; }
    tooltip.style.left = (mx + offsxy + bodyl)+"px";
    tooltip.style.top  = (my + offsxy + bodyt)+"px";
  }
  with(tooltip) { ns4 ? visibility="show" : style.visibility="visible" }
  if (stick) document.onmouseup = hmhidePopup;
}
function hmhidePopup() {
  var tooltip = atooltip();
  ns4 ? tooltip.visibility="hide" : tooltip.style.visibility="hidden";
}
function atooltip(){
 return ns4 ? document.hmpopupDiv : ie4 ? document.all.hmpopupDiv : document.getElementById('hmpopupDiv')
}
popid_1734875448X="<p style=\"margin: 8px 0px 0px 0px;\">American Association of State Highway<br>\n\r<span style=\"width:24px\">&nbsp;<\/span> &nbsp; &nbsp; &nbsp; &nbsp;and Transportation Officials<br>\n\r444 North Capitol Street, N.W.<br>\n\rSuite 249<br>\n\rWashington, D.C. 20001<\/p>\n\r<p style=\"margin: 8px 0px 0px 0px;\"><img src=\"_bm13.gif\" width=\"136\" height=\"137\" border=\"0\" alt=\"\"><\/p>\n\r"
popid_117831340X="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 8px 0px 0px 0px;\"><table width=\"500\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\"><p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold;\">Application Data\\DPlot folder<\/span><\/p>\n\r<p style=\"margin: 8px 0px 0px 0px;\">On Windows 2000 and XP, this is a hidden folder under c:\\Documents and Settings\\&lt;username&gt;. \'Application Data\' may be spelled differently, depending on your language settings. On Windows Vista this is a folder below c:\\Users\\&lt;username&gt;. You can access the Application Data folder with the shortcut %APPDATA%.<\/p>\n\r<p style=\"margin: 8px 0px 0px 0px;\">On previous versions of Windows the referenced file may be found in the folder where DPlot is installed. If you used the default installation path of the setup program this is c:\\Program Files\\DPlot.<\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_1315545390X="<p style=\"margin: 8px 0px 0px 0px;\"><span style=\"color: #000000;\">&nbsp;<\/span><\/p>\n\r<hr noshade size=2 style=\"color : #000000\"><p style=\"margin: 10px 0px 0px 0px;\"><span style=\"font-weight: bold; color: #010100;\">Please note:<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 0px;\"><span style=\"color: #010100;\">Character string arguments require a bit of care, depending on your development environment. Character string arguments in all DPlot commands are always enclosed by double quotation marks. In some environments (Visual Basic and all flavors of C, for example), double quotation marks are <\/span><span style=\"font-weight: bold; color: #010100;\">also<\/span><span style=\"color: #010100;\"> used to delineate all character strings (including the command itself). The following example will always cause a syntax error in Visual Basic:<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 30px;\"><span style=\"font-family: \'Courier New\'; color: #010100;\">ret = DPlot_Command(docnum,\"[FileOpen(\"myfile.grf\")]\")<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 0px;\"><span style=\"color: #010100;\">Instead, use:<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 30px;\"><span style=\"font-family: \'Courier New\'; color: #010100;\">ret = DPlot_Command(docnum,\"[FileOpen(\"\"myfile.grf\"\")]\")<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 0px;\"><span style=\"color: #010100;\">in C, C++, C# you\'d accomplish the same thing with:<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 30px;\"><span style=\"font-family: \'Courier New\'; color: #010100;\">ret = DPlot_Command(docnum,\"[FileOpen(\\\"myfile.grf\\\")]\");<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 0px;\"><span style=\"color: #010100;\">If a character string argument is a variable, as in (VB):<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 30px;\"><span style=\"font-family: \'Courier New\'; color: #010100;\">Dim arg as string<\/span><br>\n\r<span style=\"font-family: \'Courier New\'; color: #010100;\">arg = \"myfile.grf\"<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 0px;\"><span style=\"color: #010100;\">... then you can build the command in VB as:<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 30px;\"><span style=\"font-family: \'Courier New\'; color: #010100;\">ret = DPlot_Command(docnum,\"[FileOpen(\" &amp; chr\$(34) &amp; arg &amp; chr\$(34) &amp; \")]\")<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 0px;\"><span style=\"color: #010100;\">In all flavors of C, the same can be accomplished with<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 30px;\"><span style=\"font-family: \'Courier New\'; color: #010100;\">char arg[256];<\/span><br>\n\r<span style=\"font-family: \'Courier New\'; color: #010100;\">char cmd[512];<\/span><br>\n\r<span style=\"font-family: \'Courier New\'; color: #010100;\">strcpy(arg,\"myfile.grf\");<\/span><br>\n\r<span style=\"font-family: \'Courier New\'; color: #010100;\">sprintf(cmd,\"[FileOpen(\\\"%s\\\")]\",arg);<\/span><br>\n\r<span style=\"font-family: \'Courier New\'; color: #010100;\">ret = DPlot_Command(docnum,cmd);<\/span><\/p>\n\r<p style=\"margin: 10px 0px 0px 0px;\">This does <span style=\"font-weight: bold;\">not<\/span> apply to the DPlot macro editor (assumed in the examples above), in which each line is by definition a character string and does not require delineators, nor to FORTRAN and possibly other languages, in which the delineator for character strings is a single quote, e.g. \'[FileOpen(\"...\")]\'<\/p>\n\r<hr noshade size=2 style=\"color : #000000\"><p style=\"margin: 8px 0px 0px 0px;\"><span style=\"color: #000000;\">&nbsp;<\/span><\/p>\n\r"
popid_67230484="<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold; color: #010100;\">click<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #000000;\">&nbsp;<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #010100;\">To press and release a mouse button in one nonstop motion.<\/span><\/p>\n\r"
popid_794218128X="<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #000000;\">&nbsp;<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #010100;\">No help here! &nbsp;Make something up!<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #000000;\">&nbsp;<\/span><\/p>\n\r"
popid_58955130="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 8px 0px 0px 0px;\"><table width=\"500\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\"><p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold; color: #010100;\">Clipboard<\/span><\/p>\n\r<p style=\"margin: 8px 0px 0px 0px;\"><span style=\"color: #010100;\">The Clipboard is a temporary storage area for text and graphics that you are copying or moving from one location to another. The Clipboard is a common holding area among Windows applications.<\/span><\/p>\n\r<p style=\"margin: 8px 0px 0px 0px;\"><span style=\"font-weight: bold; color: #010100;\">To display the contents of the Clipboard<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 19px;\"><span style=\"color: #010100;\">All versions of Windows include a Clipboard Viewer application (called ClipBook Viewer in more recent versions). On Windows 98 and previous Windows versions, this application is linked in the System Tools group of the Accessories menu. On Windows 2000 and XP, the default installation does not include a link to this program on the Start menu, but it <\/span><span style=\"font-weight: bold; color: #010100;\">is<\/span><span style=\"color: #010100;\"> present if you have not uninstalled or deleted it. Look for clipbrd.exe in the Windows System32 folder.<\/span><\/p>\n\r<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 8px 0px 0px 19px;\"><table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"middle\" width=\"40\" style=\"width:40px;\"><p style=\"margin: 0px 0px 0px 19px;\"><img src=\"_bm331.png\" width=\"31\" height=\"30\" border=\"0\" alt=\"\"><\/p>\n\r<\/td>\n\r<td valign=\"middle\"><p style=\"margin: 0px 0px 0px 19px;\"><span style=\"color: #010100;\">Clipbook Viewer icon<\/span><\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r<p style=\"margin: 8px 0px 0px 19px;\"><span style=\"color: #010100;\">To close the Clipboard\/ClipBook Viewer, choose Exit from the File menu.<\/span><\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_1914196159X="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 8px 0px 8px 0px;\"><table width=\"500\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\"><p style=\"margin: 0px 0px 0px 0px;\">DPlot Jr is a scaled-down version of DPlot intended for use by programmers that want a quick method for displaying graphical output of their own applications. Unlike the full version of DPlot, DPlot Jr may be redistributed to end users without royalty payments or other restrictions. Input to DPlot Jr is restricted to DDE; the end user cannot open a file or paste data from the clipboard. DPlot Jr also lacks many of the editing and data generation features of the full version. For more information go to the <span style=\"color: #008000;\"><a href=\"http:\/\/www.dplot.com\" target=\"_blank\" class=\"weblink\">DPlot web site<\/a><\/span>.<\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_1768693480="<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold;\">CurveLabel(i)<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\">Character string. Short description of the i\'th curve, generally placed near the last data point in the curve.<\/p>\n\r"
popid_1629314577X="<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold; color: #010100;\">dialog box<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #000000;\">&nbsp;<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #010100;\">A box that displays the available command options for you to review or change.<\/span><\/p>\n\r"
popid_1391093632X="<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold; color: #010100;\">double-click<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #000000;\">&nbsp;<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #010100;\">To rapidly press and release a mouse button without moving the mouse. Double-clicking carries out an action, such as starting an application.<\/span><\/p>\n\r"
popid_1410738453="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 8px 0px 8px 0px;\"><table width=\"500\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\"><p style=\"margin: 0px 0px 0px 0px;\">DPlot Viewer is a scaled-down version of DPlot intended for use by those who want end users to be able to view data files produced by the licensee. Unlike the full version of DPlot, one purchase of DPlot Viewer entitles the buyer to distribute the program to all end users without royalty payments or additional site license fees. Input to DPlot Viewer is by file only; the end user cannot use the DDE features of the full version or paste data from the clipboard. DPlot Viewer also lacks many of the editing and data generation features of the full version. For more information go to the <span style=\"color: #008000;\"><a href=\"http:\/\/www.dplot.com\" target=\"_blank\" class=\"weblink\">DPlot web site<\/a><\/span>.<\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_1653760="<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold; color: #010100;\">drag<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #000000;\">&nbsp;<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #010100;\">To hold down the mouse button while moving the mouse.<\/span><\/p>\n\r"
popid_758672156X="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 8px 0px 0px 0px;\"><table width=\"512\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\"><p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold;\">Excel Date System<\/span><\/p>\n\r<p style=\"margin: 0px 0px 8px 0px;\">DPlot assumes the amplitudes for a calendar scale are Microsoft Excel for Windows 1900 Date System serial numbers, with one exception: Excel limits date input to January 1, 1900 through December 31, 2078. DPlot allows dates between October 15, 1582 and December 31, 9999.<\/p>\n\r<p style=\"margin: 0px 0px 8px 0px;\">In this system a serial number of 1 corresponds to January 1, 1900. The following code converts a month, day, and year to the Excel 1900 Date System serial number for years between 1900 and 2099, inclusive.<\/p>\n\r<p class=\"p_CodeExample\"><span class=\"f_CodeExample\" style=\"font-size: 13px;\">if(&nbsp;Year&nbsp;.ge.&nbsp;1900&nbsp;.and.&nbsp;Year&nbsp;.le.&nbsp;2099&nbsp;)&nbsp;then<\/span><\/p>\n\r<p class=\"p_CodeExample\"><span class=\"f_CodeExample\" style=\"font-size: 13px;\">&nbsp;&nbsp;if(&nbsp;Month&nbsp;.gt.&nbsp;2&nbsp;)&nbsp;then<\/span><\/p>\n\r<p class=\"p_CodeExample\"><span class=\"f_CodeExample\" style=\"font-size: 13px;\">&nbsp;&nbsp;&nbsp;&nbsp;SerNum=int(365.25*Year)+int(30.6001*(Month+1))+Day-694037<\/span><\/p>\n\r<p class=\"p_CodeExample\"><span class=\"f_CodeExample\" style=\"font-size: 13px;\">&nbsp;&nbsp;else<\/span><\/p>\n\r<p class=\"p_CodeExample\"><span class=\"f_CodeExample\" style=\"font-size: 13px;\">&nbsp;&nbsp;&nbsp;&nbsp;SerNum=int(365.25*(Year-1))+int(30.6001*(Month+13))+Day-694037<\/span><\/p>\n\r<p class=\"p_CodeExample\"><span class=\"f_CodeExample\" style=\"font-size: 13px;\">&nbsp;&nbsp;endif<\/span><\/p>\n\r<p class=\"p_CodeExample\"><span class=\"f_CodeExample\" style=\"font-size: 13px;\">endif<\/span><\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_17188230="<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold;\">LegendAlignment<\/span><\/p>\n\r<p style=\"margin: 0px 0px 8px 0px;\">Optional code defining the alignment of the legend. Combination of horizontal and vertical alignment codes:<\/p>\n\r<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\" width=\"84\" style=\"width:84px;\"><p style=\"margin: 0px 0px 0px 0px;\">Horizontal<\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"725\" style=\"width:725px;\"><p style=\"margin: 0px 0px 0px 0px;\">Vertical<\/p>\n\r<\/td>\n\r<\/tr>\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\" width=\"84\" style=\"width:84px;\"><p style=\"margin: 0px 0px 0px 0px;\">0 Left<\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"725\" style=\"width:725px;\"><p style=\"margin: 0px 0px 0px 0px;\">0 Top<\/p>\n\r<\/td>\n\r<\/tr>\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\" width=\"84\" style=\"width:84px;\"><p style=\"margin: 0px 0px 0px 0px;\">1 Center<\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"725\" style=\"width:725px;\"><p style=\"margin: 0px 0px 0px 0px;\">4 Middle<\/p>\n\r<\/td>\n\r<\/tr>\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\" width=\"84\" style=\"width:84px;\"><p style=\"margin: 0px 0px 0px 0px;\">2 Right<\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"725\" style=\"width:725px;\"><p style=\"margin: 0px 0px 0px 0px;\">8 Bottom<\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r<p style=\"margin: 8px 0px 0px 0px;\">If omitted, defaults to 0 (upper left corner).<\/p>\n\r"
popid_222925332X="<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold;\">Legend(i)<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\">Character string. Descriptive text for the i\'th curve, where i ranges from 1 to <span style=\"color: #008000;\"><a href=\"javascript:void(0);\" onclick=\"return hmshowPopup(event, popid_710206358X, true);\" class=\"popuplink\">nCurves<\/a><\/span> <\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #000000;\">&nbsp;<\/span><\/p>\n\r"
popid_64632781="<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold;\">LegendX, LegendY<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\">Floating point values. The X and Y position of the legend, expressed as a ratio of the graph\'s dimensions. ( 0,0 would place the legend in the upper left corner of the plot, 0.5,0.5 places the alignment point at the center of the plot).<\/p>\n\r"
popid_1222325969X="<p><img src=\"linestyles.gif\" width=\"107\" height=\"166\" border=\"0\" alt=\"\"><\/p>\n\r"
popid_2136624669="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;\"><table width=\"500\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\"><p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold; color: #010100;\">metafile<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #010100;\">A <\/span><span style=\"font-style: italic; color: #010100;\">metafile<\/span><span style=\"color: #010100;\"> is a collection of structures that store a picture in a device-independent format. Device independence is the one feature that sets metafiles apart from bitmaps: unlike a bitmap, a metafile guarantees device independence. For example, when an application creates a picture on a display monitor and stores that picture in a metafile, the picture maintains its original dimensions when printed on a laser printer or copied over a network and displayed in another application that is running on a different video display.<\/span><\/p>\n\r<p style=\"margin: 4px 0px 0px 0px;\"><span style=\"color: #010100;\">Some applications may refer to metafiles as the \"picture\" format.<\/span><\/p>\n\r<p style=\"margin: 4px 0px 0px 0px;\"><span style=\"color: #010100;\">Three metafile formats are in general use:<\/span><\/p>\n\r<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 1px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"line-height: normal;\"><tr style=\"vertical-align:baseline\" valign=\"baseline\"><td width=\"23\"><span style=\"color: #010100;\">1)<\/span><\/td><td><span style=\"font-style: italic; color: #010100;\">Windows metafile.<\/span><span style=\"color: #010100;\"> Windows metafiles are commonly supported by target applications that paste data from the Clipboard.<\/span><\/td><\/tr><\/table><\/div><div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 1px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"line-height: normal;\"><tr style=\"vertical-align:baseline\" valign=\"baseline\"><td width=\"23\"><span style=\"color: #010100;\">2)<\/span><\/td><td><span style=\"font-style: italic; color: #010100;\">Placeable metafiles<\/span><span style=\"color: #010100;\"> are identical to Windows metafiles, but include an additional 22-byte header that contains scaling information. Most applications that import metafiles from disk expect the file to be in the placeable format.<\/span><\/td><\/tr><\/table><\/div><div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 1px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"line-height: normal;\"><tr style=\"vertical-align:baseline\" valign=\"baseline\"><td width=\"23\"><span style=\"color: #010100;\">3)<\/span><\/td><td><span style=\"font-style: italic; color: #010100;\">Enhanced metafiles<\/span><span style=\"color: #010100;\"> were introduced with Windows 95. Enhanced metafiles have new capabilities not supported in Windows metafiles.<\/span><\/td><\/tr><\/table><\/div><p style=\"margin: 4px 0px 0px 0px;\"><span style=\"color: #010100;\">DPlot copies a both a standard Windows metafile and enhanced metafile to the Clipboard when the Copy Picture command is selected. It can save both a placeable metafile and an enhanced metafile to disk with the Save As command.<\/span><\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_710206358X="<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold;\">nCurves<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\">Integer. Number of &nbsp;data sets, or curves, that follow.<\/p>\n\r"
popid_2070780328X="<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold; color: #010100;\">spin button<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #000000;\">&nbsp;<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><img src=\"_bm332.png\" width=\"19\" height=\"20\" border=\"0\" alt=\"\"><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #010100;\">A spin button is a control you can use with another control to increment and decrement numbers. You can also use it to scroll back and forth through a range of values or a list of items.<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 0px;\"><span style=\"color: #000000;\">&nbsp;<\/span><\/p>\n\r"
popid_1487731887="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 8px 0px 0px 0px;\"><table width=\"500\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\"><p style=\"margin: 0px 0px 0px 0px;\"><span style=\"font-weight: bold;\">Udden-Wentworth scale<\/span><\/p>\n\r<p style=\"margin: 8px 0px 0px 0px;\">A geometric scale of grain sizes which classifies particles of siliciclastic sediment from 4096 millimeters (boulders) in size down to 0.00006 millimeters (clay). This scale is almost universally accepted by modern sedimentologists (a type of geologist). It was first proposed in 1898 by Udden and then modified and extended in 1922 by Wentworth.<\/p>\n\r<p style=\"margin: 8px 0px 0px 0px;\"><span style=\"font-style: italic;\"><a href=\"http:\/\/www.hyperdictionary.com\/dictionary\/Udden-Wentworth+scale\" target=\"_blank\" class=\"weblink\">Source<\/a><\/span><\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_1602174294X="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;\"><table width=\"500\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\"><p style=\"margin: 0px 0px 0px 0px;\">Wingdings characters are not accessible from any button or command within DPlot. The easiest way to find the character you want from the various Wingdings fonts is with the Windows Character Map application. However, in most cases copying and pasting characters with ASCII codes greater than 127 from Character Map will not work correctly. Instead, find the code for the character you want then enter that character in a DPlot text box by pressing the ALT key in combination with the numeric code.<\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
