﻿// JScript File

$(function(){ 
	$('.sPhoto').aToolTip();
	$('.calendar').aToolTip({
	    toolTipClass: 'calen'
	});
	$('.clickTip').aToolTip({   
        clickIt: true,
        xOffset: -100,                         // x Position   
        yOffset: -150   
    }); 
   // $('.dvact').draggable();
//    $('.jt:eq(0)').cluetip({
////      cluetipClass: 'jtip', 
//      arrows: true, 
//      dropShadow: false,
//      hoverIntent: false,
//      sticky: true,
//      mouseOutClose: true,
////      closePosition: 'title',
////      closeText: '<img src="cross.png" alt="close" />'
//    });
 
}); 
