function sfooter(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>Garantía del Producto</b></font><br><hr>"+
                "<font color=#000000 size=1>"+
				"Las recomendaciones y sugerencias dadas en este reporte son hechas con "+
				"ninguna representación o garantía, y serán representadas por la propia "+
				"investigación y verificación del comprador. Los productos mencionados se "+
				"venden sin garantía, expresa o implícita, bajo la ley o de hecho y sujeto a las "+
				"condiciones que el comprador hace en sus propias pruebas, para determinar la "+
				"aplicabilidad de tales productos a sus propositos específicos. La única "+
				"responsabilidad del fabricante será reemplazar la porción de producto de este "+
				"fabricante que se pruebe ser defectuosa. Los fabricantes no tendrán "+
				"responsabilidad ante el comprador o con cualquier otra tercera persona, por "+
				"daños físicos o materiales y pérdidas, directa o indirectamente, como resultado "+
				"del uso o de ineptitud del uso del producto. Los usuarios podrán considerar "+
				"estos datos únicamente como un suplemento a otra información obtenida por "+
				"ellos y deben hacer determinaciones independientes de aplicabilidad e "+
				"integridad de la información de todos los origenes para asegurar el uso "+
				"apropiado de estos materiales, para la seguridad y salud de empleados y "+
				"clientes."+
				"</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=="sflexdata")
		{
			text=text + "<font color=#000000 size=1>Rev. 102002</font>"
		}
		if(linkname=="scombidata")
		{
			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=="sflexmsds")
		{
			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);
	}