﻿function getModels() { var model = document.getElementById("Right1_drdManufacturers"); var modelURL = model.options[model.selectedIndex].value; location.href = '/' + modelURL }
function clearText(field){if (field.defaultValue == field.value) field.value = '';else if (field.value == '') field.value = field.defaultValue;}
function Search(obj) {var objsearch = document.getElementById('SearchTerm').value; location.href = '/search.aspx?SearchTerm=' +  objsearch }
function doSearch(e) {var code = (window.event) ? event.keyCode : e.which;if(code==13) {var objsearch = document.getElementById('SearchTerm').value; location.href = '/search.aspx?searchterm=' +  objsearch }}
function disableCDNS(){ document.getElementById("Right1_drdProductType").disabled = 'disable'; document.getElementById("Right1_CascadingDropDown4_ClientState").disabled = 'disable';
	document.getElementById("Right1_drdCategory").disabled = 'disable'; document.getElementById("Right1_CascadingDropDown1_ClientState").disabled = 'disable';
        document.getElementById("Right1_drdManufacturers").disabled = 'disable';   document.getElementById("Right1_CascadingDropDown2_ClientState").disabled = 'disable';}
function checkredirect() { var cat = document.getElementById("Right1_drdCategory"); var catname = cat.options[cat.selectedIndex].text; if (catname == 'Miniature') { location.href = '/t-Miniature-Light-Bulbs.aspx'; } }


