﻿$(document).ready(function() {
    //庫存頁面連結
    $("a[href*='BiHistPage.aspx']").colorbox({ width: "90%", height: "90%", iframe: true });
    $("a[href*='SocialHistPage.aspx']").colorbox({ width: "90%", height: "90%", iframe: true });
});

function SetMarker(id, keyword) {
    $("#" + id).highlight(keyword);
}