/* ------------------------------------------------------------------------ */
/* ------------------------- Random Generator ----------------------------- */
/* ------------------------------------------------------------------------ */
function generateFeaturePdts(){
	var pdts = new Array()
	pdts[0] = 'featurePdts_01();'
	pdts[1] = 'featurePdts_02();'
	pdts[2] = 'featurePdts_03();'
	pdts[3] = 'featurePdts_04();'
	pdts[4] = 'featurePdts_05();'
	var j = 0
	var p = pdts.length;
	var preBuffer = new Array()
	for (i = 0; i < p; i++){
   		preBuffer[i] = new Image()
   		preBuffer[i].src = pdts[i]
	}
	var whichPdts = Math.round(Math.random()*(p-1));
		document.write('<script type="text/javascript">'+pdts[whichPdts]+'</script>');
}
/* ------------------------------------------------------------------------ */
/* ------------------- Featured Products / Services ----------------------- */
/* ------------------------------------------------------------------------ */
function featurePdts_01() 
{
	document.write('<h2>Piping System</h2>\n')
	document.write('<p><img src="images/featuredSvcs_piping.jpg" width="100" height="100" class="featuredSvcs-img" />We provide a variety of Piping services such as the fabrication and installation of all types of Piping. This includes, amongst others, cryogenic, high pressure super duplex, high pressure duplex, 316 stainless steel and carbon steel pipes ...<a href="pdts_piping.html"><img src="images/but_more.gif" border="0" class="butMore-indexPage" /></a></p>\n')
}
function featurePdts_02() 
{
	document.write('<h2>Charged Air Coolers</h2>\n')
	document.write('<p><img src="images/featuredSvcs_airCoolers.jpg" width="100" height="100" class="featuredSvcs-img" />We provide the following services with regard to air coolers: cleaning, servicing, designing, re-conditioning, re-engineering, fabrication and manufacturing ...<a href="pdts_chargeAir.html"><img src="images/but_more.gif" border="0" class="butMore-indexPage" /></a></p>\n')
}
function featurePdts_03() 
{
	document.write('<h2>Shell and Tube Heat Exchanger</h2>\n')
	document.write('<p><img src="images/featuredSvcs_shellNtube.jpg" width="100" height="100" class="featuredSvcs-img" />We service and fabricate shell & tube heat exchangers, enabling these products to achieve maximum heat transfer and increasing their lifespans. The services that we provide include restoration, servicing, ...<a href="pdts_shellAndtube.html"><img src="images/but_more.gif" border="0" class="butMore-indexPage" /></a></p>\n')
}
function featurePdts_04() 
{
	document.write('<h2>Plate Heat Exchanger</h2>\n')
	document.write('<p><img src="images/featuredSvcs_plateHeatExch.jpg" width="100" height="100" class="featuredSvcs-img" />We provide a full servicing process for plate heat exchangers via chemical cleaning, high pressure plate washing, UV crack detection, re-gasketing and oven-curing, supply of gaskets and spares, as well as assembly and testing, installation  ...<a href="services_plateHeatExchanger.html"><img src="images/but_more.gif" border="0" class="butMore-indexPage" /></a></p>\n')
}
function featurePdts_05() 
{
	document.write('<h2>Pressure Vessels</h2>\n')
	document.write('<p><img src="images/featuredSvcs_pressVessels.jpg" width="100" height="100" class="featuredSvcs-img" />Pressure vessels, we have also designing and supplying at any sizes, which, built and tested in accordance with ASME Section VIII Div 1. We are also ASME ‘U’ stamp and National Board ‘R’ stamp certified fabricator ...<a href="pdts_pressureVessel.html"><img src="images/but_more.gif" border="0" class="butMore-indexPage" /></a></p>\n')
}
