/* ---------------------------
' (C) Copyright 2008
' Niro Solutions Pty Limited
' ABN 89 106 967 140
' ---------------------------
' Revision: 1.0.0
' Author: ZhongBo Sun
' Modtime: 31/10/08
' --------------------------- */
$(document).ready(function() {
  $('a.cluetitle').cluetip({splitTitle: '|'});
 $('a.basic').cluetip();
});

$(document).ready(function() {
  $('div.html, div.jquery').next().css('display', 'none').end().click(function() {
    $(this).next().toggle('fast');
  });
  $('a.false').click(function() {
    return false;
  });
});
  




