function showInfo(){
	Lightview.show({
	  href: '#contentWarning',
	  rel: 'inline',
		options: {
		autosize: true,
		topclose: true
	  }
	});	
}

function showPublicity(number){
	Lightview.show({
	  href: '#contentPublicity'+number,
	  rel: 'inline',
		options: {
		autosize: true,
		topclose: true
	  }
	});	
}
/*
function showPublicity(){
	Lightview.show({
	  href: 'image/volanteweb.jpg',
	  rel: 'image',
		options: {
			autosize: true,
			topclose: true
	  }
	});	
}
*/