/*************************************************************************
  This code is from Dynamic Web Coding at dyn-web.com
  Copyright 2003-5 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!
*************************************************************************/

function doTooltip(e, msg) {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
  Tooltip.show(e, msg);
}

function hideTip() {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
  Tooltip.hide();
}
	
// variables for tooltip content 
var MasterClass = '<div class="tp1"><p><strong>Cadassist MasterClass</strong><br />Our core training courses are run under the style MasterClass.  Classes are evenly paced, open enrolment with durations of 1, 2 or 3 days.</p></div>';
var SuperClass = '<div class="tp1"><p><strong>Cadassist SuperClass</strong><br />Half day courses that focus on specific areas of AutoCAD or other popular CAD software, designed to dramatically improve your personal productivity.  Book any single session or combine morning &amp; afternoon classes.</p></div>';
var BootCamp = '<div class="tp1"><p><strong>Cadassist BootCamp</strong><br />Weekend BootCamp, Friday &amp; Saturday maximises your learning opportunity whilst minimising the impact on your office production programme. The five day programme, Monday thro&#39; Friday delivers a unique learning experience from &#39;zero to hero&#39; complete with Autodesk training certificate.</p></div>';

var CourseFull = '<div class="tp1"><p><strong>Course Full</strong><br />Sorry, the course you have selected is now full.  Please refine you search for our next similar course or consider alternative locations.   If you cant find a satisfactory course with availability, please do not hesitate to contact us and we will endeavor to find or establish a new course to suit your requirements. </p></div>';

var IssueNumber = '<div class="tp1"><p><strong>Issue Number</strong><br />Switch, use 0 if not known</p></div>';
var SecurityCode = '<div class="tp1"><p><strong>Security Code</strong><br />Last 3 digits on signature strip</p></div>';
//var tipImg = '<div style="text-align:center"><img src="images/dot-com-btn.gif" width="176" height="30" alt="" border="0"></div>';
//var tipImgTxt = '<img src="images/sm-duck.gif" width="90" height="44" alt="" border="0"><div class="tp2">Images and text can go together in a tooltip.</div>';
//var tipTerms = "If you plan to use our code, please follow our terms. Thank you.";

