var docTips = new TipObj('docTips');
with (docTips)
{
	
template = '<table bgcolor="#FFFFFF" bordercolor="#FF8201" cellpadding="1" cellspacing="0" width="%2%" border="1">' +
  '<tr><td><table bgcolor="FFFFFF" cellpadding="3" cellspacing="0" width="100%" border="0">' +
  '<tr><td class="tipClass">%3%</td></tr></table></td></tr></table>';

tips.mark = new Array(-200, 10, 300, '<b>Mark</b> has over 16 years experience as an Internet Security specialist with a long list of top 100 corporate clients across the Telecommunications and Internet Service Provider Industries. He is a cat lover and loves all things Asian.');
tips.serge = new Array(-50, 10, 300, '<b>Sergio</b> held leadership roles for over 15 years in management consulting, project management and business improvement areas with Multi National giants in the Oil and Gas, Mining and Manufacturing Industries. He has a passion for football and yes he is a dog lover!');
tips.viruses = new Array(10, 10, 200, '<b>Viruses</b> hide in programs and documents. Opening them triggers the virus to execute where it tries to copy itself.');
tips.trojans = new Array(10, 10, 200, 'The difference between a <b>Trojan</b> and a <b>Virus</b> is subtle. The main difference is that a virus hides within someone else&#39;s program or document. But a Trojan never hides. It IS the program or document. And it succeeds <em>if and only if</em> it can convince you to open it - usually by pretending to be something useful (a gift horse?).');
tips.worms = new Array(10, 10, 200, '<b>Worms</b> don&#39;t wait to be triggered. Instead they actively attack your system. And from there they can attack other systems. All without any action by you.');

showDelay = 0;
hideDelay = 0;

}
