﻿
$(function() {
    
	$('.menu2 a[title]').qtip({ 
	       style: { 
	        name: 'light', 	        
	        tip: true}, 
	       show: 'mouseover',
		   hide: 'mouseout',
		   position: {
	       	  corner: {
		         target: 'bottomMiddle',
		         tooltip: 'topMiddle'
		      }
		   }
	});

		
 });
 
 function setupLayout() {
  $("#otherPad").css({position:'absolute', width: '19em'});
  }
