// JavaScript Document

function display($type) {
	//alert($type);
	if($type == 'platforms') {
		$response = '<div id="titles"><strong>Platforms</strong>:  We custom fabricate all types of platforms using steel, stainless steel and aluminum complete with handrails and stair or ladder access.  Some of these types include:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Equipment Platforms</li>';
		$response = $response+'<li>Machine Operator Platforms</li>';
		$response = $response+'<li>Elevated Service Platforms</li>';
		$response = $response+'<li>Rolling Platforms</li>';
		$response = $response+'<li>Elevating Platforms</li>';
		$response = $response+'<li>Cell Tower Platforms</li>';
		$response = $response+'<li>Grain Leg Head Platforms</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'conveyors') {
		$response = '<div id="titles"><strong>Conveyors</strong>:  We custom fabricate many types of conveyors for use in the manufacturing, food processing, mining, aggregate, grain, milling and agriculture industries such as:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Belt Conveyors</li>';
		$response = $response+'<li>Chain Conveyors</li>';
		$response = $response+'<li>Belt & Chain Conveyors</li>';
		$response = $response+'<li>Drag Conveyors</li>';
		$response = $response+'<li>Screw Conveyors</li>';
		$response = $response+'<li>Bucket Elevators</li>';
		$response = $response+'<li>Troughed Belt Conveyors</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'supports') {
		$response = '<div id="titles"><strong>Support Structures</strong>:  We custom fabricate large and small support structures out of beams, tubing, pipe and plate.  Some of these structures are used to support:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Tanks</li>';
		$response = $response+'<li>Grain Bins</li>';
		$response = $response+'<li>Hoppers</li>';
		$response = $response+'<li>Conveyors</li>';
		$response = $response+'<li>Motors</li>';
		$response = $response+'<li>Mixers</li>';
		$response = $response+'<li>Blenders</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'machine') {
		$response = '<div id="titles"><strong>Machine Bases</strong>:  We custom fabricate various types of heavy duty machine bases and frames.  Some of these types include:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Bases for Packaging Equipment</li>';
		$response = $response+'<li>Robot Bases</li>';
		$response = $response+'<li>Concrete Embedded Frames</li>';
		$response = $response+'<li>Bases for Assembly and Testing Equipment</li>';
		$response = $response+'<li>Bases for Automated Machinery</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'mezzanies') {
		$response = '<div id="titles"><strong>Mezzanines</strong>:  We custom fabricate mezzanines of all sizes and different types of construction, complete with decking, railings and stairs.  These types include:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Tubular or Beam Columns</li>';
		$response = $response+'<li>Bar Joist or Beam Members</li>';
		$response = $response+'<li>Bar Grating or Steel Plate Decking</li>';
		$response = $response+'<li>Plywood Deck over Corrugated Decking</li>';
		$response = $response+'<li>Corrugated Decking with pour stops for Concrete Decks</li>';
		$response = $response+'<li>Round Pipe or Square Tubing Handrails</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'weldments') {
		$response = '<div id="titles"><strong>Tubing Weldments</strong>:  We custom fabricate weldments and frames using all sizes of square and rectangular tubing, round tubing and pipe such as:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Machinery & Equipment Supports</li>';
		$response = $response+'<li>Pipeline Supports</li>';
		$response = $response+'<li>Machine Bases</li>';
		$response = $response+'<li>Tubular Frames</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'tanks') {
		$response = '<div id="titles"><strong>Tanks</strong>:  We custom fabricate round and square tanks of many sizes using steel and stainless steel.  These tanks may be flat, cone or sloped bottom, single wall or double wall with insulation.  Accessories include manholes, baffles, heating coils, level gauges, mixers and ladders.  Some of the tanks are:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Water Tanks</li>';
		$response = $response+'<li>Clarifier Tanks</li>';
		$response = $response+'<li>Quench Tanks</li>';
		$response = $response+'<li>Plating Line Tanks</li>';
		$response = $response+'<li>Dip Tanks</li>';
		$response = $response+'<li>Hydraulic Tanks</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'catwalks') {
		$response = '<div id="titles"><strong>Catwalks</strong>:  We custom fabricate catwalks using materials such as channel, angle and tubing.  Types of decking include bar grating, expanded metal grate, floor plate and grip strut.  Complete with handrails, stair or ladder access, painted or galvanized finish.  These catwalks are used for:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Accessing Machinery and Plant Equipment</li>';
		$response = $response+'<li>Crossing over Conveyors and Equipment</li>';
		$response = $response+'<li>Walkways around Tanks, Bins and Hoppers</li>';
		$response = $response+'<li>Walkway along Conveyor Systems</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	
	
	
	
	
	
	if($type == 'racks') {
		$response = '<div id="titles"><strong>Racks</strong>:  We custom fabricate a wide variety of racks such as:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Die Storage Racks</li>';
		$response = $response+'<li>Roll Racks</li>';
		$response = $response+'<li>Plating Line Racks</li>';
		$response = $response+'<li>Part Hanging Racks</li>';
		$response = $response+'<li>Stacking Racks</li>';
		$response = $response+'<li>Cylinder Racks</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'carts') {
		$response = '<div id="titles"><strong>Carts</strong>:  We custom fabricate many types of carts using steel, stainless steel and aluminum.  From light duty to extremely heavy duty such as:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Utility Carts</li>';
		$response = $response+'<li>Lumber Carts</li>';
		$response = $response+'<li>Die & Mold Carts</li>';
		$response = $response+'<li>Stock Material Carts</li>';
		$response = $response+'<li>Towable Carts</li>';
		$response = $response+'<li>Adjustable Top Carts</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'railings') {
		$response = '<div id="titles"><strong>Railings</strong>:  We custom fabricate railing from steel, stainless steel and aluminum such as:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Stair Railings</li>';
		$response = $response+'<li>Mezzanine & Platform Railings</li>';
		$response = $response+'<li>Handrails</li>';
		$response = $response+'<li>Safety Railings</li>';
		$response = $response+'<li>Ornamental Railings</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'pit') {
		$response = '<div id="titles"><strong>Pit Covers</strong>:  We custom fabricate removable pit covers for use in the following areas:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Trench Drains</li>';
		$response = $response+'<li>Below Grade Conveyors</li>';
		$response = $response+'<li>Below Grade Equipment</li>';
		$response = $response+'<li>Press Pits</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'plate') {
		$response = '<div id="titles"><strong>Plate Weldments</strong>:  We custom fabricate a wide variety of plate weldments such as:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Machine Bases</li>';
		$response = $response+'<li>Robot Bases</li>';
		$response = $response+'<li>Equipment Mounting Plates</li>';
		$response = $response+'<li>Plate Housing</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'ladders') {
		$response = '<div id="titles"><strong>Ladders</strong>:  We custom fabricate ladders using steel, aluminum and stainless steel such as:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Caged Ladders</li>';
		$response = $response+'<li>Roof Ladders</li>';
		$response = $response+'<li>Equipment Access Ladders</li>';
		$response = $response+'<li>Pit Ladders</li>';
		$response = $response+'<li>Rolling Ladders</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'stairways') {
		$response = '<div id="titles"><strong>Stairways</strong>:  We custom fabricate stairs with bar grating treads, grip strut treads, diamond plate treads and pan style for applications such as:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Platform & Mezzaine Stairs</li>';
		$response = $response+'<li>Silo Stairs</li>';
		$response = $response+'<li>Stair Towers</li>';
		$response = $response+'<li>Machine & Equipment Access Stairs</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
	if($type == 'towers') {
		$response = '<div id="titles"><strong>Support Towers</strong>:  We custom fabricate many types of support towers using tubing, angle and beams such as:</div>';
		$response = $response+'<ul>';
		$response = $response+'<li>Catwalk Support Towers</li>';
		$response = $response+'<li>Conveyor Support Towers</li>';
		$response = $response+'<li>Stair Towers</li>';
		$response = $response+'<li>Piping Support Towers</li>';
		$response = $response+'<li>Equipment and Tank Support Towers</li>';
		$response = $response+'</ul>';
		document.getElementById('updateArea').innerHTML= $response;
	}
	
}