// this file was converted from PropHint.rc (transformation hlp->chm)

function PopupHelp(Msg)
{
  var nav=navigator.appVersion;
  if (nav.indexOf("MSIE")>0)
  {
    Helper.TextPopup(Msg, "Verdana,8", 10, 10, -1, -1);
  } else
  {
    alert("Unable to display pop-up message!");
  };
}

var mbfiledlgsamplebutton="This button invokes dialog box that allows you to view (or change) properties of sample for which data file was acquired. Every data file properties record in MetaBase must have associated sample properties record. If no such record was found you will be prompted to select appropriate record or will see error message.";
var mbsampledlgsavefile="Save sample description to the disk file.";
var mbconfigdlgdeletebitbtn="Click this button to delete selected value from the list of values.";
var mbconfigdlgaddbitbtn="Click this button to add new value into the selected position in the list.";
var mbsampledlglinkcheckbox="This flag indicates whether separate file is used for sample description. ";
var mbsampledlgmaterial="Material may be chemical formula or other name that characterizes composition of sample.";
var mbconfigdlgedit="Use this field to add new value. Unless this field contains any value, Add button is disabled.";
var mbfiledlggetdm2003button="Click this button to obtain column captions from the active DM2003 worksheet (if available).";
var mbconfigdlghtmlfilelabelededit="Use this field to enter name (URL) of the HTML document that will display data file description.";
var mbfiledlgupdatedm2003checkbox="If this flag is checked when you click OK or Apply buttons, column captions will be copied to the active DM2003 worksheet (if available).";
var mbsampledlgsize="Size should be used to convert absolute measured parameters to relative ones. For example it may be distance between electric contacts, sample width, and so on.";
var mbfiledlgcolumns="This list enumerates column labels of data file. You can edit column label values, and synchronize them with column labels in the DM2003 worksheet (if available).";
var mbsampledlgdates="Construction and destruction dates determine when the sample was mounted into measurement installation and removed from it. Note that destruction date may be empty!";
var mbsampledlgname="Sample name allows you to distinguish different specimens made of the same material but under different conditions. Usually this name is assumed on sample synthesis.";
var mbconfigdlgbackupdmwcheckbox="If this flag checked, DMW description property page will create backup copy of *.dmw file (with *.bak extension) when you apply changes of desktop file description.";
var mbsampledlgcomment="This memo field used to store description of sample, its origin, properties, and mounting conditions. This is a right place for any unstructured information about the sample.";
var mbsampledlgchangefile="Select sample description file for given data file. Note that you can have one sample description file for several data file descriptions, or place all information in single data description file.";
var mbsampledlgid="Contact ID identifies different contacts assembled to the same sample (or a part of the same sample). Every time when you mount specimen into your measurement installation you should assign new, unique contact ID.";
var mbconfigdlgcontacttypeslistbox="List of Contact Types names that appear on the Sample Properties dialog box. Note: when you define your own names of Contact Types, default names will not be displayed in the Contact Type combobox.";
var mbfiledlgconditions="If data file was recorded at the constant ambient parameters (or definitive range, or a fixed set of parameters) you should remember these value(s) here. Note that the names of the parameters may be changed.";
var mbfiledlgsettingsbutton="This button allows you to ask data acquisition program for settings of your measurement facility and automatically place them into appropriate memo field. It is enabled only if this information is available (e.g. provided by DM2003).";
var mbconfigdlgconditionslistbox="List of Conditions names that appear on the Description page of the file properties dialog box. You may easily redefine default names of the ambient parameters with your own ones. Note that total number of conditions is limited.";
var mbconfigdlgextensionlabelededit="Change description file extension (you must change it if you use default *.txt extension for your data files). Keep in mind that DM2003 supports user-defined data file types, so you can assign any specific extension to your data files.";
var mbsampledlgtype="Contact type defines geometric layout of electric contacts to sample. This geometry usually depends on measurement methods. You should select this parameter from the list or input your own custom contact type. The list of predefined contact types may be changed.";
var mbfiledlgsettingsedit="This memo field used to remember configuration of the measurement facility, provided by appropriate software. You can type these settings manually or click 'Get from DM2003' button to obtain them immediately from the data acquisition program (if available).";
