Shadowbox.init({
    // let's skip the automatic setup because we don't have any
    // properly configured link elements on the page
    skipSetup: true
});

function open_news() {
Shadowbox.open({
	player : 'iframe',
	content : 'news_special.html',
	width: 870,
	height: 700
});
return false;
}

function open_abdomen_plat() {
Shadowbox.open({
	player : 'iframe',
	content : 'abdomen_plat.html',
	width: 470,
	height: 250
});
return false;
}

function open_pentru_ea() {
Shadowbox.open({
	player : 'iframe',
	content : 'http://www.delmarmedspa.ro/el_ea/ea.html',
	width: 870,
	height: 350
});
return false;
}


function open_pentru_el() {
Shadowbox.open({
	player : 'iframe',
	content : 'http://www.delmarmedspa.ro/el_ea/el.html',
	width: 870,
	height: 350
});
return false;
}

