function ShowShadowboxContent(theTitle, theCopy) {
    Shadowbox.init({ players: ["html", "iframe"] });
    Shadowbox.open({
        player:     "html",
        title:      theTitle,
        content:    theCopy,        
        height:     350,
        width:      350
    });
    
}
