$(document).ready(function() 
{
 $('.btn_merlin').each(function()
   { $(this).qtip({ content: { text: $(this).attr('alt') },																 
		position: { corner: { target: 'bottomMiddle', tooltip: 'topMiddle' }, adjust: { screen: true } },
   		show: 'mouseover', hide: 'mouseout',
		style: {
    		  width: 166,
    		  padding: 8,
			  'font-size': '11px',
			  'font-family':'Arial',		  
   			   tip: 'bottomMiddle'
		}						
   });
});
 });


$(document).ready(function() 
{ $('.btn_ootc').each(function()
   { $(this).qtip({ content: { text: $(this).attr('alt') },	
		position: { corner: { target: 'bottomMiddle', tooltip: 'topMiddle' }, adjust: { screen: true } },
   		show: 'mouseover', hide: 'mouseout',
		style: {
    		  width: 166,
    		  padding: 8,
			  'font-size': '11px',
			  'font-family':'Arial',	tip: 'bottomMiddle' 		
			  }						
      });
   });
});

$(document).ready(function() 
{ $('.btn_vacant').each(function()
   { $(this).qtip({ content: { text: $(this).attr('alt')   },	
		position: { corner: { target: 'bottomMiddle', tooltip: 'topMiddle' }, adjust: { screen: true } },
   		show: 'mouseover', hide: 'mouseout',
		style: {
    		  width: 130,
    		  padding: 8,
			  'font-size': '11px',
			  'font-family':'Arial',	tip: 'bottomMiddle'
			  		}						
      });
   });
});

$(document).ready(function() 
{ $('.btn_orchid').each(function()
   { $(this).qtip({ content: { text: $(this).attr('alt')  },	
		position: { corner: { target: 'bottomMiddle', tooltip: 'topMiddle' }, adjust: { screen: true } },
   		show: 'mouseover', hide: 'mouseout',
		style: {
    		  width: 216,
    		  padding: 8,
			  'font-size': '11px',
			  'font-family':'Arial',	
			  tip: 'bottomMiddle' 
			  		}						
      });
   });
});

$(document).ready(function() 
{ $('.btn_tomms').each(function()
   { $(this).qtip({ content: { text: $(this).attr('alt')  },	
		position: { corner: { target: 'bottomMiddle', tooltip: 'topMiddle' }, adjust: { screen: true } },
   		show: 'mouseover', hide: 'mouseout',
		style: {
    		  width: 176,
    		  padding: 8,
			  'font-size': '11px',
			  'font-family':'Arial',	
			  tip: 'bottomMiddle'
			  		}						
      });
   });
});

$(document).ready(function() 
{ $('.btn_glassfibre').each(function()
   { $(this).qtip({ content: { text: $(this).attr('alt')  },	
		position: { corner: { target: 'bottomMiddle', tooltip: 'topMiddle' }, adjust: { screen: true } },
   		show: 'mouseover', hide: 'mouseout',
				style: {
    		  width: 216,
    		  padding: 8,
			  'font-size': '11px',
			  'font-family':'Arial',	
			  tip: 'bottomMiddle'
			  		}						
      });
   });
});


