Ext.onReady(function(){
    new Ext.ToolTip({
        target: 'spear',
        anchor: 'right',
        trackMouse: true,
        html: 'Spear Fishing & Snorkelling Gear'
    });
	    new Ext.ToolTip({
        target: 'snowboard',
        anchor: 'right',
        trackMouse: true,
        html: 'Snow Boarding Gear'
    });
	    new Ext.ToolTip({
        target: 'snowski',
        anchor: 'right',
        trackMouse: true,
        html: 'Snow Skiing Gear'
    });
	    new Ext.ToolTip({
        target: 'scuba',
        anchor: 'right',
        trackMouse: true,
        html: 'Scuba Diving Gear'
    });
	    new Ext.ToolTip({
        target: 'surfing',
        anchor: 'right',
        trackMouse: true,
        html: 'Surfing & Swimming Gear'
    });
	    new Ext.ToolTip({
        target: 'waterski',
        anchor: 'right',
        trackMouse: true,
        html: 'Water Skiing Gear'
    });
	    new Ext.ToolTip({
        target: 'wakeboard',
        anchor: 'right',
        trackMouse: true,
        html: 'Wakeboarding Gear'
    });
});
