<!--
/*

File: 13script.js

Abstract: JavaScript for 13threads website

created by: RML

Version: 1.0.0

*/
//-->


// open a new window for product description.

function openPopWindow(theURL,winName,features)
{
  window.open(theURL,winName,features);
}




