<!-- Begin

var	showsearch	= "yes"		// SHOW SEARCH BOX

   if (showsearch == "yes") {

document.write('<form action="http://www.dtsemi.com/partsearch.htm" target="_parent" class="formmargin">');

document.write('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext"><tr><td valign="top">');

document.write('<input name="search" type="text" size="15" class="searchsiteform">');

document.write('</td><td valign="top">');

document.write('<INPUT TYPE="image" SRC="picts/search-off.gif" width="32" height="27" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Search"><br>')

document.write('</td></tr></TABLE>');

document.write('</form>');

}

//  End -->
