    Titles=[ "Sliver Knitting Machines &",
             "High Speed Braiders."];
  
    var nCols = 1;		// Number of columns in the tables
    var bgColor = "006400";	// Pop-up table background color
    var fgColor = "White";	// Pop-up table text color
    Text = new Array(2);	// Array of arrays of pop-up table data
//
//       Models		Bold
//       -----------	----
    Text[0] = new Array(
		"Sliver Knitters",
		"SK-18",
		"SK-18J",
		"PIC-III");
    Text[1] = new Array(
		"High Speed Braiders",
		"MR11 16",
		"MR11 20",
		"MR11 24",
                "MR11 36",
                "MR15 24",  
		"MR15 36");

function eShow(name)
{
    document.all(name).style.display = "inline";
}
function eHide(name)
{
    document.all(name).style.display = "none";
}
