$(document).ready(function(){
	Cloud();
	//initMenu2();
});

function Cloud() {
$('.cloudHover').bt({
  contentSelector: "$(this).attr('title')",
  fill: 'white',
  cssStyles: {color: 'black', fontWeight: 'bold'},
  shrinkToFit: true,
  padding: 10,
  cornerRadius: 10,
  spikeLength: 15,
  spikeGirth: 15,
  positions: ['top', 'right', 'bottom']
});
}



