var scdt
var aft
var ct
var ift
var fskft
var asjft

function scdt()
{
document.getElementById("details").innerHTML = "<b>SILVER CLOTH DUCT TAPE</b>" +
"<br>Ideally suited for sealing duct joints in heating and air conditioning systems. This high quality, economically priced, polyethylenecoated, cotton cloth tape combines high tensile strength with excellent adhesion for easy application and improve efficiency. Water and tear resistant. This is an extremely versatile product that can also be used for automotive repairs as well as many home and workshop applications.";
};

function aft()
{
document.getElementById("details").innerHTML = "<b>ALUMINUM FOIL TAPE</b><br>" +
"Developed especially for seaming fiberglass duct board joints, the dead-soft aluminum backing conforms easily to surface irregularities for a wrinkle-free application. Once installed, it will hold securely at temperatures below freezing" +
"<br><br><a href='javascript:popLink(\"aft.htm\")'>Click Here for Techinical Specifications</a>";
};

function ct()
{
document.getElementById("details").innerHTML = "<b>CORK TAPE</b><br>" +
"Made from select grades of virgin cork and synthetic elastomers so it will not harden or shrink, this insulation tape prevents condensation and eliminates sweating. Self adhesive and easy to apply, it bonds to commercially clean rubber, metal, glass, plastic or painted surfaces. Non-odorous, non-toxic and may be painted. For cold or hot applications."; 
};

function ift()
{
document.getElementById("details").innerHTML = "<b>INSUL-FOAM TAPE</b><br>" +
"This tape is a lightweight, closed-cell, black foam tape with excellent insulating properties. It is designed to eliminate sweating and gives a neat professional appearance on cold water pipes. Individually packaged in an attractive box." +
"<br><br><a href='javascript:popLink(\"ift.htm\")'>Click Here for Techinical Specifications</a>";
};

function fskft()
{
document.getElementById("details").innerHTML = "<b>FSK FACING TAPE</b><br>" +
"An aluminum foil and fiberglass skrim laminated tape designed for sealing seams when skrim-reinforced, foil-faced duct insulation is being used. The skrim blends with the primary facing to give a strong, finished look. This high-quality reinforced foil tape has become the accepted standard by contractors worldwide." +
"<br><br><a href='javascript:popLink(\"fskft.htm\")'>Click Here for Techinical Specifications</a>";
};

function asjft()
{
document.getElementById("details").innerHTML = "<b>ASJ FACING TAPE</b><br>" +
"White kraft, laminated fiberglass, skrim foil-backed tape specifically used to seal the seams of matching ASJ (all service jacketing) facing, and reinforce duct and piping systems. Flame retardant." +
"<br><br><a href='javascript:popLink(\"asjft.htm\")'>Click Here for Techinical Specifications</a>";
};