function efooter(linkname)
{
text=""
text="</tr>"+
            "<tr>"+
                "<td valign=top colspan=3>&nbsp;</td>"+
            "</tr>"+
            "<tr>"+
                "<td valign=top colspan=3>&nbsp;</td>"+
            "</tr>"+
            "<tr>"+
                "<td colspan=7 cellpadding=0 cellspacing=0>"+
				"<font color=#0000FF size=3 face='Verdana'><b>Product Warranty</b></font><br><hr>"+
                "<font color=#000000 size=1>"+
				"The recommendations and suggestions given in this report are made without any representation "+
				"or warranty, as they are represented for your own investigation and verification.  "+
				"Products discussed are sold without warranty, expressed or implied, in law or fact and upon "+
				"the condition that purchasers make their own tests to determine the suitability of such "+
				"products for their particular purposes.  Manufacturer's sole responsibility shall be to "+
				"replace that portion of the product of this manufacturer, which proves to be defective.  "+
				"Manufacturers will not be liable to the buyer or any third person for any injury, loss or "+
				"damage directly or indirectly resulting from use of or inability to use the product.  Users "+
				"should consider this data only as a supplement to other information gathered by them and must "+
				"make independent determinations of suitability and completeness of information from all sources "+
				"to assure proper use and disposal of these materials and the safety and health of employees and "+
				"customers."+
				"</font>"+
                "</td>"+
            "</tr>"+
        "</table>"+
        "</td>"+
        "<td>"+
		"<img src='/images/1pxtrans.gif' width=1 height=345></td>"+
    "</tr>"+
"<!--Footer-->"+
    "<tr>"+
        "<td valign=bottom><hr size=1 noshade>"+
        "<p><br>"
		if(linkname=="Rdata")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="SRdata")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="Flexdata")
		{
			text=text + "<font color=#000000 size=1>Rev. 102002</font>"
		}
		if(linkname=="Combidata")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="SealantData")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="GelHFData")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="GelHFMsds")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="GELHFaccMsds")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="GELHFaccWMsds")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="SealantMData")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="SealantMMsds")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="SealantMsds")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="Combimsds")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="Flexaccmsds")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="Flexmsds")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="Flextube")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="Oakum")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="Racmsds")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="SRmsds")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		if(linkname=="Toolcleanser")
		{
			text=text + "<font color=#000000 size=1>Rev. 041999</font>"
		}
		text=text + "<br>"+
        "<a href=''><font color=#000000 size=1 face='Verdana, Arial, Helvetica'>"+
		"© 2000 PYCOSA Chemicals, Inc. All rights reserved.</font></a><br>"+
        "<img src='/images/1pxtrans.gif' width=1 height=10><br>"+
        "</p>"+
        "</td>"+
        "<td>"+
		"<img src='/images/1pxtrans.gif' width=1 height=1>"+
		"</td>"+
    "</tr>"+
"</table>"
document.write(text);
	}