function ocultaSlide(){

	ocultaCorte('dv_cabecalho_slide');
	exibeCorte('dv_cabecalho_slide_abrir');
	cookie('status_slide','0',2);

	}
	
///////////////////////////////////

function exibeSlide(){

	exibeCorte('dv_cabecalho_slide');
	ocultaCorte('dv_cabecalho_slide_abrir');
	cookie('status_slide','1',2);

	}
	
