// JavaScript Document

function muestra(aparece)
{
	$("div.cambia").hide();
	$("div#"+aparece).show();

}

/*
* Entorno 
*/
interruptor = new Array()
interruptor[2] = 'no';
interruptor[3] = 'no';
interruptor[4] = 'no';


$('#b_alrededores').bind('click',function(){
	
	if(interruptor[2] == 'no')
	{
    $('#wrapper_content_flashimg6_2').flash(
        { src: 'flash/imagenes_6_2.swf',
          width: 258,
          height: 271,
		  wmode: 'opaque' },
        { version: 8 }
    );
	interruptor[2] = 'si';
	}
});
$('#b_playas').bind('click',function(){
	if(interruptor[3] == 'no')
	{
    $('#wrapper_content_flashimg6_3').flash(
        { src: 'flash/imagenes_6_3.swf',
          width: 258,
          height: 271,
		  wmode: 'opaque' },
        { version: 8 }
    );
	interruptor[3] = 'si';
	}
});
$('#b_tres_c').bind('click',function(){
    if(interruptor[4] == 'no')
	{
	$('#wrapper_content_flashimg6_4').flash(
        { src: 'flash/imagenes_6_4.swf',
          width: 258,
          height: 271,
		  wmode: 'opaque' },
        { version: 8 }
    );
	interruptor[4] = 'si';
	}
});

/*
 *ESTANCIAS
 */
 $('#b_d_golf').bind('click',function(){
	
	if(interruptor[2] == 'no')
	{
    $('#wrapper_content_flashimg4_1').flash(
        { src: 'flash/imagenes_4_1.swf',
          width: 258,
          height: 271,
		  wmode: 'opaque' },
        { version: 8 }
    );
	interruptor[2] = 'si';
	}
});
 $('#b_d_vino').bind('click',function(){
	
	if(interruptor[3] == 'no')
	{
    $('#wrapper_content_flashimg4_2').flash(
        { src: 'flash/imagenes_4_2.swf',
          width: 258,
          height: 271,
		  wmode: 'opaque' },
        { version: 8 }
    );
	interruptor[3] = 'si';
	}
});
  $('#b_caballo').bind('click',function(){
	
	if(interruptor[4] == 'no')
	{
    $('#wrapper_content_flashimg4_3').flash(
        { src: 'flash/imagenes_4_3.swf',
          width: 258,
          height: 271,
		  wmode: 'opaque' },
        { version: 8 }
    );
	interruptor[4] = 'si';
	}
});