﻿$(document).ready(function() {

$('#help_trust').cluetip({ sticky: true, closePosition: 'title', closeText: 'x', arrows: true });

$('#help_userinfo').cluetip({ sticky: true, closePosition: 'title', closeText: 'x', arrows: true });

$('#help_tplagree').cluetip({ sticky: true, closePosition: 'title', closeText: 'x', arrows: true });

$('#help_nminamount').cluetip({ sticky: true, closePosition: 'title', closeText: 'x', arrows: true });

$('#help_nrate').cluetip({ sticky: true, closePosition: 'title', closeText: 'x', arrows: true });

$('#help_ngeorules').cluetip({ sticky: true, closePosition: 'title', closeText: 'x', arrows: true });

$('#help_maxtimes').cluetip({ sticky: true, closePosition: 'title', closeText: 'x', arrows: true });

$('#help_maxtimes1').cluetip({ sticky: true, closePosition: 'title', closeText: 'x', arrows: true });

$('#help_trustpic').cluetip({ sticky: true, closePosition: 'title', closeText: 'x', arrows: true });

});

