<!--
function search(theForm){
if(theForm.searchword.value.length < 3){
  alert("Please, Input more than three characters!");
  theForm.searchword.focus();
  return false;}
else{
  var strurl = "";
  if(theForm.searchclass.value == "0"){
    strurl = "/Datasheet/M-";}
        if(theForm.searchclass.value == "1"){
            strurl = "/Datasheet/I-";}
        if(theForm.searchclass.value == "2"){
            strurl = "/Datasheet/S-";}
        if(theForm.searchclass.value == "3"){
            strurl = "/Datasheet/E-";}
        theForm.action=strurl + theForm.searchword.value + ".aspx";
        return true;}}
function search1(theForm){
if(theForm.searchdescription.value.length < 3){
  alert("Please, Input more than three characters!");
  theForm.searchdescription.focus();
  return false;}
else{
  var strurl = "/Datasheet/D-";
  theForm.action=strurl + theForm.searchdescription.value + ".aspx";
  return true;}}
function addbookmark(){
window.external.AddFavorite("http://www.ic-datasheet-pdf.com","ic-datasheet-pdf.com - Electronic Component Research Database")}
function cnaddbookmark(){
window.external.AddFavorite("http://www.ic-datasheet-pdf.com","ic-datasheet-pdf.com - 免费电子元器件数据手册查询系统")}
//-->
