
function shareContent(contenido, w, h){
	Shadowbox.open({
		player:     'html',
		content:    contenido,
		height:     h,
		width:      w
	});
}

