var filler = '<h1>Composite Clubs</h1>\n<table>\n<tr>\n<td>';
 filler += '<h2>Engineering Features for European and Phatboyz Clubs</h2>\n';
 filler += '<img src="images/MainEuro.gif" alt="" style="float: right;" />\n';
 filler += '<b>Precision Molded Body</b><br />\n';
 filler += 'Precision molded and machined to high tolerances--body weight within a few grams and dimensions (including roundness) within high tolerances.<p />\n';
 filler += '<b>Light Weight</b><br />\n';
 filler += 'Assembled with a light weight body and dowel.<p />\n';
 filler += '<b>Soft Handle</b><br />\n';
 filler += 'A polyethylene handle has been spiral wrapped creating an airspace between it and the dowel. This construction allows the handle to flex giving the handle a softer feel.<p />\n';
 filler += '<b>Body Colors and Finish</b><br />\n';
 filler += 'The white and black colors are fully saturated and opaque. The mold was made to produce parts with a fine gloss finish.<p />\n';
 filler += '<b>Engineering Materials</b><br />\n';
 filler += 'Various types and blends of polyethylene were evaluated for durability and flexibility. We have chosen a custom blend with an optimal combination of properties.<p />\n';
 filler += '<b>Tape Tabs for Handle Decorations</b><br />\n';
 filler += 'We use custom-made tape tabs to hold the handles in place more securely. In the past we have used staples to hold the handle decorations in place. With heavy use, the handle decoration may shift or twist slightly. Also, staples can work their way out, tearing etc. We have found tape tabs to be extremely strong and superior to staples.<p />\n';
 filler += '<b>Stainless Steel Hardware</b><br />\n';
 filler += 'We are still using our time-tested method of affixing each knob with an adhesive, a screw and a custom-made concave washer. Screw and washer are stainless steel to minimize any corrosion.<p />\n';
 filler += '</td></tr>\n</table>\n';
 filler += '<a href="#" onclick="return hidexpop();">';
 filler += '<img src="../images/close_button.gif" alt="close" /></a>\n';

function popEngine()
{ var newdiv = document.createElement("div");
  document.getElementById("xpop").innerHTML = "";
  newdiv.innerHTML = filler;
  var container = document.getElementById("xpop");
  container.appendChild(newdiv);
  document.getElementById("xpop").style.display = "block";
  return false; }

