// JavaScript Document

$(document).ready(function( ) {

     $('.hoverMenu2:eq(0)').cluetip({
        cluetipClass: 'jtip', 
        arrows: false, 
        dropShadow: false,
        hoverIntent: false,
        sticky: true,
        mouseOutClose: true,
        closePosition: 'title',
        closeText: '<img src="cross.png" alt="close" />'
    });
	 
     $('.hoverMenu3:eq(0)').cluetip({
        cluetipClass: 'jtip', 
        arrows: false, 
        dropShadow: false,
        hoverIntent: false,
        sticky: true,
        mouseOutClose: true,
        closePosition: 'title',
        closeText: '<img src="cross.png" alt="close" />'
    });

});
