<!--
pathis=location.pathname;
new_array=pathis.split("/");
var arrlen = new_array.length-1
filename1=new_array[arrlen]; // 4 is a guess, try others

document.write("              <table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%'>");
document.write("                <tr>");
document.write("                  <td valign='top'><img border='0' src='images/part-home.gif' width='132' height='31'><a href='default.htm'><img border='0' src='images/bt-home.gif' class='domroll images/bt-home-mo.gif' width='91' height='31'></a></td>");
document.write("                </tr>");
document.write("                <tr>");
if (filename1 == "lipbalm-jar.htm")
{
document.write("                  <td>");
document.write("                  <img border='0' src='images/bt-lip-balmjar-mo.gif' width='100' height='73'><img border='0' src='images/part-jar.gif' width='123' height='73'></td>");
}
else
{
document.write("                  <td>");
document.write("                  <a href='lipbalm-jar.htm'>");
document.write("                  <img border='0' src='images/bt-lip-balmjar.gif' class='domroll images/bt-lip-balmjar-mo.gif' width='100' height='73'></a><img border='0' src='images/part-jar.gif' width='123' height='73'></td>");
}
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td width='100%'>");
document.write("                  <img border='0' src='images/bt-space1.gif' width='223' height='29'></td>");
document.write("                </tr>");
document.write("                <tr>");
if (filename1 == "lipbalm-stick.htm")
{
document.write("                  <td width='100%'>");
document.write("                  <img border='0' src='images/part-stick.gif' width='94' height='67'><img border='0' src='images/bt-lip-balmstick-mo.gif' width='129' height='67'></td>");
}
else
{
document.write("                  <td width='100%'>");
document.write("                  <img border='0' src='images/part-stick.gif' width='94' height='67'><a href='lipbalm-stick.htm'><img border='0' src='images/bt-lip-balmstick.gif' class='domroll images/bt-lip-balmstick-mo.gif' width='129' height='67'></a></td>");
}
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td width='100%'>");
document.write("                  <img border='0' src='images/bt-space2.gif' width='223' height='26'></td>");
document.write("                </tr>");
document.write("                <tr>");
if (filename1 == "enquiry.htm")
{
document.write("                  <td width='100%'>");
document.write("                  <img border='0' src='images/bt-enquiry-mo.gif' width='93' height='45'><img border='0' src='images/part-enquiry.gif' width='130' height='45'></td>");
}
else
{
document.write("                  <td width='100%'>");
document.write("                  <a href='enquiry.htm'>");
document.write("                  <img border='0' src='images/bt-enquiry.gif' class='domroll images/bt-enquiry-mo.gif' width='93' height='45'></a><img border='0' src='images/part-enquiry.gif' width='130' height='45'></td>");
}
document.write("                </tr>");
document.write("                <tr>");
if (filename1 == "aboutus.htm")
{
document.write("                  <td width='100%'>");
document.write("                  <img border='0' src='images/part-aboutus.gif' width='112' height='54'><img border='0' src='images/bt-aboutus-mo.gif' class='domroll images/bt-aboutus-mo.gif' width='111' height='54'></td>");
}
else
{
document.write("                  <td width='100%'>");
document.write("                  <img border='0' src='images/part-aboutus.gif' width='112' height='54'><a href='aboutus.htm'><img border='0' src='images/bt-aboutus.gif' class='domroll images/bt-aboutus-mo.gif' width='111' height='54'></a></td>");
}
document.write("                </tr>");
document.write("                <tr>");
document.write("                  <td width='100%'>");
document.write("                  <img border='0' src='images/bt-space3.gif' width='223' height='29'></td>");
document.write("                </tr>");
document.write("                <tr>");
if (filename1 == "contactus.htm")
{
document.write("                  <td width='100%'>");
document.write("                  <img border='0' src='images/bt-contactus-mo.gif' width='131' height='34'></a><img border='0' src='images/part-contactus.gif' width='92' height='34'></td>");
}
else
{
document.write("                  <td width='100%'>");
document.write("                  <a href='contactus.htm'>");
document.write("                  <img border='0' src='images/bt-contactus.gif' class='domroll images/bt-contactus-mo.gif' width='131' height='34'></a><img border='0' src='images/part-contactus.gif' width='92' height='34'></td>");
}
document.write("                </tr>");
document.write("              </table>");

//-->