
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- <!doctype html> -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<link rel="canonical" href="https://www.es.co.th/" />
	<title>บริษัท อีเลคทรอนิคส์ ซอร์ซ จำกัด</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta name="description" content="Electronics Source Co.,Ltd. is a well-established local Thai company since 1985. The company start business from retail shop with 5 staffs in Banmoh area. From small business, the company has continued growth, until now company has more than 165 staffs and sale revenue about USD 30M.Over 30 years of experience, the company is well known as good business track records in electronic industries. We are trusted and proven by over 300 long term relationship customers to supply material for production. We supply products with good quality from world class manufacturer together with after-sell service support." />
	<meta name="keywords" content="อีเลคทรอนิคส์ ซอร์ซ จำกัด, วงจรรวมหรือไอซี, Electronicsource, Electronic Source, Electronic Component Distributor, Buy electronic components, Datasheets, Resistor, Capacitor, IC, Integrated Circuit, Active, Passive, Electromechanical, Transistor, Diode, Crystal, Connector, Relay, LED, LCD, SMT, Switch, Inductor, Coil, Filter, Microprocessor, Socket, Semiconductor, Oscillator, Audio, Buzzer, Microphone, Speakers, Potentiometer, Thermistor, ZNR, Wire, Cable, Prototyping, Tools, Solder, Test Equipment, Battery, Fuse, Fan, Transformer, Power Supply, Optoelectronic, Laser, Display" />

    <!-- For Menu Bar and Left Menu (แบบ Ali)-->
    <link href="css/menubar.css?v=2" rel="stylesheet" type="text/css" />
    <link href="css/hm-leftmenu.css?v=2" rel="stylesheet" type="text/css" />
    <link href="css/layout.css?v=5" media="screen" rel="stylesheet" type="text/css" />
	<link href="css/vp-style.css" rel="stylesheet" type="text/css" />
    <link href="css/login.css" rel="stylesheet" type="text/css" />
    
	<!-- ES Favicon -->
	<link rel="icon" href="/es_favicon.ico?v=5" type="image/x-icon" />
	<link rel="shortcut icon" href="/es_favicon.ico?v=5" type="image/x-icon" />
	
	<!-- Begin: For search, about us, forgot password-->
	<link href="style/my_style.css" rel="stylesheet" type="text/css" />
	<link href="style/new-web.css" rel="stylesheet" type="text/css" />
	
	<!-- Begin: For mfr-vp -->
	<link rel="stylesheet" href="Standard/css/global.css" />
		
	<!-- Beginning of compulsory code below ***เอาออก(For Menu Bar)***-->

    <!-- ============= (1) Begin: CSS,link,script (MC) ** เนเธเน IE 11 ** ============== -->
    <link href="css/autocomplete/jquery-ui.css" media="screen" rel="stylesheet" type="text/css"/>
    <script type="text/javascript" src="js/autocomplete/jquery-1.8.3.js"></script>
    <script type="text/javascript" src="js/autocomplete/jquery-ui.js"></script>
    <!-- ============================================================== -->

	<!-- Begin: For HL -->
	<script type="text/javascript" src="js/jquery.js"></script>

    <!--## ES-WL-->
    <script type="text/javascript" src="js/es-wishlist.js"></script>
    <script type="text/javascript" src="js/js.cookie-2.0.0.min.js"></script>

    
    <style type="text/css">        
        @media screen and (min-width: 1100px) {
          .scrollable-menu {
                height: auto;
                max-height: 400px;
                overflow-y: scroll;
                overflow-x: hidden;
                z-index: 1;
            }
        }
        
        /* The Modal (background) */
        .cookiemodal {
          display: block; /* Hidden by default */
          position: fixed; /* Stay in place */
          z-index: 511; /* Sit on top */
          padding-bottom: 10px; /* Location of the box */
          left: 20px;
          bottom: 20px;
          width: 380px; /* Full width */
          height: 230px; /* Full height */
          /*background-color: #222222;*/
          border-radius: 10px;
          border: 1px solid #FFFFFF;
          background-color: rgb(0,0,0); /* Fallback color */
          /*background-color: rgba(0,0,0,0.8);*/ /* Black w/ opacity */
          background-color: #5f5f5f;
        }

        /* Modal Content */
        .cookiemodal-content {
          background-color: transparent;
          margin: 30px 20px 10px 20px;
          border: 0px solid #888;
          width: 350px;
          min-height: 200px;
        }        
        .cookiemodal-content p {
          color: #FFFFFF;
          font-size: 14px;
          line-height: 1.6;
        }        
        .cookiemodal-content a.cookie-notice-msg {
          color: #FFFFFF;
          font-size: 12px;
          text-decoration: underline;
        }
        .cookiemodal-content .acceptbtn 
        {
            margin-top: 20px;
          text-align: center
        }
        .cookiemodal-content .acceptbtn button {
          width: 100px;
          height: 30px;
          color: #FFFFFF;
          background-color: transparent;
          border: 1px solid #FFFFFF;
          cursor: pointer;
        }

        /* The Close Button */
        .close {
          color: #aaaaaa;
          float: right;
          font-size: 28px;
          font-weight: bold;
        }

        .close:hover,
        .close:focus {
          color: #000;
          text-decoration: none;
          cursor: pointer;
        }
    </style>
    <!-- ============= Begin: Wrapper Menu Images ============== -->
    <script language="javascript" type="text/javascript">
        // Get the modal
        var cookieacceptmodal = document.getElementById("cookieAccept");

        // Get the <span> element that closes the modal
        //var span = document.getElementsByClassName("close")[0];

        // When the user clicks on <span> (x), close the modal
        //span.onclick = function () {
        //    cookieacceptmodal.style.display = "none";
        //}

        // When the user clicks anywhere outside of the modal, close it
        //window.onclick = function (event) {
        //    if (event.target == modal) {
        //        cookieacceptmodal.style.display = "none";
        //    }
        //}

        $(document).ready(function () {
            // When the user clicks the button, open the modal 
            //btn.onclick = function () {
            //    cookieacceptmodal.style.display = "block";
            //}

            var oWrapperHdrIcons = $('.bhdr-topbox3-myacc a.hdr-iconlink');
            oWrapperHdrIcons.hover(function () {
                var oIcon = $(this).children('img.rightspace20');
                oIcon.attr("src", oIcon.attr("src").replace(".png", "-hover.png"));
            }, function () {
                // rest of code
                var oIcon = $(this).children('img.rightspace20');
                oIcon.attr("src", oIcon.attr("src").replace("-hover.png", ".png"));
            });


            //----------------- Categories menu for search -----------------//
            $('ul.catsearch-submenu').css("visibility", "hidden");

            //+++++++
            $('#nav ul li.catsearch-menu').click(function () {
                //$('li.catsearch-menu').click(function () {
                var catsearch_submenu = $('ul.catsearch-submenu');
                if ($('ul.catsearch-submenu').css('visibility') == 'hidden') {
                    //alert('A_1: Main menu');
                    // ## โชว์เมนูย่อย
                    $('ul.catsearch-submenu').css('visibility', 'visible');

                    $('.catsearch-submenu li').click(function () {
                        // ## แทนที่ Categories ด้วยเมนูย่อยที่เลือก
                        var li_selected_catid = $(this).attr('data-input');
                        var li_selected_catvalue = $(this).attr('li-value');
                        var showcatname = li_selected_catvalue;
                        if (li_selected_catvalue.length > 12) {
                            showcatname = li_selected_catvalue.substring(0, 12) + '...';
                        }
                        $('li.catsearch-menu').find('span.title-dropdown').text(showcatname);

                        // ## แทนที่ข้อความเสร็ข ให้ซ่อนเมนูย่อยทันที
                        $('ul.catsearch-submenu').css('visibility', 'hidden');
                    });
                } else {
                    $('ul.catsearch-submenu').css('visibility', 'hidden');
                }
            });




            //-------- Item count in wishlist --------//
            var wishlistPageload = {};
            wishlistPageload.wshrid = $.trim($('#txtWisherID').val());
            //alert('wishlistPageload.wshrid = ' + wishlistPageload.wshrid);
            wishlistPageload.itmid = '0';
            wishlistPageload.wlaction = 'count';

            $.ajax({
                type: "POST",
                url: 'wishlist-ws.asp',
                data: wishlistPageload,
                dataType: 'JSON',
                success: function (response) {
                    //alert('XXXX : ' + response);
                    var len = response.length;
                    //alert(len);
                    for (var i = 0; i < len; i++) {
                        var wl_action = response[i].action;
                        var wl_success = response[i].success;
                        var itemcount = response[i].itemcount;
                        //+++alert('## DETAIL.ASP (Page loade) ##\nwl_success = ' + wl_success + '\nitemcount = ' + itemcount);

                        //## เก็บจำนวนรายการ wl ลง cookies
                        Cookies.set('wl_itmcnt_ck', itemcount)
                        $('#wlItemCount').html(itemcount);
                    }
                }
            });
            //----------------------------------------//
        });
    </script>


	<!-- ============= Begin: Javascript ============== -->
	<script language="javascript" type="text/javascript">
		var mybrowser = navigator.userAgent;
		
		/* ---------- Sing in ---------- */
		function ChkKeyLogin(Control, SignInRegister){		
			var key;
			key = window.event.keyCode;
			if (key == 13) {
				window.event.keyCode = 0;
				if (Control == "LoginCtrl"){
					/*document.Login.PassMember.focus();*/
					document.getElementById("PassMember").focus();
				}
				else if (Control == "PassCtrl"){
					CheckLogin(SignInRegister);
				}
			}
		}

		function CheckLogin(SignInRegister) {
			Valid = true;
			/* ---------- New ---------- */
			var usrid = document.getElementById("LoginMemberBox");
			var pwd = document.getElementById("PassMemberBox");
			//+alert(usrid.value + ' : ' + pwd.value);
			
			/* Tips: var combo = $find(""); */
			if (usrid.value == ""){
				Valid = false;
				usrid.focus();
			}
			else if (pwd.value == ""){
				Valid = false;
				pwd.focus();
			}
            else {
	            document.getElementById('frmLogin').action = SignInRegister + "?page=index";
	            document.getElementById('frmLogin').submit();
			}
            return Valid;
		}
	 
		/* ---------- Check Email for E-Newsletter sign up ---------- */
		function ChkEmail(){
			valid = true;
			var em = document.enews.email.value;
			if ((document.enews.email.value == "") || (em.indexOf("@")<0)){
						//alert("คุณยังไม่ได้บันทึกข้อมูลช่อง Email Address หรือบันทึกข้อมูลไม่ถูกต้อง");
						alert("Please enter your email address or your email address incorrect.");
						valid = false;
						document.enews.email.focus();
			}
			else {
				window.enews.submit();
			}
			return valid;
		}
		function CancelMail(){
			var em = document.enews.email.value;
			if ((document.enews.email.value == "") || (em.indexOf("@")<0)){
				window.location = "cancelenews.asp";
			}
			else{
				window.location = "cancelenews.asp?email=" + document.enews.email.value;
			}
		}
		function ChangeStyle(str){
		    //mouseover
		    if(str == 'c'){
		        document.getElementById("lnkService").style.cursor = "hand";
		        document.getElementById("lnkService").style.textDecoration = "underline";
		    }
		    //mouseout
		    else{
		        document.getElementById("lnkService").style.cursor = "default";
		        document.getElementById("lnkService").style.textDecoration = "none";
		    }
	    }
		
		
		/* ---------- Begin : HD text search ---------- */
		 function CheckSearch() {
		    Valid = true;
            
            if (localStorage.getItem("Onselect") == "True") {
                Valid = false;
                document.frmSrch.keyword.focus();
                //localStorage.setItem("Onselect","False");
            }
            else {
                var keywordsearch = document.getElementById("keyword").value;

                if (keywordsearch != "") {
                    document.frmSrch.submit();
                }
                else {
                    Valid = false;
                    document.getElementById("keyword").focus();
                }
            }
            return Valid;
        }
		
		function ChkKey(keypressed) {
			var key;
			key = window.event.keyCode;
			if (key == 13) {
				window.event.keyCode = 0;
				CheckSearch();
			}
		}
		/* ---------- End : HD text search ---------- */

		(function (i, s, o, g, r, a, m) {
		    i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
		        (i[r].q = i[r].q || []).push(arguments)
		    }, i[r].l = 1 * new Date(); a = s.createElement(o),
        m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
		})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');

		ga('create', 'UA-31453236-2', 'auto');
		ga('send', 'pageview');


       //--- Auto Complete (MC) ---//
		$(function () {
		    $.ui.autocomplete.prototype._renderItem = function (ul, item) {
		        item.label = item.label.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)(" + $.ui.autocomplete.escapeRegex(this.term) + ")(?![^<>]*>)(?![^&;]+;)", "gi"), "<strong>$1</strong>");
		        return $("<li></li>")
                        .data("item.autocomplete", item)
                        .append("<a>" + item.label + "</a>")
                        .appendTo(ul);
		    };

		    //---------- All Categories: START ----------
		    jQuery("#keyword").autocomplete
			(
				{
				    source: "gethint.asp?catc=",
				    minLength: 1,
				    select: function (event, ui) {
				        var label = ui.item.label; // Description //
				        var value = ui.item.ProductId; // PROD Part No //

				        localStorage.setItem("Onselect", "True");

				        document.frmSrch.keyword.value = value;
				        document.frmSrch.submit();
				    }
				});
		    //---------- All Categories: END ----------

		    //---------- Selected Categories: START ----------
			$("ul[id*=prodgroup] li").click(function () {
				//alert($(this).html()); //gets the innerHTML of clicked li
				//alert($(this).text()); //gets the text contents of clicked li
			    var prodgroupid = $(this).attr('id');
			    var prodgroupvalue = $(this).attr('input');
			    //alert(prodgroupid);
			    document.getElementById("param-prodgroup").value = prodgroupid;
			    document.getElementById("head-prodgroup").innerHTML = prodgroupvalue;

				jQuery("#keyword").autocomplete
				(
					{
					    source: "gethint.asp?catc=" + prodgroupid,
					    minLength: 1,
					    select: function (event, ui) {
					        var label = ui.item.label; // Description //
					        var value = ui.item.ProductId; // PROD Part No //

					        localStorage.setItem("Onselect", "True");

					        document.frmSrch.keyword.value = value;
					        document.frmSrch.submit();
					    }
					}
                );
			});
		    //---------- Selected Categories: START ----------      
		});
	</script>
	<!-- ============= Eng: Javascript ============== -->
</head>


<!-- The Modal -->
<div id="cookieAccept" class="cookiemodal">
  <!-- Modal content -->
  <div class="cookiemodal-content">
    <span onclick="document.getElementById('cookieAccept').style.display='none'" class="close">&times;</span>
    <p>เราใช้คุกกี้ [cookie] เพื่อให้สามารถนำเสนอเนื้อหา สินค้าและบริการที่ตรงกับความสนใจของคุณ เพื่อเพิ่มความพึงพอใจและประสบการณ์การใช้งานเว็บไซต์ที่ดียิ่งขึ้น คุณสามารถศึกษารายละเอียด การใช้คุกกี้ได้ที่</p><a class="cookie-notice-msg" href="cookie-notice.asp">ประกาศการใช้คุกกี้</a>
    <form method="POST">
        <input id="cookieaccept" name="cookieaccept" type="hidden" value="accepted" />
        <input id="cookieacceptdate" name="cookieacceptdate" type="hidden" value="4/19/2026 9:48:43 PM" />
        <div class="acceptbtn"><button type="submit">ยอมรับ</button></div>
    </form>    
  </div>

</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

<script language="javascript" type="text/javascript">
    function CheckUserPass(siginlocation) {
        Valid = true;

        //if (("" == "Y") || ("" > 0) || ("" > 0)) {
        if ("" == "Y") {
            var paramRemember;
            paramRemember = document.getElementById("remember").checked;

            if (siginlocation == "signinpopup") {
                paramLoginMember = document.Service.LoginMember;
                paramPassMember = document.Service.PassMember;            
            
                subfixForSigninBox = "";
            }
            else if (siginlocation == "signinbox") {
                paramLoginMember = document.frmLogin.LoginMemberBox;
                paramPassMember = document.frmLogin.PassMemberBox;

                subfixForSigninBox = "Box";
            }
        
            var msgNoticeLoginMember = document.getElementById("noticeLoginMember" + subfixForSigninBox);
            var msgNoticePwd = document.getElementById("noticePwd" + subfixForSigninBox);
            var msgNoticeLoginMemberPwd = document.getElementById("noticeLoginMemberPwd" + subfixForSigninBox);

            var msgNoticeLoginNotFound = document.getElementById("noticeLoginNotFound" + subfixForSigninBox);
            var msgNoticePwdNotFound = document.getElementById("noticePwdNotFound" + subfixForSigninBox);
            var msgNoticeNotAllow = document.getElementById("noticeNotAllow" + subfixForSigninBox);

            if ((paramLoginMember.value == "") || (paramPassMember.value == "")) {
                if ((paramPassMember.value == "") && (paramLoginMember.value == "")) {
                    msgNoticeLoginMember.innerHTML = "";
                    msgNoticePwd.innerHTML = "";
                    msgNoticeLoginNotFound.innerHTML = "";
                    msgNoticePwdNotFound.innerHTML = "";

                    msgNoticeLoginMemberPwd.innerHTML = "*Please enter username password.";
                
                    Valid = false;
                    paramLoginMember.focus();
                }
                else {
                    if (paramPassMember.value == "") {
                        msgNoticeLoginMember.innerHTML = "";
                        msgNoticeLoginMemberPwd.innerHTML = "";
                        msgNoticeLoginNotFound.innerHTML = "";
                        msgNoticePwdNotFound.innerHTML = "";

                        msgNoticePwd.innerHTML = "Please enter password.";
                        Valid = false;
                        paramPassMember.focus();
                    }
                    else {
                        msgNoticePwd.innerHTML = "";
                        Valid = false;
                    }

                    if (paramLoginMember.value == "") {
                        msgNoticePwd.innerHTML = "";
                        msgNoticeLoginMemberPwd.innerHTML = "";
                        msgNoticeLoginNotFound.innerHTML = "";
                        msgNoticePwdNotFound.innerHTML = "";

                        msgNoticeLoginMember.innerHTML = "Please enter username.";
                        Valid = false;
                        paramLoginMember.focus();
                    }
                    else {
                        msgNoticeLoginMember.innerHTML = "";
                        Valid = false;
                    }
                }
            }
            else if (((paramLoginMember.value != "") && (paramPassMember.value != ""))) {
                Valid = false;
            
                $("#jsgetuserpass").load('getusernamepass.asp?username=' + encodeURI(paramLoginMember.value.trim()) + '&password=' + encodeURI(paramPassMember.value.trim()), function (responseTxt, statusTxt, xhr) {
                    if (statusTxt == "success") {   //success is can get data but may  be N or Y
                        var rightUSERNAME = responseTxt.substring(18, 19);
                        var rightPASSWORD = responseTxt.substring(38, 39);
                    
                        if ((rightUSERNAME == "N") && (rightPASSWORD == "N")) {
                            msgNoticeLoginMember.innerHTML = "Username incorrect.";
                            msgNoticePwd.innerHTML = "";
                            msgNoticeLoginMemberPwd.innerHTML = "";
                            Valid = false;
                        
                            paramLoginMember.focus();
                        }
                        else if ((rightUSERNAME == "Y") && (rightPASSWORD == "N")) {
                            msgNoticeLoginMember.innerHTML = "";
                            msgNoticePwd.innerHTML = "Password incorrect.";
                            msgNoticeLoginMemberPwd.innerHTML = "";
                            Valid = false;
                            paramPassMember.focus();
                        }
                        else if ((rightUSERNAME == "Y") && (rightPASSWORD == "Y")) {
                            if (siginlocation == "signinpopup") {
                                window.location.href = window.location.href + "&Status=Customer&LoginMember=" + paramLoginMember.value + "&PassMember=" + paramPassMember.value + "&remember=" + paramRemember;
                            }
                            else {
                                window.location.href = window.location.href.replace("?lsignin=signin", "") + "?lsignin=signinbox&Status=Customer&LoginMember=" + paramLoginMember.value + "&PassMember=" + paramPassMember.value + "&remember=" + paramRemember;
                            }
                        }
                        else {
                            msgNoticeLoginMember.innerHTML = "Username incorrect.";
                            msgNoticePwd.innerHTML = "";
                            msgNoticeLoginMemberPwd.innerHTML = "";
                            Valid = false;
                        }
                    }

                    if (statusTxt == "error") {
                        alert("Error: " + xhr.status + ": " + xhr.statusText);
                    }
                });

                if (siginlocation == "signinpopup") {
                    document.getElementById('signinblock').style.display = 'block';
                }            
            }
        
            if ((siginlocation == "signinbox") && (Valid == true)) {
                var urlForSignin = window.location.pathname;
            
                if (urlForSignin == "/login-organization.asp") {
                    document.getElementById('frmLogin').submit();
                }
                else {
                    document.getElementById('frmLogin').action = "index.asp?lsignin=box";
                    document.getElementById('frmLogin').submit();
                }
            }
        }
        else {
            alert("ท่านปฏิเสธการทำงานของคุกกี้ ท่านไม่สามารถ sign in เข้าสู่ระบบได้");
            Valid = false;
        }

        return Valid;
    }

    function ShowLoginModal(returnpage) {
        //if (("" == "Y") || ("" > 0) || ("" > 0)) {
        if ("" == "Y") {
            var currentUrl = window.location.href
            var url = new URL(currentUrl);
            var query_string = url.search;
            var search_params = new URLSearchParams(query_string);

            var paramlsignin = search_params.get("lsignin");
            if (paramlsignin == null) {
                if (history.pushState) {
                    var allParam = window.location.search;
                    if (allParam != '') {
                        connectParam = '&';
                    }
                    else {
                        connectParam = '?';
                    }

                    window.history.pushState({ path: currentUrl + connectParam + 'lsignin=' + returnpage }, '', currentUrl + connectParam + 'lsignin=' + returnpage);
                }
            }
            else {
                if (history.pushState) {
                    if (returnpage == 'myaccount') {
                        window.history.pushState({ path: currentUrl }, '', currentUrl.replace('=signin', '=myaccount').replace('=wishlist', '=myaccount').replace('=cart', '=myaccount').replace('=box', '=myaccount'));
                    }
                    else if (returnpage == 'wishlist') {
                        window.history.pushState({ path: currentUrl }, '', currentUrl.replace('=signin', '=wishlist').replace('=myaccount', '=wishlist').replace('=cart', '=wishlist').replace('=box', '=wishlist'));
                    }
                    else if (returnpage == 'cart') {
                        window.history.pushState({ path: currentUrl }, '', currentUrl.replace('=signin', '=cart').replace('=myaccount', '=cart').replace('=wishlist', '=cart').replace('=box', '=cart'));
                    }
                    else {
                        window.history.pushState({ path: currentUrl }, '', currentUrl.replace('=myaccount', '=signin').replace('=wishlist', '=signin').replace('=cart', '=signin').replace('=box', '=signin'));
                    }
                }
            }
        
            document.getElementById('signinblock').style.display = 'block';  

        }
        else {   
            alert("ท่านปฏิเสธการทำงานของคุกกี้ ท่านไม่สามารถ sign in เข้าสู่ระบบได้");
            return false;            
        }      
    }
</script>


<body>
    <div class="bhdr-container">
		<div class="header-frame">
			<div class="bhdr-top">
				<div class="bhdr-topbox1-eslogo"><a href="index.asp"><img src="hdr-images/bbg-eslogo.png?v=3" alt="ES logo" style="width: 208px; height: 107px; border: 0px" /></a></div>
				<div class="bhdr-topbox2-search">
					<div class="bhdr-subsearch">
						<form method="post"  name="frmSrch" action="srchproc.asp" style="margin-top:0px; margin-bottom:0px">
							<div class="subsearch1"><div id="nav"><ul><li class="catsearch-menu"><a href="#"><span id="head-prodgroup" name="head-prodgroup" class="title-dropdown">All Categories </span><span style="top: -1px;right: -120px; position: relative; font-size: 12px;">&#9660;</span></a><ul id="prodgroup" name="prodgroup" class="catsearch-submenu"><li id="all" input="All Categories" value="All Categories" class="selected"><a href="#">All Categories</a></li><li id="024" input="Semiconductors - Discrete" value="Semiconductors - Discrete" class="selected"><a href="#">Semiconductors - Discrete</a></li><li id="034" input="Semiconductors - Integrated Circuit" value="Semiconductors - Integrated Circuit" class="selected"><a href="#">Semiconductors - Integrated Circuit</a></li><li id="043" input="Semiconductors - Power Modules" value="Semiconductors - Power Modules" class="selected"><a href="#">Semiconductors - Power Modules</a></li><li id="018" input="Boards and Modules" value="Boards and Modules" class="selected"><a href="#">Boards and Modules</a></li><li id="005" input="Cable & Accessories" value="Cable & Accessories" class="selected"><a href="#">Cable & Accessories</a></li><li id="006" input="Connectors & Sockets" value="Connectors & Sockets" class="selected"><a href="#">Connectors & Sockets</a></li><li id="014" input="Equipments & Tools" value="Equipments & Tools" class="selected"><a href="#">Equipments & Tools</a></li><li id="019" input="Electromechanical" value="Electromechanical" class="selected"><a href="#">Electromechanical</a></li><li id="002" input="Automation & Control" value="Automation & Control" class="selected"><a href="#">Automation & Control</a></li><li id="040" input="Lighting" value="Lighting" class="selected"><a href="#">Lighting</a></li><li id="015" input="Optoelectronics" value="Optoelectronics" class="selected"><a href="#">Optoelectronics</a></li><li id="020" input="Passive Components" value="Passive Components" class="selected"><a href="#">Passive Components</a></li><li id="013" input="Power, Circuit Protection" value="Power, Circuit Protection" class="selected"><a href="#">Power, Circuit Protection</a></li><li id="016" input="Test & Measurements" value="Test & Measurements" class="selected"><a href="#">Test & Measurements</a></li><li id="090" input="Others" value="Others" class="selected"><a href="#">Others</a></li></ul></li></ul><input type="hidden" id="param-prodgroup" name="param-prodgroup" /></div></div>
							<div class="subsearch2">
								<input type="text" id="keyword" name="keyword" onkeypress="ChkKey();" maxlength="150" value="" type="search" class="input-search" placeholder="Part Number/Keyword" />
                            </div>
							<div class="subsearch3 right-round" onclick="return CheckSearch();" onmouseout="style.cursor='default';" onmouseover="this.style.cursor='pointer'"></div>
						</form>
					</div>
				</div>
				<div class="bhdr-topbox3-myacc">
					<div class="box3-top">
						<div class="box3t-signin">
							<div class="signindisplay-icontext">
								
									<a id="lsigninout" onclick="ShowLoginModal('signin');" class="wlnk-nonunderline hdr-iconlink" style="cursor: pointer;">Sign in</a>
								
								<!-- Pop up sign in: START -->
								<div id="signinblock" name="signinblock" class="modal">
									<form id="Service" name="Service" class="modal-content animate" method="post" onsubmit="return CheckUserPass('signinpopup');">
										<div class="imgcontainer">
											<span onclick="document.getElementById('signinblock').style.display='none';" class="close" title="Close">&times;</span>                                        
										</div>
										
										<div class="container">
											<div class="headPopup"><b>Member Sign in</b></div><br />
											
											<label for="LoginMember" class="lblPopup" style="float: left;">Username</label>
											<span id="noticeLoginMember" class="msgNotice"></span><span id="noticeLoginNotFound" class="msgNotice"></span><br />
											<input class="loginform" type="text" id="LoginMember" name="LoginMember" size="25" maxlength="15" value="" />                                        

											<label for="PassMember" class="lblPopup" style="float: left;">Password</label>
											<span id="noticePwd" class="msgNotice"></span><span id="noticePwdNotFound" class="msgNotice"></span><br />
											<input class="loginform" type="password" id="PassMember" name="PassMember" size="25" maxlength="15" value="" /> 
											<span id="noticeLoginMemberPwd" class="msgNotice"></span>
											<span id="noticeNotAllow" class="msgNotice"></span>
											<br /><br />                                        
											<label class="lblPopup">
												<input type="checkbox" id="remember" name="remember"  />
												<label for="remember">Remember Password</label>
											</label>
			
											<input type="submit" id="submit" name="submit" value="Sign in" class="btnLogin" />
											<input id="jsgetuserpass" type="hidden" />
											<input type="hidden" id="Status" name="Status" value="Customer" />
											<span class="psw"><a href="forgot.asp" style="color: #948B54;">Forgot Password?</a></span><br /><br />
										</div>
									</form>
								</div>
								<!-- Pop up sign in: END -->
								<script>
									// Get the modal
									//var modal = document.getElementById('id01');

									// When the user clicks anywhere outside of the modal, close it
									//window.onclick = function (event) {
									//    if (event.target == modal) {
									//        modal.style.display = "none";
									//    }
									//}
								</script>
								|
								<a href="reg-userlogin.asp" onClick="alert('ท่านปฏิเสธการทำงานของคุกกี้ ท่านไม่สามารถ Register ได้'); return false;" class="wlnk-nonunderline">Register</a></div>
						</div>
						<div class="box3t-myaccount">
							<div class="myaccountdisplay-icontext">
								<a onclick="ShowLoginModal('myaccount');" class="wlnk-nonunderline hdr-iconlink" style="cursor: pointer;">
								<!--<a href="onclick="ShowLoginModal('myaccount');"" class="wlnk-nonunderline hdr-iconlink">-->
									<img class="middle rightspace20" src="hdr-images/ic-myaccount.png" alt="My account" width="26px" height="26px" />My account
								</a>
							</div>
						</div>
					</div>

					<div class="box3-bottom">
						<div class="box3b-cart">                        
							<div class="cartdisplay-icontext">
								<!--<a href="cart.asp" class="wlnk-nonunderline hdr-iconlink">-->
								<a href="cart.asp" class="wlnk-nonunderline hdr-iconlink">
									<div id="itmcntincart" class="itmcntincart">0</div>
									<img class="middle rightspace20" src="hdr-images/ic-cart.png" alt="Cart" width="31px" height="26px" />Cart</a></div>
						</div>
						<div class="box3b-myfav">
							<div class="myfavdisplay-icontext">
								<div id="wlItemCount" class="itmcntincart"></div>
									<a onclick="ShowLoginModal('wishlist');" class="wlnk-nonunderline hdr-iconlink" style="cursor: pointer;">
									<!--<a href="wishlist.asp" class="wlnk-nonunderline hdr-iconlink">-->
										<img class="middle rightspace20" src="hdr-images/ic-myfavorites.png" alt="My wishlist" width="31px" height="26px" />My wishlist
									</a>
								</div>
							</div>
						</div>
					</div>
				</div>
			
			<!--v3: CSS-->
			<div class="bhdr-bottom"><ul class="nav-bar"><li><a id="b-menubar1" class="menubar" href="#"><div style="padding-top: 8px;">Categories</div></a><ul><li><a href="products.asp">All Categories</a></li><li><a href="#" class="arrow-right">Semiconductor</a><div><div style="width:870px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=024">Semiconductors - Discrete</a></h3><a href="tabs.asp?catc=024003&t=1&mfrc=" class="showlv3lst">Diodes & Rectifiers</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=024003004&mfrc=" class="lv3lst">Bridge Rectifier</a><a href="vp.asp?keyword=&catc=024003008&t=1&mfrc=" class="lv3lst">Current Regulating Diode</a><a href="af.asp?keyword=&catc=024003006&mfrc=" class="lv3lst">Fast Recovery Diode</a><a href="af.asp?keyword=&catc=024003009&mfrc=" class="lv3lst">Schottky Diode</a><a href="af.asp?keyword=&catc=024003007&mfrc=" class="lv3lst">Small Signal Switching Diode</a><a href="af.asp?keyword=&catc=024003005&mfrc=" class="lv3lst">Standard Recovery Diode</a><a href="af.asp?keyword=&catc=024003003&mfrc=" class="lv3lst">Transient Voltage Suppressor (TVS) Diode</a><a href="af.asp?keyword=&catc=024003002&mfrc=" class="lv3lst">Zener Diode</a></div><a href="af.asp?keyword=&catc=024014&mfrc=" class="lv2lst">FETs & MOSFETs</a><a href="af.asp?keyword=&catc=024012&mfrc=" class="lv2lst">IGBTs</a><a href="tabs.asp?catc=024004&t=1&mfrc=" class="showlv3lst">Thyristors</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=024004003&t=1&mfrc=" class="lv3lst">Diacs,Sidiacs</a><a href="vp.asp?keyword=&catc=024004004&t=1&mfrc=" class="lv3lst">Other</a><a href="af.asp?keyword=&catc=024004001&mfrc=" class="lv3lst">SCRs</a><a href="af.asp?keyword=&catc=024004002&mfrc=" class="lv3lst">Triacs</a></div><a href="af.asp?keyword=&catc=024011&mfrc=" class="lv2lst">Transistors</a></div><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=034">Semiconductors - Integrated Circuit</a></h3><a href="tabs.asp?catc=034025&t=1&mfrc=" class="showlv3lst">Clock/Timing</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=034025002&t=1&mfrc=" class="lv3lst">Programmable Timers and Oscillators</a><a href="af.asp?keyword=&catc=034025003&mfrc=" class="lv3lst">Real Time Clock</a><a href="vp.asp?keyword=&catc=034025004&t=1&mfrc=" class="lv3lst">Watchdog Timers</a></div><a href="tabs.asp?catc=034001&t=1&mfrc=" class="showlv3lst">Data Acquisition</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=034001001&mfrc=" class="lv3lst">Analog to Digital  Converters</a><a href="af.asp?keyword=&catc=034001002&mfrc=" class="lv3lst">Digital Potentiometer</a><a href="af.asp?keyword=&catc=034001003&mfrc=" class="lv3lst">Digital to Analog Converters</a></div><a href="tabs.asp?catc=034090&t=1&mfrc=" class="showlv3lst">Embedded</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=034090001&t=1&mfrc=" class="lv3lst">FPGA (Field Programmable Gate Array)</a><a href="af.asp?keyword=&catc=034090002&mfrc=" class="lv3lst">Microcontrollers</a><a href="vp.asp?keyword=&catc=034090003&t=1&mfrc=" class="lv3lst">Microprocessors</a><a href="vp.asp?keyword=&catc=034090004&t=1&mfrc=" class="lv3lst">PLD (Programmable Logic Device)</a></div><a href="tabs.asp?catc=034044&t=1&mfrc=" class="showlv3lst">Interfaces</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=034044008&mfrc=" class="lv3lst">CAN</a><a href="af.asp?keyword=&catc=034044005&mfrc=" class="lv3lst">I/O Expander</a><a href="af.asp?keyword=&catc=034044013&mfrc=" class="lv3lst">Other Interfaces</a><a href="af.asp?keyword=&catc=034044010&mfrc=" class="lv3lst">RS232</a><a href="af.asp?keyword=&catc=034044011&mfrc=" class="lv3lst">RS422,485</a><a href="af.asp?keyword=&catc=034044009&mfrc=" class="lv3lst">USB</a></div><a href="tabs.asp?catc=034039&t=1&mfrc=" class="showlv3lst">Linears</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=034039001&mfrc=" class="lv3lst">Audio Amplifiers</a><a href="af.asp?keyword=&catc=034039003&mfrc=" class="lv3lst">Comparators</a><a href="af.asp?keyword=&catc=034039004&mfrc=" class="lv3lst">Op-Amp and Instrumentation Amplifier</a><a href="vp.asp?keyword=&catc=034039006&t=1&mfrc=" class="lv3lst">V/F and F/V Converters</a></div><a href="tabs.asp?catc=034024&t=1&mfrc=" class="showlv3lst">Logic ICs</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=034024004&mfrc=" class="lv3lst">74xx and 4000 Series</a><a href="af.asp?keyword=&catc=034024006&mfrc=" class="lv3lst">Other</a></div><a href="af.asp?keyword=&catc=034015&mfrc=" class="lv2lst">Memory</a><a href="tabs.asp?catc=034006&t=1&mfrc=" class="showlv3lst">MEMS and Sensors</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=034006001&mfrc=" class="lv3lst">Accelerometers</a><a href="af.asp?keyword=&catc=034006002&mfrc=" class="lv3lst">Current sensors</a><a href="af.asp?keyword=&catc=034006003&mfrc=" class="lv3lst">Magnetic sensors</a><a href="af.asp?keyword=&catc=034006004&mfrc=" class="lv3lst">Temperature Sensors</a><a href="af.asp?keyword=&catc=034006005&mfrc=" class="lv3lst">Touch Sensing</a></div><a href="af.asp?keyword=&catc=034064&mfrc=" class="lv2lst">Motor and Fan Controllers, Driver</a><a href="af.asp?keyword=&catc=034027&mfrc=" class="lv2lst">Networking</a><a href="tabs.asp?catc=034002&t=1&mfrc=" class="showlv3lst">Others</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=034002003&mfrc=" class="lv3lst">Encoder, Decoder</a><a href="vp.asp?keyword=&catc=034002004&t=1&mfrc=" class="lv3lst">LCD Display Driver/Controller</a><a href="vp.asp?keyword=&catc=034002005&t=1&mfrc=" class="lv3lst">Melody IC</a><a href="af.asp?keyword=&catc=034002002&mfrc=" class="lv3lst">Other</a><a href="af.asp?keyword=&catc=034002001&mfrc=" class="lv3lst">Voice Record/Playback</a></div><a href="tabs.asp?catc=034036&t=1&mfrc=" class="showlv3lst">Power Management Integrated Circuits</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=034036001&mfrc=" class="lv3lst">AC-DC Converters</a><a href="af.asp?keyword=&catc=034036002&mfrc=" class="lv3lst">Battery Management</a><a href="af.asp?keyword=&catc=034036007&mfrc=" class="lv3lst">Current Limit Switches</a><a href="af.asp?keyword=&catc=034036008&mfrc=" class="lv3lst">DC-DC Converter & Controller</a><a href="af.asp?keyword=&catc=034036003&mfrc=" class="lv3lst">Energy Measurements</a><a href="af.asp?keyword=&catc=034036004&mfrc=" class="lv3lst">Gate Driver</a><a href="af.asp?keyword=&catc=034036005&mfrc=" class="lv3lst">LED Drivers</a><a href="vp.asp?keyword=&catc=034036014&t=1&mfrc=" class="lv3lst">Others</a><a href="af.asp?keyword=&catc=034036006&mfrc=" class="lv3lst">PFC Controllers</a><a href="af.asp?keyword=&catc=034036009&mfrc=" class="lv3lst">Regulator - DC-DC Switching Regulators</a><a href="af.asp?keyword=&catc=034036010&mfrc=" class="lv3lst">Regulator - Linears</a><a href="vp.asp?keyword=&catc=034036011&t=1&mfrc=" class="lv3lst">RMS-to-DC Converters</a><a href="af.asp?keyword=&catc=034036012&mfrc=" class="lv3lst">Supervisors & Voltage Detectors</a><a href="af.asp?keyword=&catc=034036013&mfrc=" class="lv3lst">Voltage References</a></div><a href="af.asp?keyword=&catc=034007&mfrc=" class="lv2lst">RF ICs</a><a href="tabs.asp?catc=034009&t=1&mfrc=" class="showlv3lst">Switches & Multiplexers</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=034009001&mfrc=" class="lv3lst">Analog Switches</a><a href="vp.asp?keyword=&catc=034009002&t=1&mfrc=" class="lv3lst">Digital Switches</a></div><a href="af.asp?keyword=&catc=034028&mfrc=" class="lv2lst">Telecom</a><a href="af.asp?keyword=&catc=034022&mfrc=" class="lv2lst">Transistor Arrays</a></div><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=043">Semiconductors - Power Modules</a></h3><a href="af.asp?keyword=&catc=043001&mfrc=" class="lv2lst">Intelligent Power Module (IPM)</a><a href="vp.asp?keyword=&catc=043002&t=1&mfrc=" class="lv2lst">Power Module</a></div></div></div></li><li><a href="#" class="arrow-right">Boards and Modules</a><div><div style="width:270px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=018">Boards and Modules</a></h3><a href="af.asp?keyword=&catc=018001&mfrc=" class="lv2lst">Boards and Modules</a><a href="vp.asp?keyword=&catc=018002&t=1&mfrc=" class="lv2lst">Others</a></div></div></div></li><li><a href="#" class="arrow-right">Cable & Accessories</a><div><div style="width:270px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=005">Cable & Accessories</a></h3><a href="tabs.asp?catc=005003&t=1&mfrc=" class="showlv3lst">Cable Accessories</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=005003002&mfrc=" class="lv3lst">Cable Fastener</a><a href="vp.asp?keyword=&catc=005003003&t=1&mfrc=" class="lv3lst">Heat Insulated Sleeves</a><a href="af.asp?keyword=&catc=005003001&mfrc=" class="lv3lst">Heat Shrink Tubes</a></div><a href="tabs.asp?catc=005002&t=1&mfrc=" class="showlv3lst">Cable Assemblies</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=005002004&t=1&mfrc=" class="lv3lst">Antenna Cable</a><a href="af.asp?keyword=&catc=005002001&mfrc=" class="lv3lst">Computer Cable</a><a href="af.asp?keyword=&catc=005002006&mfrc=" class="lv3lst">EV Charger Cable</a><a href="af.asp?keyword=&catc=005002002&mfrc=" class="lv3lst">Housing Cable</a><a href="af.asp?keyword=&catc=005002005&mfrc=" class="lv3lst">Other Cable</a><a href="af.asp?keyword=&catc=005002003&mfrc=" class="lv3lst">Power Cord</a></div><a href="tabs.asp?catc=005001&t=1&mfrc=" class="showlv3lst">Cables/Wires</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=005001001&mfrc=" class="lv3lst">Flat Ribbon Cable</a><a href="af.asp?keyword=&catc=005001002&mfrc=" class="lv3lst">Flex Cable</a><a href="af.asp?keyword=&catc=005001003&mfrc=" class="lv3lst">Multi Conductor Cable</a><a href="af.asp?keyword=&catc=005001004&mfrc=" class="lv3lst">Single Conductor Cable</a></div></div></div></div></li><li><a href="#" class="arrow-right">Connector & Sockets</a><div><div style="width:270px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=006">Connectors & Sockets</a></h3><a href="tabs.asp?catc=006001&t=1&mfrc=" class="showlv3lst">Connectors</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=006001001&t=1&mfrc=" class="lv3lst">Adaptor / Gender Changers</a><a href="af.asp?keyword=&catc=006001024&mfrc=" class="lv3lst">Banana Connectors</a><a href="vp.asp?keyword=&catc=006001002&t=1&mfrc=" class="lv3lst">Board to Board Connectors</a><a href="af.asp?keyword=&catc=006001003&mfrc=" class="lv3lst">Coaxial Connectors (RF)</a><a href="vp.asp?keyword=&catc=006001004&t=1&mfrc=" class="lv3lst">Communication Connector Modules</a><a href="af.asp?keyword=&catc=006001005&mfrc=" class="lv3lst">Din 41612 Connectors</a><a href="af.asp?keyword=&catc=006001006&mfrc=" class="lv3lst">Din Plug,Din Socket,Din Jack</a><a href="af.asp?keyword=&catc=006001007&mfrc=" class="lv3lst">Din Rail Terminals & Accessories</a><a href="af.asp?keyword=&catc=006001008&mfrc=" class="lv3lst">D-Sub Connectors</a><a href="af.asp?keyword=&catc=006001009&mfrc=" class="lv3lst">D-Sub Hoods</a><a href="af.asp?keyword=&catc=006001010&mfrc=" class="lv3lst">Edge Board Connectors</a><a href="af.asp?keyword=&catc=006001011&mfrc=" class="lv3lst">Flexible PCB Connectors</a><a href="af.asp?keyword=&catc=006001012&mfrc=" class="lv3lst">IDC  Flat Cable Clamping</a><a href="af.asp?keyword=&catc=006001013&mfrc=" class="lv3lst">Main Power Plugs, Inlet & Outlet</a><a href="af.asp?keyword=&catc=006001014&mfrc=" class="lv3lst">Memory Cards</a><a href="af.asp?keyword=&catc=006001015&mfrc=" class="lv3lst">Modular Connectors </a><a href="af.asp?keyword=&catc=006001016&mfrc=" class="lv3lst">Others</a><a href="af.asp?keyword=&catc=006001017&mfrc=" class="lv3lst">Parallel Interface / Centronic</a><a href="af.asp?keyword=&catc=006001018&mfrc=" class="lv3lst">PCB Terminals</a><a href="af.asp?keyword=&catc=006001019&mfrc=" class="lv3lst">Phone Jack, Microphone</a><a href="af.asp?keyword=&catc=006001020&mfrc=" class="lv3lst">Pin Header & Female PCB Connectors</a><a href="af.asp?keyword=&catc=006001021&mfrc=" class="lv3lst">Terminal Blocks</a><a href="af.asp?keyword=&catc=006001022&mfrc=" class="lv3lst">USB</a><a href="af.asp?keyword=&catc=006001023&mfrc=" class="lv3lst">Wafer, Housing & Crimp Terminal</a></div><a href="tabs.asp?catc=006002&t=1&mfrc=" class="showlv3lst">Sockets</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=006002001&mfrc=" class="lv3lst">DIP Sockets</a><a href="vp.asp?keyword=&catc=006002002&t=1&mfrc=" class="lv3lst">IC  Test Clips</a><a href="af.asp?keyword=&catc=006002003&mfrc=" class="lv3lst">PLCC Sockets</a><a href="af.asp?keyword=&catc=006002004&mfrc=" class="lv3lst">SIP Sockets</a><a href="vp.asp?keyword=&catc=006002005&t=1&mfrc=" class="lv3lst">Socket Pins</a><a href="vp.asp?keyword=&catc=006002006&t=1&mfrc=" class="lv3lst">Test and Burn-in Sockets</a><a href="af.asp?keyword=&catc=006002007&mfrc=" class="lv3lst">Textool Sockets</a></div></div></div></div></li><li><a href="#" class="arrow-right">Equipment & Tools</a><div><div style="width:270px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=014">Equipments & Tools</a></h3><a href="tabs.asp?catc=014001&t=1&mfrc=" class="showlv3lst">Development Tools</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=014001001&mfrc=" class="lv3lst">Debugger, Emulator, In-Circuit Programmer</a></div><a href="tabs.asp?catc=014006&t=1&mfrc=" class="showlv3lst">Others</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=014006001&t=1&mfrc=" class="lv3lst">Crimping Tools</a><a href="vp.asp?keyword=&catc=014006002&t=1&mfrc=" class="lv3lst">Cutter and Pliers</a><a href="vp.asp?keyword=&catc=014006003&t=1&mfrc=" class="lv3lst">Inserting Tools</a><a href="af.asp?keyword=&catc=014006004&mfrc=" class="lv3lst">Tweezer and Pickup Tools</a><a href="vp.asp?keyword=&catc=014006005&t=1&mfrc=" class="lv3lst">Wire Strippers</a></div><a href="tabs.asp?catc=014002&t=1&mfrc=" class="showlv3lst">Programmers</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=014002003&mfrc=" class="lv3lst">Automated Programming System</a><a href="af.asp?keyword=&catc=014002002&mfrc=" class="lv3lst">Programmer Socket & Adaptor</a><a href="af.asp?keyword=&catc=014002001&mfrc=" class="lv3lst">Programmers</a></div><a href="tabs.asp?catc=014004&t=1&mfrc=" class="showlv3lst">Soldering</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=014004014&t=1&mfrc=" class="lv3lst">Anti-Static, ESD Products</a><a href="vp.asp?keyword=&catc=014004012&t=1&mfrc=" class="lv3lst">Desoldering</a><a href="vp.asp?keyword=&catc=014004009&t=1&mfrc=" class="lv3lst">Heat Guns</a><a href="vp.asp?keyword=&catc=014004001&t=1&mfrc=" class="lv3lst">Hot Air Stations</a><a href="af.asp?keyword=&catc=014004011&mfrc=" class="lv3lst">Other Accessories</a><a href="af.asp?keyword=&catc=014004008&mfrc=" class="lv3lst">Rework Stations</a><a href="vp.asp?keyword=&catc=014004007&t=1&mfrc=" class="lv3lst">Smoke Absorbers</a><a href="vp.asp?keyword=&catc=014004013&t=1&mfrc=" class="lv3lst">Solder Pot</a><a href="af.asp?keyword=&catc=014004003&mfrc=" class="lv3lst">Soldering Irons</a><a href="af.asp?keyword=&catc=014004002&mfrc=" class="lv3lst">Soldering Stations</a></div></div></div></div></li><li><a href="#" class="arrow-right">Electromechanical</a><div><div style="width:270px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=019">Electromechanical</a></h3><a href="tabs.asp?catc=019001&t=1&mfrc=" class="showlv3lst">Audio Products</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=019001001&mfrc=" class="lv3lst">Buzzers & Transducers</a><a href="vp.asp?keyword=&catc=019001002&t=1&mfrc=" class="lv3lst">Microphones</a><a href="vp.asp?keyword=&catc=019001003&t=1&mfrc=" class="lv3lst">Speakers</a></div><a href="tabs.asp?catc=019002&t=1&mfrc=" class="showlv3lst">Motors,Solenoids</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=019002001&mfrc=" class="lv3lst">AC, DC Motors and Gear Motors</a><a href="vp.asp?keyword=&catc=019002002&t=1&mfrc=" class="lv3lst">Solenoids</a></div><a href="tabs.asp?catc=019003&t=1&mfrc=" class="showlv3lst">Relays</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=019003001&mfrc=" class="lv3lst">Automotive Relays</a><a href="af.asp?keyword=&catc=019003006&mfrc=" class="lv3lst">Contactors</a><a href="af.asp?keyword=&catc=019003002&mfrc=" class="lv3lst">Power Relays</a><a href="af.asp?keyword=&catc=019003003&mfrc=" class="lv3lst">Relay Sockets</a><a href="af.asp?keyword=&catc=019003004&mfrc=" class="lv3lst">Signal Relays</a><a href="af.asp?keyword=&catc=019003005&mfrc=" class="lv3lst">Solid State Relays</a></div><a href="tabs.asp?catc=019004&t=1&mfrc=" class="showlv3lst">Switches, Keypads</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=019004001&mfrc=" class="lv3lst">Code Switches</a><a href="af.asp?keyword=&catc=019004002&mfrc=" class="lv3lst">Dip Switches</a><a href="vp.asp?keyword=&catc=019004003&t=1&mfrc=" class="lv3lst">Hook Switches</a><a href="vp.asp?keyword=&catc=019004004&t=1&mfrc=" class="lv3lst">Keypads</a><a href="af.asp?keyword=&catc=019004005&mfrc=" class="lv3lst">Micro Switches</a><a href="af.asp?keyword=&catc=019004006&mfrc=" class="lv3lst">Push Button</a><a href="vp.asp?keyword=&catc=019004007&t=1&mfrc=" class="lv3lst">Reed Switches</a><a href="af.asp?keyword=&catc=019004008&mfrc=" class="lv3lst">Rocker Switches</a><a href="vp.asp?keyword=&catc=019004009&t=1&mfrc=" class="lv3lst">Rotary Switches, Rotary Encoder Switches</a><a href="af.asp?keyword=&catc=019004010&mfrc=" class="lv3lst">Slide Switches</a><a href="af.asp?keyword=&catc=019004011&mfrc=" class="lv3lst">Tactile Switches</a><a href="vp.asp?keyword=&catc=019004012&t=1&mfrc=" class="lv3lst">Toggle Switches</a></div><a href="tabs.asp?catc=019005&t=1&mfrc=" class="showlv3lst">Thermal Printer & Accessories</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=019005001&mfrc=" class="lv3lst">Thermal Printer Accessories</a><a href="af.asp?keyword=&catc=019005002&mfrc=" class="lv3lst">Thermal Printer Completed Unit</a><a href="vp.asp?keyword=&catc=019005003&t=1&mfrc=" class="lv3lst">Thermal Printer Interface Board</a><a href="af.asp?keyword=&catc=019005004&mfrc=" class="lv3lst">Thermal Printer Mechanism</a><a href="vp.asp?keyword=&catc=019005005&t=1&mfrc=" class="lv3lst">Thermal Printer Module</a></div><a href="tabs.asp?catc=019006&t=1&mfrc=" class="showlv3lst">Touch Panel</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=019006001&t=1&mfrc=" class="lv3lst">Control Board</a><a href="af.asp?keyword=&catc=019006002&mfrc=" class="lv3lst">Touch Panel</a></div><a href="tabs.asp?catc=019007&t=1&mfrc=" class="showlv3lst">Validators</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=019007001&mfrc=" class="lv3lst">Accessories</a><a href="af.asp?keyword=&catc=019007002&mfrc=" class="lv3lst">Bill Acceptor/Recycler/Dispenser</a><a href="af.asp?keyword=&catc=019007003&mfrc=" class="lv3lst">Card Dispenser/Issuing</a><a href="af.asp?keyword=&catc=019007004&mfrc=" class="lv3lst">Coin Acceptor/Recycler</a></div></div></div></div></li><li><a href="#" class="arrow-right">Automation & Control</a><div><div style="width:270px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=002">Automation & Control</a></h3><a href="af.asp?keyword=&catc=002013&mfrc=" class="lv2lst">Home & Building Automation</a><a href="tabs.asp?catc=002012&t=1&mfrc=" class="showlv3lst">Industrial Automation</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=002012001&mfrc=" class="lv3lst">Accessories</a><a href="af.asp?keyword=&catc=002012002&mfrc=" class="lv3lst">Human Machine Interfaces(HMIs)</a><a href="af.asp?keyword=&catc=002012008&mfrc=" class="lv3lst">Industrial Buttons & Switches</a><a href="vp.asp?keyword=&catc=002012009&t=1&mfrc=" class="lv3lst">Industrial PC</a><a href="af.asp?keyword=&catc=002012003&mfrc=" class="lv3lst">Motor Drives</a><a href="af.asp?keyword=&catc=002012010&mfrc=" class="lv3lst">Others</a><a href="af.asp?keyword=&catc=002012011&mfrc=" class="lv3lst">Pilot Lamps</a><a href="af.asp?keyword=&catc=002012004&mfrc=" class="lv3lst">Power Meters</a><a href="af.asp?keyword=&catc=002012005&mfrc=" class="lv3lst">Programmable Logic Controller(PLCs)</a><a href="af.asp?keyword=&catc=002012006&mfrc=" class="lv3lst">Temperature Controllers</a></div></div></div></div></li><li><a href="#" class="arrow-right">Lighting</a><div><div style="width:270px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=040">Lighting</a></h3><a href="tabs.asp?catc=040006&t=1&mfrc=" class="showlv3lst">LED Lighting</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=040006012&mfrc=" class="lv3lst">Accessories</a><a href="vp.asp?keyword=&catc=040006011&t=1&mfrc=" class="lv3lst">LED Bulb</a><a href="af.asp?keyword=&catc=040006002&mfrc=" class="lv3lst">LED Down Light</a><a href="af.asp?keyword=&catc=040006010&mfrc=" class="lv3lst">LED Drivers</a><a href="af.asp?keyword=&catc=040006006&mfrc=" class="lv3lst">LED Flood Light</a><a href="af.asp?keyword=&catc=040006004&mfrc=" class="lv3lst">LED High Bay</a><a href="vp.asp?keyword=&catc=040006013&t=1&mfrc=" class="lv3lst">LED Horticulture</a><a href="vp.asp?keyword=&catc=040006009&t=1&mfrc=" class="lv3lst">LED Lumichain Modules</a><a href="af.asp?keyword=&catc=040006005&mfrc=" class="lv3lst">LED Panel Light</a><a href="af.asp?keyword=&catc=040006001&mfrc=" class="lv3lst">LED Spot Light</a><a href="af.asp?keyword=&catc=040006003&mfrc=" class="lv3lst">LED Tube</a></div></div></div></div></li><li><a href="#" class="arrow-right">Optoelectronics</a><div><div style="width:270px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=015">Optoelectronics</a></h3><a href="tabs.asp?catc=015007&t=1&mfrc=" class="showlv3lst">LCD Displays</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=015007001&mfrc=" class="lv3lst">LCD Character Display</a><a href="af.asp?keyword=&catc=015007002&mfrc=" class="lv3lst">LCD Graphic Display</a><a href="vp.asp?keyword=&catc=015007003&t=1&mfrc=" class="lv3lst">LCD Numeric Display</a></div><a href="af.asp?keyword=&catc=015016&mfrc=" class="lv2lst">LED Discrete</a><a href="tabs.asp?catc=015012&t=1&mfrc=" class="showlv3lst">LED Displays</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=015012001&mfrc=" class="lv3lst">Dot Matrix</a><a href="af.asp?keyword=&catc=015012002&mfrc=" class="lv3lst">LED 7-Segment Display</a><a href="vp.asp?keyword=&catc=015012003&t=1&mfrc=" class="lv3lst">LED Bar Display</a><a href="vp.asp?keyword=&catc=015012004&t=1&mfrc=" class="lv3lst">LED Graphic Display / Modules</a></div><a href="vp.asp?keyword=&catc=015051&t=1&mfrc=" class="lv2lst">LED Modules</a><a href="vp.asp?keyword=&catc=015050&t=1&mfrc=" class="lv2lst">Lens,LED Rails</a><a href="vp.asp?keyword=&catc=015030&t=1&mfrc=" class="lv2lst">Neon Lamps</a><a href="tabs.asp?catc=015003&t=1&mfrc=" class="showlv3lst">OLED  Displays</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=015003001&t=1&mfrc=" class="lv3lst">Character Display</a><a href="vp.asp?keyword=&catc=015003002&t=1&mfrc=" class="lv3lst">Graphic Display</a></div><a href="af.asp?keyword=&catc=015040&mfrc=" class="lv2lst">Optical Sensors</a><a href="af.asp?keyword=&catc=015001&mfrc=" class="lv2lst">Optocouplers</a><a href="tabs.asp?catc=015035&t=1&mfrc=" class="showlv3lst">TFT LCD Display</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=015035002&t=1&mfrc=" class="lv3lst">Accessories</a><a href="af.asp?keyword=&catc=015035003&mfrc=" class="lv3lst">LCD Modules</a><a href="af.asp?keyword=&catc=015035001&mfrc=" class="lv3lst">LCD Panels</a></div><a href="tabs.asp?catc=015036&t=1&mfrc=" class="showlv3lst">VFD Display</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=015036002&t=1&mfrc=" class="lv3lst">Character Display</a><a href="vp.asp?keyword=&catc=015036001&t=1&mfrc=" class="lv3lst">Graphic Display</a></div></div></div></div></li><li><a href="#" class="arrow-right">Passive Component</a><div><div style="width:270px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=020">Passive Components</a></h3><a href="tabs.asp?catc=020001&t=1&mfrc=" class="showlv3lst">Capacitors</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=020001001&mfrc=" class="lv3lst">Ceramic  Capacitors</a><a href="vp.asp?keyword=&catc=020001002&t=1&mfrc=" class="lv3lst">Electric Double Layer (Super Capacitors)</a><a href="af.asp?keyword=&catc=020001003&mfrc=" class="lv3lst">Electrolytic Capacitors</a><a href="af.asp?keyword=&catc=020001004&mfrc=" class="lv3lst">Film Capacitors</a><a href="af.asp?keyword=&catc=020001005&mfrc=" class="lv3lst">Tantalum Capacitors</a></div><a href="tabs.asp?catc=020002&t=1&mfrc=" class="showlv3lst">Crystals / Oscillators / Resonators</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=020002001&mfrc=" class="lv3lst">Ceramic Resonators</a><a href="af.asp?keyword=&catc=020002002&mfrc=" class="lv3lst">Crystals</a><a href="af.asp?keyword=&catc=020002003&mfrc=" class="lv3lst">Oscillators</a></div><a href="tabs.asp?catc=020003&t=1&mfrc=" class="showlv3lst">Filters</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=020003001&mfrc=" class="lv3lst">Common Mode Chokes for EMI</a><a href="af.asp?keyword=&catc=020003002&mfrc=" class="lv3lst">EMC Line Filter Modules</a><a href="af.asp?keyword=&catc=020003003&mfrc=" class="lv3lst">Ferrite Beads & Chips for EMI</a><a href="vp.asp?keyword=&catc=020003004&t=1&mfrc=" class="lv3lst">RF Filter</a></div><a href="tabs.asp?catc=020004&t=1&mfrc=" class="showlv3lst">Inductors/Coils/Chokes</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=020004001&mfrc=" class="lv3lst">Fixed Inductors</a><a href="vp.asp?keyword=&catc=020004002&t=1&mfrc=" class="lv3lst">Others</a></div><a href="tabs.asp?catc=020005&t=1&mfrc=" class="showlv3lst">Potentiometers / Variable Resistors</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=020005001&mfrc=" class="lv3lst">Carbon</a><a href="af.asp?keyword=&catc=020005002&mfrc=" class="lv3lst">Cermet</a><a href="vp.asp?keyword=&catc=020005003&t=1&mfrc=" class="lv3lst">Others</a></div><a href="tabs.asp?catc=020006&t=1&mfrc=" class="showlv3lst">Resistors</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=020006001&mfrc=" class="lv3lst">Resistor Network / Array</a><a href="af.asp?keyword=&catc=020006002&mfrc=" class="lv3lst">SMT Resistor</a><a href="af.asp?keyword=&catc=020006003&mfrc=" class="lv3lst">Through Hole Resistor</a></div><a href="af.asp?keyword=&catc=020007&mfrc=" class="lv2lst">Thermistors</a></div></div></div></li><li><a href="#" class="arrow-right">Power, Circuit Protection</a><div><div style="width:310px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=013">Power, Circuit Protection</a></h3><a href="tabs.asp?catc=013001&t=1&mfrc=" class="showlv3lst">Battery Product</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=013001005&mfrc=" class="lv3lst">Battery</a><a href="vp.asp?keyword=&catc=013001004&t=1&mfrc=" class="lv3lst">Battery Chargers</a><a href="af.asp?keyword=&catc=013001006&mfrc=" class="lv3lst">Battery Holder</a></div><a href="tabs.asp?catc=013004&t=1&mfrc=" class="showlv3lst">Over Voltage, Current, Temperature Devices</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=013004003&mfrc=" class="lv3lst">Circuit Breaker</a><a href="af.asp?keyword=&catc=013004001&mfrc=" class="lv3lst">Fuse Holders</a><a href="af.asp?keyword=&catc=013004004&mfrc=" class="lv3lst">Fuses</a><a href="af.asp?keyword=&catc=013004006&mfrc=" class="lv3lst">Gas Discharge Tube Arrestors</a><a href="af.asp?keyword=&catc=013004009&mfrc=" class="lv3lst">Overload Relays</a><a href="af.asp?keyword=&catc=013004007&mfrc=" class="lv3lst">PolySwitch</a><a href="af.asp?keyword=&catc=013004002&mfrc=" class="lv3lst">Surge Protection Devices</a><a href="vp.asp?keyword=&catc=013004008&t=1&mfrc=" class="lv3lst">Thermal Cutoffs</a><a href="af.asp?keyword=&catc=013004005&mfrc=" class="lv3lst">Varistor,MOVs</a></div><a href="tabs.asp?catc=013003&t=1&mfrc=" class="showlv3lst">Power Supply</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=013003001&mfrc=" class="lv3lst">AC - DC</a><a href="af.asp?keyword=&catc=013003002&mfrc=" class="lv3lst">DC - DC</a><a href="af.asp?keyword=&catc=013003004&mfrc=" class="lv3lst">Others</a><a href="af.asp?keyword=&catc=013003003&mfrc=" class="lv3lst">Solar PV</a></div><a href="tabs.asp?catc=013002&t=1&mfrc=" class="showlv3lst">Transformers</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=013002007&t=1&mfrc=" class="lv3lst">Coil Former (Bobbin)</a><a href="af.asp?keyword=&catc=013002006&mfrc=" class="lv3lst">Current Transformer</a><a href="vp.asp?keyword=&catc=013002005&t=1&mfrc=" class="lv3lst">Ferrite Core</a><a href="vp.asp?keyword=&catc=013002004&t=1&mfrc=" class="lv3lst">LAN Ethernet Transformer</a><a href="af.asp?keyword=&catc=013002009&mfrc=" class="lv3lst">Power Transformer</a><a href="vp.asp?keyword=&catc=013002008&t=1&mfrc=" class="lv3lst">Pulse Transformer</a><a href="af.asp?keyword=&catc=013002002&mfrc=" class="lv3lst">Switch Mode Power Supply(SMPS) Transformer</a><a href="vp.asp?keyword=&catc=013002001&t=1&mfrc=" class="lv3lst">Telecom Transformer</a></div></div></div></div></li><li><a href="#" class="arrow-right">Test & Measurement</a><div><div style="width:290px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=016">Test & Measurements</a></h3><a href="tabs.asp?catc=016009&t=1&mfrc=" class="showlv3lst">Accessories</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=016009003&mfrc=" class="lv3lst">Adapters and Cables</a><a href="af.asp?keyword=&catc=016009001&mfrc=" class="lv3lst">Cases and Holsters</a><a href="vp.asp?keyword=&catc=016009004&t=1&mfrc=" class="lv3lst">Hangers</a><a href="af.asp?keyword=&catc=016009005&mfrc=" class="lv3lst">Others</a><a href="af.asp?keyword=&catc=016009002&mfrc=" class="lv3lst">Test Leads, Probes and Clips</a></div><a href="tabs.asp?catc=016002&t=1&mfrc=" class="showlv3lst">Acoustic and Thermal Imaging</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=016002002&t=1&mfrc=" class="lv3lst">Acoustic Imaging and Borescopes</a><a href="af.asp?keyword=&catc=016002001&mfrc=" class="lv3lst">Thermal Cameras</a></div><a href="tabs.asp?catc=016006&t=1&mfrc=" class="showlv3lst">Alignment Tools</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=016006001&t=1&mfrc=" class="lv3lst">Laser Alignment</a><a href="af.asp?keyword=&catc=016006002&mfrc=" class="lv3lst">Vibration Analysis</a></div><a href="tabs.asp?catc=016007&t=1&mfrc=" class="showlv3lst">Calibration Tools</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=016007007&mfrc=" class="lv3lst">Pressure Calibration</a><a href="af.asp?keyword=&catc=016007001&mfrc=" class="lv3lst">Process Calibrators</a><a href="af.asp?keyword=&catc=016007005&mfrc=" class="lv3lst">Temperature Calibration</a></div><a href="tabs.asp?catc=016001&t=1&mfrc=" class="showlv3lst">Electrical Tools</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=016001015&t=1&mfrc=" class="lv3lst">Analog Multimeters</a><a href="af.asp?keyword=&catc=016001002&mfrc=" class="lv3lst">Basic Electrical Testers</a><a href="vp.asp?keyword=&catc=016001009&t=1&mfrc=" class="lv3lst">Battery Analyzers</a><a href="af.asp?keyword=&catc=016001003&mfrc=" class="lv3lst">Clamp Meters</a><a href="af.asp?keyword=&catc=016001001&mfrc=" class="lv3lst">Digital Multimeters</a><a href="vp.asp?keyword=&catc=016001005&t=1&mfrc=" class="lv3lst">Earth Ground</a><a href="vp.asp?keyword=&catc=016001014&t=1&mfrc=" class="lv3lst">eMobility</a><a href="vp.asp?keyword=&catc=016001018&t=1&mfrc=" class="lv3lst">Function Generators</a><a href="vp.asp?keyword=&catc=016001016&t=1&mfrc=" class="lv3lst">IC Testers</a><a href="vp.asp?keyword=&catc=016001006&t=1&mfrc=" class="lv3lst">Installation Testers</a><a href="af.asp?keyword=&catc=016001010&mfrc=" class="lv3lst">Insulation Testers</a><a href="vp.asp?keyword=&catc=016001017&t=1&mfrc=" class="lv3lst">LCR Meters</a><a href="vp.asp?keyword=&catc=016001021&t=1&mfrc=" class="lv3lst">Micro-Ohm and Milli-Ohm Meters</a><a href="af.asp?keyword=&catc=016001011&mfrc=" class="lv3lst">Oscilloscopes</a><a href="vp.asp?keyword=&catc=016001012&t=1&mfrc=" class="lv3lst">Portable Appliance Testers</a><a href="af.asp?keyword=&catc=016001004&mfrc=" class="lv3lst">Power Quality</a><a href="af.asp?keyword=&catc=016001019&mfrc=" class="lv3lst">Power Supply</a><a href="af.asp?keyword=&catc=016001013&mfrc=" class="lv3lst">Solar Industry Tools</a></div><a href="af.asp?keyword=&catc=016004&mfrc=" class="lv2lst">Network Cable Testers</a><a href="tabs.asp?catc=016005&t=1&mfrc=" class="showlv3lst">Others</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=016005001&t=1&mfrc=" class="lv3lst">Air Meters</a><a href="af.asp?keyword=&catc=016005003&mfrc=" class="lv3lst">Distance Meters</a><a href="af.asp?keyword=&catc=016005005&mfrc=" class="lv3lst">Humidity Meters</a><a href="vp.asp?keyword=&catc=016005004&t=1&mfrc=" class="lv3lst">Light Meters</a><a href="vp.asp?keyword=&catc=016005007&t=1&mfrc=" class="lv3lst">Multifunction Environment Meters</a><a href="vp.asp?keyword=&catc=016005002&t=1&mfrc=" class="lv3lst">Sound Meters</a><a href="vp.asp?keyword=&catc=016005008&t=1&mfrc=" class="lv3lst">Thickness Gauge</a><a href="vp.asp?keyword=&catc=016005006&t=1&mfrc=" class="lv3lst">Ultrasound Detector</a><a href="vp.asp?keyword=&catc=016005010&t=1&mfrc=" class="lv3lst">Wire Tracers and Underground Locators</a></div><a href="tabs.asp?catc=016008&t=1&mfrc=" class="showlv3lst">Software</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=016008002&t=1&mfrc=" class="lv3lst">Calibration Software</a><a href="vp.asp?keyword=&catc=016008001&t=1&mfrc=" class="lv3lst">Electrical Test Tools Software</a></div><a href="tabs.asp?catc=016003&t=1&mfrc=" class="showlv3lst">Temperature Measurement</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=016003001&mfrc=" class="lv3lst">Contact Thermometers</a><a href="af.asp?keyword=&catc=016003002&mfrc=" class="lv3lst">IR Thermometers</a><a href="af.asp?keyword=&catc=016003003&mfrc=" class="lv3lst">Temperature Profiling System</a></div></div></div></div></li><li><a href="#" class="arrow-right">Others</a><div><div style="width:270px;float:left;display:block;border:0px solid blue;"><div class="nav-column"><h3><a href="tabs.asp?keyword=&catc=090">Others</a></h3><a href="tabs.asp?catc=090012&t=1&mfrc=" class="showlv3lst">Book</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=090012003&t=1&mfrc=" class="lv3lst">Books</a><a href="af.asp?keyword=&catc=090012002&mfrc=" class="lv3lst">Magazine</a></div><a href="tabs.asp?catc=090001&t=1&mfrc=" class="showlv3lst">Computer, Peripheral & Accessories</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=090001003&mfrc=" class="lv3lst">Card Reader & Barcode Scanner</a><a href="vp.asp?keyword=&catc=090001004&t=1&mfrc=" class="lv3lst">Other</a></div><a href="tabs.asp?catc=090002&t=1&mfrc=" class="showlv3lst">Electrical & Electronics</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=090002003&t=1&mfrc=" class="lv3lst">Set Top Box</a><a href="vp.asp?keyword=&catc=090002001&t=1&mfrc=" class="lv3lst">Touch Switch</a></div><a href="af.asp?keyword=&catc=090005&mfrc=" class="lv2lst">Embedded Computer</a><a href="tabs.asp?catc=090007&t=1&mfrc=" class="showlv3lst">Hardware/Accessories</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=090007005&mfrc=" class="lv3lst">Box, Enclosures, Racks</a><a href="vp.asp?keyword=&catc=090007003&t=1&mfrc=" class="lv3lst">Circuit Board Support</a><a href="vp.asp?keyword=&catc=090007007&t=1&mfrc=" class="lv3lst">Heat Sink Accessories</a><a href="vp.asp?keyword=&catc=090007006&t=1&mfrc=" class="lv3lst">Magnetic</a><a href="af.asp?keyword=&catc=090007004&mfrc=" class="lv3lst">Nuts</a><a href="af.asp?keyword=&catc=090007001&mfrc=" class="lv3lst">Screws</a><a href="vp.asp?keyword=&catc=090007008&t=1&mfrc=" class="lv3lst">Shafts, Knobs & Thumbwheels</a><a href="af.asp?keyword=&catc=090007002&mfrc=" class="lv3lst">Spacers/Standoffs</a></div><a href="tabs.asp?catc=090003&t=1&mfrc=" class="showlv3lst">Networking Solution</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=090003003&mfrc=" class="lv3lst">Gateways, Routers</a><a href="af.asp?keyword=&catc=090003001&mfrc=" class="lv3lst">Media Converter</a><a href="af.asp?keyword=&catc=090003002&mfrc=" class="lv3lst">Switches, Hubs</a></div><a href="af.asp?keyword=&catc=090004&mfrc=" class="lv2lst">Other</a><a href="tabs.asp?catc=090010&t=1&mfrc=" class="showlv3lst">Prototype Products</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=090010001&t=1&mfrc=" class="lv3lst">Bread Boards</a><a href="vp.asp?keyword=&catc=090010002&t=1&mfrc=" class="lv3lst">Dry Films</a><a href="vp.asp?keyword=&catc=090010003&t=1&mfrc=" class="lv3lst">Jumper Wire</a><a href="af.asp?keyword=&catc=090010004&mfrc=" class="lv3lst">PCB Boards</a></div><a href="tabs.asp?catc=090008&t=1&mfrc=" class="showlv3lst">RF</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=090008001&mfrc=" class="lv3lst">Antennas</a><a href="af.asp?keyword=&catc=090008002&mfrc=" class="lv3lst">Transceivers</a></div><a href="tabs.asp?catc=090006&t=1&mfrc=" class="showlv3lst">Sensor/Transducer</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=090006010&mfrc=" class="lv3lst">Current Sensor/Transducer</a><a href="af.asp?keyword=&catc=090006006&mfrc=" class="lv3lst">Dust/Particle Sensors</a><a href="af.asp?keyword=&catc=090006007&mfrc=" class="lv3lst">Environment Sensors</a><a href="vp.asp?keyword=&catc=090006001&t=1&mfrc=" class="lv3lst">Flow Sensors</a><a href="af.asp?keyword=&catc=090006008&mfrc=" class="lv3lst">Gas Sensors</a><a href="vp.asp?keyword=&catc=090006009&t=1&mfrc=" class="lv3lst">Image Sensors</a><a href="vp.asp?keyword=&catc=090006003&t=1&mfrc=" class="lv3lst">Ionizer</a><a href="af.asp?keyword=&catc=090006005&mfrc=" class="lv3lst">Motion/Object Sensors</a><a href="af.asp?keyword=&catc=090006004&mfrc=" class="lv3lst">Pressure Sensors</a><a href="af.asp?keyword=&catc=090006002&mfrc=" class="lv3lst">Temperature/Humidity Sensors</a><a href="vp.asp?keyword=&catc=090006011&t=1&mfrc=" class="lv3lst">Water Quality Sensors</a></div><a href="tabs.asp?catc=090011&t=1&mfrc=" class="showlv3lst">Supplies</a><div class="box-catlv3"><a href="af.asp?keyword=&catc=090011002&mfrc=" class="lv3lst">Solder</a></div><a href="tabs.asp?catc=090009&t=1&mfrc=" class="showlv3lst">Thermal Management</a><div class="box-catlv3"><a href="vp.asp?keyword=&catc=090009001&t=1&mfrc=" class="lv3lst">AC Fans</a><a href="af.asp?keyword=&catc=090009002&mfrc=" class="lv3lst">DC Fans</a><a href="vp.asp?keyword=&catc=090009003&t=1&mfrc=" class="lv3lst">Finger Guard</a><a href="af.asp?keyword=&catc=090009004&mfrc=" class="lv3lst">Heat Sinks</a><a href="af.asp?keyword=&catc=090009005&mfrc=" class="lv3lst">Others</a></div><a href="af.asp?keyword=&catc=090014&mfrc=" class="lv2lst">Tracking Devices</a></div></div></div></li><li><a href="#" style="height: 26px; background: #f8f8f8; border-top: 0 solid #d4d4d4; border-bottom: 0 solid #d4d4d4;"></a></li></ul></li><li><a id="b-menubar2" class="menubar" href="#"><div style="padding-top: 8px;">Manufacturers</div></a><ul class="dropdown-menu scrollable-menu" role="menu"><li><a href="mfr-vp.asp?mfrcode=&mfrname=&viewby=">All</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1890">AIPU POWER</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0825">Aishi</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0713">ARDUINO</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1426">ASAIR</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1236">ATTEN</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0401">AV-Display</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0762">CEM</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1867">CHEMIS</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1286">CODACA</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1162">CPi</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0206">DATAPAQ</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1536">Dediprog</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0330">Degson</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1064">DEHN</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0290">Delta</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0005">Dinkle</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1998">Diotec</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0714">Dominant</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1038">EATON Bussmann</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1600">EATON Electric</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0057">Epson</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0867">EP Solar</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0757">FDK</a></li><li><a href="tabs-fluke.asp?keyword=&catc=&t=1&mfrc=0061,0678,1151,2148">Fluke</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0336">FTDI</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0032">Fujitsu Component</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0445">Fujitsu Semiconductor</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0806">GBA/Microcoin</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1654">Geehy Semiconductor</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1164">Glory</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0007">GTK</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0853">HIOKI</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0227">Infineon</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1120">Intesis</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0855">ITL</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0136">KEC</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1132">Kerlink</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0092">KYOCERA AVX</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1111">LAPIS (ROHM GROUP)</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0866">LEM</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1563">LUMINUS</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0035">Microchip</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1250">Micsig</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0160">Murata</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0610">Neltron</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1157">Newland</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0289">NICHICON</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0857">NIPPON CHEMI-CON</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0232">NKK Switches</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0010">OASISTEK</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0262">Omron</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0195">Power Integration</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0896">QUECTEL</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=9998">Rochester</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0176">Rohm</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0150">ROYAL OHM</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0638">Sagami</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0566">Samxon</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0285">Schaffner</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1123">Schaltbau</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0084">Sharp</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1414">Sheng Ye</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0641">SIMCom</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0767">Staubli</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0339">TAEJIN (HTC)</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1417">TDD TOUCH</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=2031">Teltonika Networks</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=2065">Teltonika Telematics</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0087">Toshiba</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0282">UTC</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=2008">UTEK TECHNOLOGY</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1460">Varta</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=0135">Vishay</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1476">Winsen</a></li><li><a href="tabs.asp?keyword=&catc=&t=1&mfrc=1163">Yongneng</a></li></ul></li><li><a id="b-menubar2" class="menubar" href="#"><div style="padding-top: 8px;">Customer Services</div></a><ul><li><a href="orderpayment.asp">การสั่งซื้อและชำระเงิน</a></li><li><a href="shippingdelivery.asp">การจัดส่ง</a></li><li><a href="transform.asp">แจ้งเงินโอน</a></li><li><a href="bank-account.asp">บัญชีธนาคาร</a></li><li><a href="tracking.asp">ติดตามรายการสั่งซื้อ</a></li><li><a href="reqqoutation.asp">สอบถามสินค้าและราคา</a></li><li><a href="showholiday.asp">วันหยุดประจำปีของบริษัท</a></li></ul></li><li><a id="b-menubar2" class="menubar" href="#"><div style="padding-top: 8px;">Language (TH)</div></a><ul><li><a href="#">THAI</a></li><li><a href="switchlanguage.asp?eslang=eng">ENGLISH</a></li></ul></li><li><a id="b-menubar2" class="menubar" href="#"><div style="padding-top: 8px;">Currency (THB)</div></a><ul><li><a href="#">THB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li><li><a href="switchlanguage.asp?SelectCurrency=2">USD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li></ul></li><li><a id="b-menubar2" class="menubar" href="new-contactus.asp"><div style="padding-top: 8px;">Contact Us</div></a></ul></div>
		</div>
    </div>

    <input type="hidden" id="txtWisherID" name="txtWisherID" value="" />






<input type="hidden" id="msgNotiBlankLoginName" value="โปรดใส่ Login name" />
<input type="hidden" id="msgNotiLenLoginName" value="ข้อมูลไม่ถูกต้อง" />
<input type="hidden" id="msgNoticeLonginNameExist" value="Login name ซ้ำ โปรดใช้ชื่ออื่น" />
<input type="hidden" id="msgNoticeLoginNameAlphabet" value="ข้อมูลไม่ถูกต้อง" />

<input type="hidden" id="msgNotiBlankPass" value="โปรดใส่รหัสผ่าน" />
<input type="hidden" id="msgNotiLenPass" value="ข้อมูลไม่ถูกต้อง" />

<input type="hidden" id="msgNotiBlankConfPass" value="โปรดใส่รหัสผ่าน" />
<input type="hidden" id="msgNotiMatchConfPass" value="ข้อมูลไม่ถูกต้อง" />

<input type="hidden" id="msgNotiBlankNameSur" value="โปรดใส่ชื่อและนามสกุล" />

<input type="hidden" id="msgNotiBlankEmail" value="โปรดใส่อีเมล์" />
<input type="hidden" id="msgNotiInvalidEmail" value="ข้อมูลไม่ถูกต้อง" />

<input type="hidden" id="msgNoticeInvalidPhone" value="กรุณาใส่เบอร์โทรศัพท์มือถือ" />




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>การลงทะเบียนสมัครสมาชิก</title>    
    <link rel='stylesheet' href='css/registerform.css' type='text/css' />

    <link rel="stylesheet" href="style/my_style.css" type="text/css" />
	<link rel="stylesheet" href="styles/themes/web20/masterpage_layout.css" media="screen" />

    <style>
        .rowHeight {height: 40px;}
        .msgNotice {font-family:Arial, Helvetica, sans-serif;font-size:13px; color: red;}
        .msgAlwaysNotice {font-family:Arial, Helvetica, sans-serif;font-size:16px;line-height:1.5;color: #808080;}
        .starNotice {font-family:Arial, Helvetica, sans-serif;font-size:20px;color: red;}
        .regis_detail {font-family:Arial, Helvetica, sans-serif;font-size:15px;color: #808080; vertical-align: top; width:140px;}
        
        .btnLogin {
	        -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	        -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	        box-shadow:inset 0px 1px 0px 0px #fce2c1;
	        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	        background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	        background-color:#ffc477;
	        -webkit-border-top-left-radius:0px;
	        -moz-border-radius-topleft:0px;
	        border-top-left-radius:0px;
	        -webkit-border-top-right-radius:0px;
	        -moz-border-radius-topright:0px;
	        border-top-right-radius:0px;
	        -webkit-border-bottom-right-radius:0px;
	        -moz-border-radius-bottomright:0px;
	        border-bottom-right-radius:0px;
	        -webkit-border-bottom-left-radius:0px;
	        -moz-border-radius-bottomleft:0px;
	        border-bottom-left-radius:0px;
	        text-indent:0px;
	        border:1px solid #eeb44f;
	        display:inline-block;
	        color:#ffffff;
	        font-family:Arial;
	        font-size:15px;
	        font-weight:normal;
	        font-style:normal;
	        height:35px;
	        line-height:35px;
	        width:207px;
	        text-decoration:none;
	        text-align:center;
	        text-shadow:1px 1px 0px #cc9f52;
	        cursor: pointer;
	        margin-top: 10px;
        }
        .btnLogin:hover {
	        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	        background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	        background-color:#fb9e25;
        }.btnLogin:active {
	        position:relative;
	        top:1px;
        }
    </style>
    <script language="javascript" type="text/javascript">
        $(document).ready(function () {
            $('input').on('keypress', function (event) {
                var regex = new RegExp("^[a-zA-Z0-9ก-๙, _/()*@.-]+$");
                var key = String.fromCharCode(!event.charCode ? event.which : event.charCode);
                if (!regex.test(key)) {
                    event.preventDefault();
                    return false;
                }
            });
        });
    </script>
    <script src="js/registerform-validation.js" type="text/javascript"></script>
</head>


<body id="web-frame">
	<div class="content-frame">
		<table style="-moz-border-radius: 5px 5px 5px 5px; color: #444444;padding: 0px;text-align: left; width:1229px" cellspacing="0">
			<tr>
				<td colspan="3">
					<div class="navi_container" style="font-size: 15px;">&nbsp;&nbsp;<a href="index.asp" class="nav_lnk">Home</a> > <a href="reg-userlogin.asp" class="nav_lnk">Member register</a></div><br />
				</td>
			</tr>
            <tr style="height:30px">
				<td colspan="3"></td>
			</tr>
			<tr>
                <td style="width: 27%"></td>
				<td style="width: 46%; font-size: 22px; color: #4a452a; background-color: #d8d8d8; border-radius: 3px;">&nbsp;สมัครสมาชิก</td>
				<td style="width: 27%"></td>
			</tr>
			<tr style="height:20px">
				<td colspan="3"></td>
			</tr>
			<tr>
				<td></td>
				<td style="font-size: 20px; color: #4a452a; ">&nbsp;ลงทะเบียนสมัครสมาชิก</td>
				<td></td>
			</tr>
			<tr style="height:20px">
				<td colspan="3"></td>
			</tr>
			<tr>
				<td></td>
				<td style="text-align: left; margin:30px 0px 0px 180px;">
					<table border="0" cellspacing="0" cellpadding="5" style="background-color:#fff; border: 1px solid #d8d8d8; border-radius: 3px; margin-bottom: 70px; width: 700px;">
						<tr>
							<td width="5px"></td>
							<td width="20px" valign="top"></td>
							<td width="100%" valign="top">
								<table border="0" cellspacing="0" cellpadding="0">
									<tr>
										<td valign="top">
											<table width="910px" border="0" cellspacing="0" cellpadding="0" class="body_t">
												<tr>
													<td colspan="2" style="height: 40px; text-align: right; margin-right:30px;" class="msgAlwaysNotice"><font class="starNotice">*</font> ช่องที่ต้องกรอกข้อมูล</td>
													<td></td>
												</tr>
												<tr>
													<td width="30px"></td>
													<td valign="top">
														<div class="login_detail" style="width: 100%">
															<form name="registration" method="post" onsubmit="return formValidation();">
																<table border="0" cellspacing="0" cellpadding="0" style="width: 100%; text-align:left;">
																	<tr class="rowHeight">
																		<td class="regis_detail"><label for="userid">Login Name</label></td>
																		<td style="width: 5px; vertical-align: top;"><font class="starNotice">*</font></td>
																		<td style="text-align:left; vertical-align: top; width:220px;">
																			<input type="text" name="userid" size="25" maxlength="15" onblur="checkuid();" value="" /><br />
																			<span style="font-size: 14px; margin-bottom: 15px;">(อักษร A-Z,0-9&nbsp;&nbsp;&nbsp;&nbsp;5-15 ตัวอักษร)</span>
																		</td>
																		<td colspan="3" style="vertical-align: top;">
																			<span id="userid_status" class="msgNotice"></span>
																			<span id="noticeUserLoginName" class="msgNotice"></span>
																		</td>
																	</tr>
																	<tr class="rowHeight">
																		<td class="regis_detail"><label for="passid">Password</label></td>
																		<td style="vertical-align: top;"><font class="starNotice">*</font>&nbsp;</td>
																		<td style="vertical-align: top;">
																			<input type="password" name="passid" size="25" maxlength="15" value="" /><br />
																			<span style="font-size: 14px; margin-bottom: 15px;">(อักษร A-Z,0-9&nbsp;&nbsp;&nbsp;&nbsp;4-15 ตัวอักษร)</span>
																		</td>
																		<td colspan="3" style="vertical-align: top;">
																			<span id="noticePassword" class="msgNotice"></span>
																		</td>
																	</tr>
																	<tr class="rowHeight">
																		<td class="regis_detail"><label for="confirmpassid">Confirm Password</label></td>
																		<td style="vertical-align: top;"><font class="starNotice">*</font>&nbsp;</td>
																		<td style="vertical-align: top;">
																			<input type="password" name="confirmpassid" size="25" maxlength="15" value="" />
																		</td>
																		<td colspan="3" style="vertical-align: top;">
																			<span id="noticeConfPassword" class="msgNotice"></span>
																		</td>
																	</tr>
																	<tr class="rowHeight">
																		<td class="regis_detail"><label for="username">Name & Surname</label></td>
																		<td style="vertical-align: top;"><font class="starNotice">*</font>&nbsp;</td>
																		<td style="vertical-align: top;" colspan="3">
																			
																				<input type="text" name="username" size="75" value="" maxlength="60" />
																			
																			<br />
																			<span style="font-size: 14px; margin-bottom: 15px;">(สูงสุด 60 ตัวอักษร)</span>
																		</td>
																		<td colspan="3" style="vertical-align: top; margin-left: 25px;"> 
																			<span id="noticeNameSur" class="msgNotice" style="margin-left:10px;"></span>
																		</td>
																	</tr>
																	<tr class="rowHeight">
																		<td class="regis_detail"><label for="email">Email address</label></td>
																		<td style="vertical-align: top;"><font class="starNotice">*</font>&nbsp;</td>
																		<td style="vertical-align: top;" colspan="2">
																			
																				<input type="text" name="email" size="50" maxlength="40" />
																			
																			<br />
																			<span style="font-size: 14px; margin-bottom: 15px;">(สูงสุด 40 ตัวอักษร)</span>
																		</td>
																		<td colspan="2" style="vertical-align: top;">
																			<span id="noticeEmail" class="msgNotice" style="margin-left:10px;"></span>
																		</td>
																		<td></td>
																	</tr>
																	<tr class="rowHeight">
																		<td class="regis_detail"><label for="phonenumber">Telephone</label></td>
																		<td style="vertical-align: top;"><font class="starNotice">*</font>&nbsp;</td>
																		<td style="vertical-align: top;">
																			<!--<input type="text" name="phonenumber" onkeypress="return event.charCode >= 48 && event.charCode <= 57" size="25" maxlength="20" /><br />-->
																			
																				<input type="text" name="phonenumber" onkeypress="return event.charCode >= 48 && event.charCode <= 57" size="25" maxlength="20" />
																			
																			<br />
																			<span style="font-size: 14px; margin-bottom: 15px;">(สูงสุด 20 ตัวอักษร)</span>
																		</td>
																		<td colspan="3"  style="vertical-align: top;">
																			<span id="noticePhoneNumber" class="msgNotice" style="margin-left:10px;"></span>
																		</td>
																	</tr>
																	<tr class="rowHeight">
																		<td colspan="2"></td>
																		<td>
																			<input type="submit" class="btnLogin" name="submit" value="ลงทะเบียน" />
																		</td>
																		<td></td>
																		<td></td>
																		<td></td>
																	</tr>
																</table>
																<br /><br />
																<span id="errorInformer" style="color:red;"></span>

																<input type="hidden" name="province" value="0" />
																<!--<input type="hidden" name="savelogin_action" value="yes" />-->
															</form>
														</div>
													</td>
													<td width="30px" rowspan="2"></td>
												</tr>
											</table>
										</td>
									</tr>
								</table>
							</td>
						</tr>
					</table>
				</td>
				<td></td>
			</tr>
		</table>
	</div>
</body>

</html>

		</div>
		<div id="ftr" class="footer-ms">
			<div class="footer-frame">			
				<div class="FooterColumn">
					<div class="FooterHeader">บริการลูกค้า</div><br />
					<div class="FooterDetail"><a href="orderpayment.asp">การสั่งซื้อและชำระเงิน</a></div>
					<div class="FooterDetail"><a href="shippingdelivery.asp">การจัดส่ง</a></div>
					<div class="FooterDetail"><a href="tracking.asp">ติดตามรายการสั่งซื้อ</a></div>
					<div class="FooterDetail"><a href="bank-account.asp">บัญชีธนาคาร</a></div>
					<div class="FooterDetail"><a href="transform.asp">แจ้งเงินโอน</a></div>
					<div class="FooterDetail"><a href="return-policy.asp">นโยบายรับคืน</a></div>
					<div class="FooterDetail"><a href="showholiday.asp">วันหยุดประจำปีของบริษัท</a></div>
				</div>
				<div class="FooterColumn"></div>
				<div class="FooterColumn">
					<div class="FooterHeader">เกี่ยวกับเรา</div><br />
					<div class="FooterDetail"><a href="aboutus.asp">เกี่ยวกับบริษัท</a></div>
					<div class="FooterDetail"><a href="privacy-policy.asp">นโยบายคุ้มครองข้อมูลส่วนบุคคล</a></div>
				</div>
				<div class="FooterColumn"></div>
				<div class="FooterColumn">
					<div class="FooterHeader">ร่วมงานกับเรา</div><br />
					<div class="FooterDetail"><a href="jobs.asp">ตำแหน่งงาน</a></div>
				</div>
				<div class="FooterColumn"></div>
				<div class="FooterColumn">
					<div class="FooterHeader">ติดต่อเรา</div><br />
					<div class="FooterDetail"><a href="new-contactus.asp">ที่อยู่และแผนที่</a></div>
                    <div class="FooterDetail">สอบถามสินค้า: <a href="mailto:sale@es.co.th" target="_top">sale@es.co.th</a></div><br />
					<div class="FooterDetail" style="font-size: 13.5px;">Official line: @esource</div>
					<div class="FooterDetail">
                        <!--<span style="vertical-align: top; font-size: 13.5px;">Official line: @esource</span>-->
						<span style="margin-left: 1px;"><img src="images/LineQR2.png" align="middle" width="100px" border="0" /></span>
						<!--<a href="https://line.me/R/ti/p/%40hme8844q" target="_blank"><img height="36" border="0" alt="เพิ่มเพื่อน" src="images/addline.png"></a>-->
					</div><br />
					<div class="FooterDetail" style="font-size: 13.5px;">สอบถามปัญหาด้านเทคนิค : @estechsupport</div>
					<div class="FooterDetail">
                        <!--<span style="vertical-align: top; font-size: 13.5px;">สอบถามปัญหาด้านเทคนิค : @estechsupport</span>-->
						<span style="margin-left: 1px;"><img src="images/Line_estech.png" align="middle" width="100px" border="0" /></span>
						<!--<a href="https://line.me/R/ti/p/%40hme8844q" target="_blank"><img height="36" border="0" alt="เพิ่มเพื่อน" src="images/addline.png"></a>-->
					</div><br />
                    <div class="FooterDetail" style="font-size: 13.5px;">Mobile phone application: esource</div>
                    <div style="float: left; text-align: center; margin-top: 7px; line-height: 1.5; margin-right: 20px;">
						<div><img src="images/esource-ios.png" width="100px" border="0" /></div>
                        <div><a href="https://apps.apple.com/th/app/esource/id1628592206" target="_blank"><img src="images/app-store-badge.png" width="110px" border="0" /></a></div>
					</div>
					<div style="float: right; text-align: center; margin-top: 7px; line-height: 1.5;">
						<div><img src="images/esource-android.png" width="100px" border="0" /></div>
                        <div><a href="https://play.google.com/store/apps/details?id=com.esource.esweb" target="_blank"><img src="images/google-play-badge.png" width="115px" border="0" /></a></div>
					</div>
				</div>
				<div class="FooterColumn"></div>
				<div class="FooterColumn">
					<div class="FooterDetail" style="margin-top: 275px;"><img src="images/footer-DBD.jpg" width="60px" border="0" /></div>
					<div class="FooterDetail">
						<img src="images/footer-ThailandPost.jpg" width="60px" border="0" />&nbsp;&nbsp;
						<img src="images/footer-DHL.jpg" width="60px" border="0" />&nbsp;&nbsp;
						<img src="images/footer-KERRY.jpg" width="60px" border="0" />
					</div>
					<div class="FooterDetail">
						<img src="images/footer-BBL.jpg" width="60px" border="0" />&nbsp;&nbsp;
						<img src="images/footer-SCB.jpg" width="60px" border="0" />&nbsp;&nbsp;
						<img src="images/footer-KBANK.jpg" width="60px" border="0" />
					</div>
					<div class="FooterDetail">
						<img src="images/footer-VISA.jpg" width="60px" border="0" />&nbsp;&nbsp;
						<img src="images/footer-mastercard.jpg" width="60px" border="0" />&nbsp;&nbsp;
						<img src="images/footer-JCB.jpg" width="60px" border="0" />&nbsp;&nbsp;
						<img src="images/footer-UnionPay.jpg" width="60px" border="0" />
					</div>
					<div class="FooterDetail">
                         <div class="FooterDetail">
						    <!--<a href="certificate/FS-793909.pdf" target="_blank"><img src="images/ISO-9001.png" style="padding: 0px; margin: 0px; border: 0px;" height="70px" /></a>-->
                            <img src="images/ISO-9001.png" style="padding: 0px; margin: 0px; border: 0px;" height="70px" />
                            <div style="font-family: Tahoma; font-size: 8pt; margin: 2px 0px 0px 70px; padding: 0px; border: 0px;">FS 793909</div>
					    </div>
					</div>
				</div>
			</div>
		</div>
		<div id="footer-ct">
				
					<div id="usersonline">Users online : 2000</div>
				
				<div id="escopyright-ct">Copyright &copy; 2009-2026 Electronics Source Co.,Ltd. All rights reserved.</div>
			</div>
	</div>	

</body>
</html>

<!-- ============= (2) Begin: CSS,link,script (MC) ** IE 11 ** ============== -->
<link href="css/autocomplete/jquery-ui.css" media="screen" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="js/autocomplete/jquery-1.8.3.js"></script>
<script type="text/javascript" src="js/autocomplete/jquery-ui.js"></script>
<!-- ============================================================== -->
