/*

Assumes this is to be found in your <head> tag or <body>:  <script type="text/javascript" src="tipster.js"></script>

Tips are organized in arrays as: tips.tipName = new Array(X, Y, width, text, ....);

*/

var floatTip = new TipObj('floatTip');
with (floatTip) {

template = '<table bgcolor="#667799" cellpadding="1" cellspacing="0" width="%2%" border="0">' +
  '<tr><td><table bgcolor="#eeeedd" cellpadding="3" cellspacing="0" width="100%" border="0">' +
  '<tr><td class="tipClass">%3%</td></tr></table></td></tr></table>';

tips.ctp = new Array(-162, -170, 200, 'The method by which two computers coordinate their communications.');
tips.ctpr = new Array(-240, -170, 200, 'The method by which two computers coordinate their communications.');
tips.isa = new Array(-162, -170, 200, 'An  EDI standard segment which marks the beginning of an interchange.  It contains the interchange identifier, sender and receiver IDs, and other data fields needed to interpret the incoming interchange.');
tips.gs = new Array(-162, -170, 200, 'A segment that marks the beginning of a functional group.  It contains group type, group identifier, sender and receiver IDs, and version of the standard used.');
tips.st = new Array(-162, -170, 200, 'An EDI standard segment which marks the beginning of a transaction set.');
tips.data = new Array(-162, -170, 200, 'A data segment is the intermediate unit of information in a message.  A segment consists of a pre-defined  set of functionally related data elements which are identified by their sequential positions within the set.');
tips.se = new Array(-162, -170, 200, 'A segment that marks the end of a transaction set.');
tips.ge = new Array(-162, -170, 200, 'A segment that marks the end of a functional group.  It contains the same group identifier as contained in the associated functional group header and the number of transaction sets contained within the group.');
tips.iea = new Array(-162, -170, 200, 'An EDI standard segment that marks the end f an interchange group.  It contains the interchange identifier and the number of functional groups contained within the interchange.');
tips.ts = new Array(-162, -170, 300, 'A collection of EDI standard segments that contain the information required by a receiver to perform a standard business transaction.  In an EDI standard, a transaction set is defined as having three sections, header, detail [aka line items], and summary [including totals], and is comprised of a predefined group of data segments in each section.');
tips.fg = new Array(-162, -170, 200, 'A group of like EDI transaction sets in an EDI standard file.');
tips.ie = new Array(-162, -170, 200, 'The EDI standard entity that contains all the data transmitted from one EDI sender to one EDI receiver in a single transmission.');

//tipStick = 0;
}