$(document).ready(function(){
	
	/*function mostrar(){
	$("#all_pop").show();
	}*/

    // HIGHSLIDE HOME
    hs.outlineType = 'rounded-white';
    hs.outlineWhileAnimating = true;	
	
	// POP-UP HOME
	
	/*$('#pop').flash({
	    src: 'swf/overpages/eco.swf',
	    width:433,
	    height: 279,
		wmode: 'transparent'
	});*/
	$('#close_pop').click(function(){
		//$('#all_pop embed').remove();
		//$('#all_pop object').remove();
		//$('#all_pop').remove();
		$('#all_pop').hide();
	});
	$('#close_pop2').click(function(){
		//$('#all_pop embed').remove();
		//$('#all_pop object').remove();
		//$('#all_pop').remove();
		$('#all_pop2').hide();
	});
	
});