document.getElementById('span_brand_class').innerHTML = ""; function show_product_series_search(brand_class_id) { var tag = document.getElementById('script_series_class'); tag.src="/js/series-" + brand_class_id + ".html"; if(tag.src!="/js/series-" + brand_class_id + ".html") { var tag1=document.createElement('script'); tag1.setAttribute('src',"/js/series-" + brand_class_id + ".html"); document.getElementById('script_series_class').appendChild(tag1); } }