
function openShadowbox(id) {
    Shadowbox.open({
        content:    "show_accessory.php?id="+id,
        player:     "iframe",
        title:      "",
        width:      "500px",
        height:     "480px"
    });
}
