function openSB(type, title, url, width, height)
{
Shadowbox.init({skipSetup: true});
Shadowbox.open({type: type, title: title, content: url, width: width, height: height});
};