/* --- Script © 2005 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  border="1" cellpadding="6" cellspacing="0" bgcolor="#FFFFFF" style="{border-width:1px; border-color:#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 bodyl = (window.pageXOffset) ? window.pageXOffset : document.body.scrollLeft;
  var bodyt = (window.pageYOffset) ? window.pageYOffset : document.body.scrollTop;
  var bodyw = (window.innerWidth)  ? window.innerWidth  : document.body.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_1818137390X="<p>These determine what data formats will be captured, on an application-by-application basis.&nbsp; Think of it as an &quot;inbound data filter&quot;.<\/p>\n\r<p>For example, you can capture TEXT from Excel, while leaving the other 20+ formats behind, thus saving time and memory.<\/p>\n\r"
popid_362843620X="<p>A common graphic, produced by most graphics programs and screen captures.&nbsp; ClipMate shows it using a &quot;painter\'s palette&quot; icon.&nbsp; ClipMate can print Bitmaps, and they\'re accepted by just about any graphics or drawing program.<\/p>\n\r"
popid_1322824893="<p>Deep inside Windows, there is a global memory area for exchanging data between applications.&nbsp; This is the clipboard.&nbsp; ClipMate talks to the clipboard all of the time, constantly keeping in sync with it.<\/p>\n\r"
popid_1768190700X="<p>This is a mechanism where Windows notifies applications that new data has arrived on the clipboard.<\/p>\n\r<p>The only reason that users need to be concerned about this, is because sometimes mis-behaving applications disrupt the clipboard chain, and you may have to reestablish the connection.<\/p>\n\r"
popid_530744132="<p>A piece of data in ClipMate.&nbsp; When you copy something to the clipboard, ClipMate grabs the data and creates a new Clip Item.&nbsp; Besides the data, there are other attributes such as Timestamp, Source URL, Creator, Size, etc.<\/p>\n\r"
popid_1832616683="<p>Think of it as a &quot;folder&quot;, within the database, where clips are categorized and segregated.&nbsp; By default, you will have 3 collections: InBox, Overflow, and Safe.<\/p>\n\r"
popid_870771488X="<p>Hypertext Markup Language. This is the native format of web pages.&nbsp; <\/p>\n\r"
popid_305439925="<p>When you purchase a license for ClipMate, you receive a registration key, which allows you to enjoy ClipMate past the 30-day trial period.<\/p>\n\r"
popid_659673798="<p>ClipMate can automatically delete data from a collection in 3 different ways:<\/p>\n\r<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 0px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"line-height: normal;\"><tr style=\"vertical-align:baseline\" valign=\"baseline\"><td width=\"13\"><span style=\"font-size: 11pt; font-family: \'Arial Unicode MS\', \'Lucida Sans Unicode\', \'Arial\'; color: #000000;\">&#8226;<\/span><\/td><td>Length: when the collection grows past its retention limit, say 200 items, old items are deleted to bring it back to the retention limit.<\/td><\/tr><\/table><\/div><div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 0px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"line-height: normal;\"><tr style=\"vertical-align:baseline\" valign=\"baseline\"><td width=\"13\"><span style=\"font-size: 11pt; font-family: \'Arial Unicode MS\', \'Lucida Sans Unicode\', \'Arial\'; color: #000000;\">&#8226;<\/span><\/td><td>Age: specify a number of days to keep clips.<\/td><\/tr><\/table><\/div><div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 0px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"line-height: normal;\"><tr style=\"vertical-align:baseline\" valign=\"baseline\"><td width=\"13\"><span style=\"font-size: 11pt; font-family: \'Arial Unicode MS\', \'Lucida Sans Unicode\', \'Arial\'; color: #000000;\">&#8226;<\/span><\/td><td>Never:&nbsp; never automatically delete clips from this collection.<\/td><\/tr><\/table><\/div><p>The &quot;purging&quot; takes place at shut-down, and will move them either into the Overflow collection ,or the trashcan.<\/p>\n\r"
popid_101596791X="<p>Fancy text with fonts, color, bold, italic, margins, etc..&nbsp; Usually used with word processors.<\/p>\n\r"
popid_871646734="<p>As each clip is inserted into the database, it is assigned an ID, or Serial Number.&nbsp; You cannot reset the serial number, it will just keep growing (the limit is 2^32 or about 4 billion).&nbsp; <\/p>\n\r<p>Note: Only contact technical support regarding the serial number, if you feel that you are in imminent danger of surpassing 4 billion.<\/p>\n\r<p>Note: We\'re not really serious about that last note.&nbsp; <\/p>\n\r"
popid_2066884201="<p>This is the menu that appears in the upper-left corner of most windows, showing Move, Minimize, Maximize, etc..<\/p>\n\r"
popid_1761648038X="<p>The application where you want to paste the data is known as the Target Application.&nbsp; <\/p>\n\r"
popid_1778848736X="<p>All data is kept in the database.&nbsp; The database consists of a set of files on your hard disk.&nbsp; You can set up more than one database, but most users won\'t need to.<\/p>\n\r"
