﻿// JScript 文件

function AddToShopCart(book_id)

{

         var url=null;

 

         if(book_id==null || book_id<1)

                   url="../show/shop_car.aspx";

         else

                  url="../show/shop_productset.aspx?BookID="+book_id+"&reference_url="+escape(window.location.href);

            
         var popup=window.open(url,"shopcart");
         popup.focus();
         //popup.location.href=url;

}
function Addme()
{ 
url = "http://www.jtbook.com.cn"; //你自己的主页地址 
title = "人民交通出版社网上书城"; //你自己的主页名称
 window.external.AddFavorite(url,title);
}
 function getshow(){
var std=document.getElementById("showtel");
std.style.dispaly="block";

}
function getover(){
var std=document.getElementById("showtel");
std.style.dispaly="none";

}

var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F9cd013fe250ebffc853b386569ab18c0' type='text/javascript'%3E%3C/script%3E"));


