var query_str="";var req =false;var respArea = "respTMallART";var respTgName ;document.write("<div  id="+respArea+"></div>");function ajaxMallSubmit(aid, pid, bid, mid ,domain,name){var hostProtocol = "http://";var hostName = document.domain;var appPath  = "/techtree/jsp/widget/";var scrFile  = "showList.jsp?";	var path = hostProtocol+hostName+appPath+scrFile;if (pid != 0){query_str = "pid="+pid;}if (bid != 0){	query_str += "&bid="+bid;}if (mid != 0){query_str += "&mid="+mid;}if (aid != 0){query_str = "aid="+aid;}showTMLink(respArea,path+query_str)} setTimeout("ajaxMallSubmit("+article_id+","+prodcat_id+","+ brand_id+", "+model_id+",'"+domain+"','"+name+"')",500);function showTMLink(respArea,url) {respTgName = respArea;if (window.XMLHttpRequest) {req = new XMLHttpRequest();req.onreadystatechange = processReq;req.open("GET", url , true);req.send(null); } else if (window.ActiveXObject) {isIE = true;req = new ActiveXObject("Microsoft.XMLHTTP");if (req) {req.onreadystatechange = processReq;req.open("GET", url, true);req.send();}}}function processReq() {if (req.readyState == 4) {if (req.status == 200) {if(document.getElementById(respTgName)){document.getElementById(respTgName).innerHTML=req.responseText;}}}}



