function showTooltip(titulo, texto) {
	return overlib('<div class="childTool"><h4>' + titulo + '</h4><p>' + texto + '</p></div>', FULLHTML);

}

function hideTooltip() {
	return nd();
}


$(document).ready(function(){
	
	if ($('#wrapper').length > 0) $(document).pngFix();
	
	if ($('#menuTxt').length > 0) {	
		$('#menuTxt').flash({
			src: cms2dm_public + 'swf/txt.swf',
			width: 215,
			height: 120,
			wmode: 'transparent',
			flashvars: { txt: 'Los niños<br>que nunca<br>volvieron'}
			},
			{expressInstall: true}
		);		
	};
	
	if ($('#banner_mapa').length > 0) {	
		$('#banner_mapa').flash({
			src: cms2dm_public + 'swf/bannerMapa.swf',
			width: 250,
			height: 144,
			wmode: 'transparent',
			flashvars: { publicPath: cms2dm_public}
			},
			{expressInstall: true}
		);		
	};	

	
	
});
