// JavaScript Document

<!--
function helpwindow(popup,Height)
  { 
   helpWindow = window.open(popup,"helpWin","toolbar=no,scrollbars=yes,location=no,width=690,height=560"); 
  }
//-->

 <!--

  function CJF(f)
  {
   
    var target = new String();

	if (f.in_category[f.in_category.selectedIndex].value == "_XHTSX_")
	{
	 // Intercept

     //alert("HTSEARCH INVOKED");

     target = "http://www.mpartworks.com/cgi-bin/htsearch.cgi?words=" + f.substring.value;

     // alert(target);

     f.action = target;
     f.words.value = f.substring.value;

	 f.submit();

    }
   
   return true;
  }

 // -->

<!--
function validate_required(field,alerttxt)
	{
	with (field)
	{
	if (value==null||value=="")
	  {alert(alerttxt);return false;}
	else {return true}
	}
	}
	function validate_form(thisform)
	{
	with (thisform)
	{
	if (validate_required(email,"Email must be filled out!")==false)
	  {email.focus();return false;}
	}
}
 // -->
 