﻿
$(document).ready(function() {
    $.getQueryString({ id: "expr" }) 
    
    
  $('.tip').cluetip({splitTitle: '|',cursor:'pointer',arrows: true, cluetipClass: 'jtip',width: 150});  
  
  $('.basic').cluetip({
  dropShadow: true, 
  arrows: true,
  sticky: false,
  tracking: false, 
  cluetipClass: 'jtip',
  width: 400,
  positionBy: 'mouse'});
  
});






  



