// JavaScript Document
$(function() {
$('#set1 *').tooltip();
$("map > area").tooltip({ positionLeft: true, fade: 450 });

});