var proBasketString="<li>"+"<a href='{0}' target='_blank' title='{3}'><img src='{1}' alt='{3}' style='width:80px;height:80px;' border='0' /></a>"+"<br /><span title='点击移除该产品' onclick='removeThisItem(event,{2})'>{3}</span>"+"</li>";loadAreaInfo(1);
function goSearch(mark) {
var m = mark != null ? mark : '';
var keyword = $("txtSearchKey" + m).value; if (Trim(keyword).length == 1) { alert("请输入搜索关键词（必须大于一个字符）！"); return false; }
var provinceValue=$("selProvince").value.split(":");if(provinceValue[0]!=provinceId)
{$("selCity").value=0;}
var isOnLine = $("chbShowOnline").checked ? "1" : "0"; var myLinkUrl = "../search/product_" + spId + "_" + stId + "_" + encodeURI(filterStrForSearch(keyword)) + "_0_" +
provinceValue[0]+"_"+$("selCity").value+"_"+
$("selMemberRating").value+"_"+isOnLine+"_1.html";document.location=myLinkUrl;}
var currentContentDiv=null;function showContactInfo(objId)
{$(objId).style.visibility="visible";currentContentDiv=objId;}
function hideContactInfo()
{if(currentContentDiv!=null)
$(currentContentDiv).style.visibility="hidden";}
document.onmouseover=function(event){e=event?event:window.event;var srcElement=e.srcElement||e.target;hideContactInfo();}
function GetShowUrl(tradeShowType,localHostUrl,showID)
{Show.Web.Main.AjaxRequestPage.GetShowUrl(tradeShowType,localHostUrl,showID,hostUrl,callbackGetUrl);}
function GetShowContactUrl(tradeShowType,localHostUrl,showID)
{Show.Web.Main.AjaxRequestPage.GetShowContactUrl(tradeShowType,localHostUrl,showID,hostUrl,callbackGetUrl);}
function GetProductSearchUrl(urlencode,requestStr,tradeShowType,localHostUrl,showID,catalogID)
{if(urlencode=="")
Show.Web.Main.AjaxRequestPage.GetProductCatalogUrl(tradeShowType,localHostUrl,showID,catalogID,hostUrl,callbackGetUrl);
else
Show.Web.Main.AjaxRequestPage.GetProductSearchUrl(tradeShowType,localHostUrl,showID,requestStr,hostUrl,callbackGetUrl);}
function GetProductUrl(tradeShowType,localHostUrl,showID,productID,timeFlag,entryName)
{Show.Web.Main.AjaxRequestPage.GetProductUrl(tradeShowType,localHostUrl,showID,productID,timeFlag,hostUrl,entryName,callbackGetUrl);}
function callbackGetUrl(res)
{openUrl(res.value);}
