﻿// JScript 文件
function GetPath()
{
var strPath="";
if(location.pathname.indexOf('web')==-1)
{
strPath=location.protocol+"//"+location.host
}
else
{
strPath=location.protocol+"//"+location.host+"/"+"web"
}
return strPath; 

}

var Path=GetPath();


document.write("<div class='helpcenter'>")
document.write("<div class='helpcenter_title'>&nbsp;</div>")
document.write("<ul class='helpcenter_ul'>")
document.write("<li style=' width:112px;'><img src='"+Path+"/shop/image/helpcenter_pic1.gif' width='52' height='52' /><div class=\"helpcenter_t\">购物指南</div>")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=503' target='_blank'>购买方式</a><br />")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=502' target='_blank'>购物流程</a><br />")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=517' target='_blank'>会员注册</a><br />")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=529' target='_blank'>服务商信息</a></li>")
document.write("<li style=' width:112px;'><img src='"+Path+"/shop/image/helpcenter_pic2.gif'width='52' height='52' /><div class=\"helpcenter_t\">配送方式</div>")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=506' target='_blank'>配送方式</a><br />")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=522' target='_blank'>签收原则</a><br />")
document.write("</li>")
document.write("<li style=' width:119px;'><img src='"+Path+"/shop/image/helpcenter_pic3.gif' width='51' height='52'/><div class=\"helpcenter_t\">支付方式</div>")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=525' target='_blank'>在线支付</a><br />")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=526' target='_blank'>线下支付</a><br />")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=527' target='_blank'>货到付款</a><br />")
document.write("</li>")
document.write("<li style=' width:112px;'><img src='"+Path+"/shop/image/helpcenter_pic4.gif' width='52' height='52'/><div class=\"helpcenter_t\">订单信息</div>")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=507' target='_blank'>订单状态</a><br />")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=509' target='_blank'>发票制度</a><br />")
document.write("</li>")
document.write("<li style=' width:112px;'><img src='"+Path+"/shop/image/helpcenter_pic5.gif' width='51' height='51'/><div class=\"helpcenter_t\">售后服务</div>")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=511' target='_blank'>服务政策</a><br />")
document.write("</li>")
document.write("<li style=' width:119px;'><img src='"+Path+"/shop/image/helpcenter_pic6.gif' width='51' height='52'/><div class=\"helpcenter_t\">关于优惠券</div>")
document.write("<a href='"+Path+"/Lenovo_help.aspx?infoid=510' target='_blank'>优惠券使用<br />")
document.write("说明</a><br />")
document.write("</li>")
document.write("</ul>")
document.write("</div>")