function Shadow(url, title)
{
       Shadowbox.open({
          content:    url,
          player:     "iframe",
          title:      title,
          height:     300,
          width:      350
      });
}