		$(document).ready(function() {
			$('a#perforated').qtip({
			   content: 'Tubes, Coils, Blanks, Sheets, Sub-assemblies',
			   show: 'mouseover',
			   hide: 'mouseout',
			   position: {
				  corner: {
					 target: 'leftMiddle',
					 tooltip: 'topRight'
				  }
			   }

			})

			$('a#materials').qtip({
			   content: 'Ferrous metals, Non-ferrous metals, Coated or Plated steels, Plastics &amp; Expanded metal',
			   show: 'mouseover',
			   hide: 'mouseout',
			   position: {
				  corner: {
					 target: 'leftMiddle',
					 tooltip: 'topRight'
				  }
			   }
			})
			
			$('a#markets').qtip({
			   content: 'Automotive, Chemical, Pharmaceutical, Food, Dairy &amp; Agriculture, Construction, Acoustics, Aerospace, White Goods, Filtration, HVAC, Marine, Printing, Street Furniture, Domestic &amp; Office Goods',
			   show: 'mouseover',
			   hide: 'mouseout',
			   position: {
				  corner: {
					 target: 'leftMiddle',
					 tooltip: 'topRight'
				  }
			   }
			})
			
			$('a#popular').qtip({
			   content: 'Filtration, Exhaust systems, Acoustics, Conveyors, Grilles, Vents, Screens, Ducting, Covers, Decoration, Microwave and EMI/RFI Radiation containment',
			   show: 'mouseover',
			   hide: 'mouseout',
			   position: {
				  corner: {
					 target: 'leftMiddle',
					 tooltip: 'topRight'
				  }
			   }
			})
		});


