function init() {
	var href = window.location.href;
	var keyValuePairs = href.substring(href.indexOf('?')+1, href.length);
	var queryString = new Querystring(keyValuePairs);
	var sel = queryString.get('sel');
	if (sel == null) 
		sel="";
   
   	if (sel == 'industrialElbowsAndReturns')
   		industrialElbowsAndReturns();   
   	else if (sel == 'industrialTeesAndReducers')
   		industrialTeesAndReducers(); 
   	else if (sel == 'industrialCapsAndStubEnds')
   		industrialCapsAndStubEnds();    
   	else if (sel == 'industrialDimensionalTolerances')
   		industrialDimensionalTolerances();   
   	else if (sel == 'industrialClass150Flanges')
   		industrialClass150Flanges();   
   	else if (sel == 'industrialClass300Flanges')
   		industrialClass300Flanges();  
   	else if (sel == 'industrialClass150ThreadedFittings')
   		industrialClass150ThreadedFittings();  
   	else if (sel == 'industrialClass150And3000WeldUnions')
   		industrialClass150And3000WeldUnions();  
   	else if (sel == 'industrialStainlessSteelThreadedFittings')
   		industrialStainlessSteelThreadedFittings();  
   	else if (sel == 'industrialStainlessSteelSocketWeldFittings')
   		industrialStainlessSteelSocketWeldFittings();  
   	else if (sel == 'industrialPipePressure')
   		industrialPipePressure();  
   	else if (sel == 'industrialTubingPressures')
   		industrialTubingPressures(); 
   	else if (sel == 'industrialPipeDimensionsAndWeight')
   		industrialPipeDimensionsAndWeight();      
   	else if (sel == 'highPurityBpeAwfFittings')
   		highPurityBpeAwfFittings();     
   	else if (sel == 'highPurityHygienicClampFittings')
   		highPurityHygienicClampFittings();   
   	else if (sel == 'highPurityClampFittings')
   		highPurityClampFittings();   
   	else if (sel == 'highPurityClampData')
   		highPurityClampData();  
   	else if (sel == 'highPurityMachinedConcs')
   		highPurityMachinedConcs();  
    else if (sel == 'highPurityFittings')
    	highPurityFittings();
    else if (sel == 'hoseProductsPlatinumCuredSiliconeHose')
    	hoseProductsPlatinumCuredSiliconeHose();
    else if (sel == 'hoseProductsWireReinforcedSiliconeHose')
    	hoseProductsWireReinforcedSiliconeHose();
    else if (sel == 'hoseProductsEPDMFoodAndBeverageHose')
    	hoseProductsEPDMFoodAndBeverageHose();
    else if (sel == 'hoseProductsSiliconePumpTubing')
    	hoseProductsSiliconePumpTubing();
    else if (sel == 'hoseProductsPlatinumCuredSiliconeTubing')
    	hoseProductsPlatinumCuredSiliconeTubing();
    else if (sel == 'hoseProductsRubberCoveredFEPHose')
    	hoseProductsRubberCoveredFEPHose();
    else if (sel == 'hoseProductsHoseIdentificationSolutions')
    	hoseProductsHoseIdentificationSolutions();
    else if (sel == 'hoseProductsFillAssemblies')
    	hoseProductsFillAssemblies();
    else if (sel == 'hoseProductsRFIDTag')
    	hoseProductsRFIDTag();
    else if (sel == 'hoseProductsHoseTrack')
    	hoseProductsHoseTrack();
    else if (sel == 'hoseProductsPTFEHose')
    	hoseProductsPTFEHose();
    else if (sel == 'hoseGeneralHoseProductOffering')
    	hoseGeneralHoseProductOffering();
    else if (sel == 'hoseProductsSanitaryTriClampSizingGuide')
    	hoseProductsSanitaryTriClampSizingGuide();     	    	    	 
    else
        industrialElbowsAndReturns();
} 
	                    	                                					
function highPurityFittings() {
    var content = "";
    content += "<b>HIGH PURITY - Pharmaceutical and Bio-Tech Fittings</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>262 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/highPurity/fittings.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
}

function highPurityBpeAwfFittings() {
    var content = "";
    content += "<b>HIGH PURITY - BPE AWF Fittings</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>667 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/highPurity/bpeAwfFittings.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
}

function highPurityHygienicClampFittings() {
    var content = "";
    content += "<b>VHygienic Clamp Fittings</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>77 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/highPurity/hygienicClampFittings.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
}

function highPurityClampFittings() {
    var content = "";
    content += "<b>HIGH PURITY - Clamp Fittings</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>230 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/highPurity/clampFittings.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
}

function highPurityInlineStrainerAndFilters() {
    var content = "";
    content += "<b>HIGH PURITY - Inline Strainer and Filters</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>198 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/highPurity/inlineStrainerAndFilters.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
}

function highPurityClampData() {
    var content = "";
    content += "<b>HIGH PURITY - Clamp Data</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>184 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/highPurity/clampData.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
}

function highPurityMachinedConcs() {
    var content = "";
    content += "<b>HIGH PURITY - Machined Concs</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>154 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/highPurity/machinedConcs.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
}
                    					
function industrialElbowsAndReturns() {
    var content = "";
    content += "<b>INDUSTRIAL - Elbows and Returns</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>143 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/elbowsAndReturns.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
} 

function industrialTeesAndReducers() {
    var content = "";
    content += "<b>INDUSTRIAL - Tees and Reducers</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>180 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/teesAndReducers.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
} 

function industrialCapsAndStubEnds() {
    var content = "";
    content += "<b>INDUSTRIAL - Caps and Stub Ends</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>133 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/capsAndStubEnds.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
} 

function industrialDimensionalTolerances() {
    var content = "";
    content += "<b>INDUSTRIAL - Dimensional Tolerances for Fittings</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>41 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/dimensionalTolerances.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
} 

function industrialClass150Flanges() {
    var content = "";
    content += "<b>INDUSTRIAL - Class 150 Flanges</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>185 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/class150Flanges.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
} 

function industrialClass300Flanges() {
    var content = "";
    content += "<b>INDUSTRIAL - Class 300 Flanges</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>164 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/class300Flanges.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
} 

function industrialClass150ThreadedFittings() {
    var content = "";
    content += "<b>INDUSTRIAL - Class 150 Threaded Fittings</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>326 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/class150ThreadedFittings.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
} 

function industrialClass150And3000WeldUnions() {
    var content = "";
    content += "<b>INDUSTRIAL - Class 150 and 3000 Threaded and Socket Weld Unions</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>140 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/class150And3000WeldUnions.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
} 

function industrialStainlessSteelThreadedFittings() {
    var content = "";
    content += "<b>INDUSTRIAL - Stainless Steel Threaded Fittings</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>394 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/stainlessSteelThreadedFittings.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
} 

function industrialStainlessSteelSocketWeldFittings() {
    var content = "";
    content += "<b>INDUSTRIAL - Stainless Steel Socket Weld Fittings</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>651 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/stainlessSteelSocketWeldFittings.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
} 

function industrialPipePressure() {
    var content = "";
    content += "<b>INDUSTRIAL - Pipe-Theoretical Bursting and Collapsing Pressures</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>138 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/pipePressures.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
} 

function industrialTubingPressures() {
    var content = "";
    content += "<b>INDUSTRIAL - Tubing-Theoretical Bursting and Collapsing Pressures</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>247 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/tubingPressures.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
} 

function industrialPipeDimensionsAndWeight() {
    var content = "";
    content += "<b>INDUSTRIAL - Dimensions and Weights of Seamless and Welded Stainless Steel Pipe</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>204 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/industrial/pipeDimensionsAndWeight.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content;    
}               

function hoseProductsPlatinumCuredSiliconeHose() {
    var content = "";
    content += "<b>HOSE PRODUCTS - Platinum Cured Silicone Hose</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>211 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/platinumCuredSiliconeHose.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}

function hoseProductsWireReinforcedSiliconeHose() {
    var content = "";
    content += "<b>HOSE PRODUCTS - Wire Reinforced Silicone Hose</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>288 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/wireReinforcedSiliconeHose.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}


function hoseProductsEPDMFoodAndBeverageHose() {
    var content = "";
    content += "<b>HOSE PRODUCTS - EPDM Food And Beverage Hose</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>233 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/epdmFoodAndBeverageHose.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}


function hoseProductsSiliconePumpTubing() {
    var content = "";
    content += "<b>HOSE PRODUCTS - Silicone Pump Tubing</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>240 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/siliconePumpTubing.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}


function hoseProductsPlatinumCuredSiliconeTubing() {
    var content = "";
    content += "<b>HOSE PRODUCTS - Platinum Cured Silicone Tubing</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>254 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/platinumCuredSiliconeTubing.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}


function hoseProductsRubberCoveredFEPHose() {
    var content = "";
    content += "<b>HOSE PRODUCTS - Rubber Covered FEP Hose</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>300 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/rubberCoveredFEPHose.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}


function hoseProductsHoseIdentificationSolutions() {
    var content = "";
    content += "<b>HOSE PRODUCTS - Hose Identification Solutions</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>312 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/hoseIdentificationSolutions.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}


function hoseProductsFillAssemblies() {
    var content = "";
    content += "<b>HOSE PRODUCTS - Fill Assemblies</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>359 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/fillAssemblies.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}


function hoseProductsRFIDTag() {
    var content = "";
    content += "<b>HOSE PRODUCTS - RFID Tag</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>458 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/fillAssemblies.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}


function hoseProductsHoseTrack() {
    var content = "";
    content += "<b>HOSE PRODUCTS - Hose Track</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>676 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/hoseTrack.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}


function hoseProductsPTFEHose() {
    var content = "";
    content += "<b>HOSE PRODUCTS - PTFE Hose</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>761 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/ptfeHose.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}


function hoseGeneralHoseProductOffering() {
    var content = "";
    content += "<b>HOSE PRODUCTS - General Hose Product Offering</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>1,185 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/sanitaryFittingsProducts.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}


function hoseProductsSanitaryTriClampSizingGuide() {
    var content = "";
    content += "<b>HOSE PRODUCTS - Sanitary Tri Clamp Sizing Guide</b><br><br style='line-height:1'>";
    content += "<table border='1' cellspacing='0' cellpadding='4' bgcolor='white' width='300'>";
    content += "<tr bgcolor='lightGrey' height='25'><td><b>Format</b></td><td><b>Size</b></td><td><b>Link</b></td></tr>";
    content += "<tr><td>Adobe</td><td>476 KB</td><td><img src='images/adobe.png'>&nbsp;<a href='document/hoseProducts/sanitaryTriClampSizingGuide.pdf'>Download</a></td></tr>";
    content += "</table><br style='line-height:.5'>";
    content += "<a href='http://www.adobe.com/products/acrobat/readstep2.html'><img style='border:none' src='images/adobeReader.png'/></a><br><br>"
    document.getElementById("contentDetail").innerHTML = content; 
}
