Shadowbox.init({
    enableKeys: false
});

function PopupShadowboxHtml(el) {
	Shadowbox.open({ player:"iframe", content:el.href, width:500, height:700 });
}

