/*************************************************************************
  This code is from Dynamic Web Coding at dyn-web.com
  Copyright 2003-5 by Sharon Paine 
  See Terms of Use at www.dyn-web.com/bus/terms.html
  regarding conditions under which you may use this code.
  This notice must be retained in the code as is!
*************************************************************************/


function dosmTooltip(e, msg) {
  if ( typeof smTooltip == "undefined" || !smTooltip.ready ) return;
  smTooltip.show(e, msg);
}

function hidesmTip() {
  if ( typeof smTooltip == "undefined" || !smTooltip.ready ) return;
  smTooltip.hide();
}


// small tooltip content

var msgContact = '<table cellpadding=2 width="150"><tr><td colspan=2><span class=smtipText>Microlinc Systems<br>209 Becker Circle<br>Johnstown, CO 80534<br>Tel: 970.389.6736</td></tr></table>';

var msgHosting = '<table cellpadding=2 width="250"><tr><td colspan=2><span class=smtipText>Microlinc Systems Professional Hosting Services available for as little as $79.90 yr. Click for	details.</td></tr></table>';






