
	$(document).ready(function() {
		$('#app_button_ho').click(function() {
			$("#app_par").fadeOut("fast", function(){$("#app_par").empty().html("<h6>Hot Oil Units</h6>Energy Fabrication Hot Oil Units are engineered and built using supreme quality materials and expert craftsmanship. Units can be customized engineering for your sepcific application. <a class='app_link' href='?act=hot_oilers'>More Info</a>").fadeIn('slow')});
			$("#app_pic").fadeOut("fast", function(){$("#app_pic").empty().html("<img src='images/app_big_ho.jpg' alt='Hot Oil' />").fadeIn('slow')});
		});
		
		$('#app_button_mp').click(function() {
			$("#app_par").fadeOut("fast", function(){$("#app_par").empty().html("<h6>Multi-Plex Trucks</h6>Many applications require more than a standard pump to deal with unique pumping problems. For these situations, complete engineering support can prove invaluable. Our staff of experts can create a specific pumping unit that can maximize output and safety and minimize cost. <a class='app_link' href='?act=multi_plex'>More Info</a>").fadeIn('slow')});
			$("#app_pic").fadeOut("fast", function(){$("#app_pic").empty().html("<img src='images/app_big_mp.jpg' alt='multi-plex' />").fadeIn('slow')});
		});
		
		$('#app_button_kt').click(function() {
			$("#app_par").fadeOut("fast", function(){$("#app_par").empty().html("<h6>Kill Trucks</h6>Energy Fabrication Kill Trucks are engineered and built using supreme quality materials and expert craftsmanship. Units can be customized engineering for your sepcific application. <a class='app_link' href='?act=kill_truck'>More Info</a>").fadeIn('slow')});
			$("#app_pic").fadeOut("fast", function(){$("#app_pic").empty().html("<img src='images/app_big_kt.jpg' alt='kill trucks' />").fadeIn('slow')});
		});
		
		$('#app_button_spec').click(function() {
			$("#app_par").fadeOut("fast", function(){$("#app_par").empty().html("<h6>Specialized Trucks</h6>Enerfab offers the widest variety of vehicles built for commercial needs. Including motorized vehicles, fifth wheels or trailers, each vehicle is customized and tailored to meet the specific needs of our customers. <a class='app_link' href='?act=specialty'>More Info</a>").fadeIn('slow')});
			$("#app_pic").fadeOut("fast", function(){$("#app_pic").empty().html("<img src='images/app_big_spec.jpg' alt='specialty trucks' />").fadeIn('slow')});
		});
		
		$('#app_button_at').click(function() {
			$("#app_par").fadeOut("fast", function(){$("#app_par").empty().html("<h6>D.O.T. Transports</h6>Enerfab has a variety of equipment designed to transport different types and concentrations of acids (sulfuric, hydrochloric, nitric, acetic, propionic, phosphoric, etc.) and caustics (caustic soda, sodium hydroxide, potassium hydroxide, caustic potash, bleach, etc.). <a class='app_link' href='?act=acid_transport'>More Info</a>").fadeIn('slow')});
			$("#app_pic").fadeOut("fast", function(){$("#app_pic").empty().html("<img src='images/app_big_at.jpg' alt='acid transport' />").fadeIn('slow')});
		});
		
		$('#app_button_ad').click(function() {
			$("#app_par").fadeOut("fast", function(){$("#app_par").empty().html("<h6>ASME D.O.T.</h6>ASME D.O.T.Standard features include three point suspension, two speed crank landing legs, wedge sump with four inch loading / unloading valves, quarter inch SA-36 steel barrel and is fully gusseted to withstand the rigors of both on and off road. <a class='app_link' href='?act=asme_dot'>More Info</a>").fadeIn('slow')});
			$("#app_pic").fadeOut("fast", function(){$("#app_pic").empty().html("<img src='images/app_big_ad.jpg' alt='asme d.o.t.' />").fadeIn('slow')});
		});
		
		$('#app_button_ap').click(function() {
			$("#app_par").fadeOut("fast", function(){$("#app_par").empty().html("<h6>600HP Pump Trucks</h6>Enerfab's acid pumpers provide maximum horse power and maximum rate BPM with the maximum operating pressure of 3000 psi. Custom built tanks. All Enerfab acid pump trucks have DOT certified cargo tanks that are TNEMEClined to prevent the acid from reacting with the tank. <a class='app_link' href='?act=acid_pump'>More Info</a>").fadeIn('slow')});
			$("#app_pic").fadeOut("fast", function(){$("#app_pic").empty().html("<img src='images/app_big_ap.jpg' alt='acid pump' />").fadeIn('slow')});
		});
		
		$('#app_button_sh').click(function() {
			$("#app_par").fadeOut("fast", function(){$("#app_par").empty().html("<h6>Frac Heaters</h6>Energy Fabrication specializes in custom Frac Tank Heaters / Super Heaters for use in oilfiled applications. Quality superheater coils are available in various gauge and size configurations. Materials range from M.S., seamless carbon steel tubes to chromium molybdenum seamless alloy steel tubes to Stainless Steel. <a class='app_link' href='?act=super_heater'>More Info</a>").fadeIn('slow')});
			$("#app_pic").fadeOut("fast", function(){$("#app_pic").empty().html("<img src='images/app_big_sh.jpg' alt='super heater' />").fadeIn('slow')});
		});
		
		$('#app_button_extra').click(function() {
			$("#app_par").fadeOut("fast", function(){$("#app_par").empty().html("<h6>Skids</h6>Energy Fabrication specializes in custom Super Heaters for use in oilfiled applications. Quality superheater coils are available in various gauge and size configurations. Materials range from M.S., seamless carbon steel tubes to chromium molybdenum seamless alloy steel tubes to Stainless Steel.").fadeIn('slow')});
			$("#app_pic").fadeOut("fast", function(){$("#app_pic").empty().html("<img src='images/app_big_sk.jpg' alt='skids' />").fadeIn('slow')});
		});
	//End	
	});
