jQuery(document).ready(function() {
	  //menuload
	/*$('#menul').load("menu.html");*/

	

	jQuery('#menu-right h5').click(function () {
		if ( jQuery('#menu-right ul').css('display') != 'block' ) jQuery('#menu-right ul').fadeIn(); 
		else jQuery('#menu-right ul').fadeOut();
		jQuery('#menu ul').fadeOut();
		return false;
	});
    $('.politicas , .terminos').overlay({load:false, mask:'#FFFFDD', top:'center', left:'center'});
				
		$('.marco').scrollable({vertical:true, mousewheel:true});
		
		var r = $(".politicas > .verticalrange, .terminos > .verticalrange").rangeinput({progress: false, min:1});
		r.each(function(){
			var range = $(this).data('rangeinput');
			var scroll = $(this).parent().find('.marco').data('scrollable');
			var max = scroll.getSize();
			range.setValue(max);						
			range.change(function(event,value){
				var v = -(value - max);
				v > 0 ? v++ : void(0);
				((v > 0) && (v < max)) ? scroll.seekTo(v,400) : void(0);
				v<=0	? (scroll.begin(100)) : void(0);
				v>=max  ? (scroll.end(100)) : void(0);
			});
		});
		$('.politicas , .terminos').hide(0);
	
		$('#btnpol').click(function(){
			$('.politicas').data('overlay').load();
		});
		$('#btnterm').click(function(){
			$('.terminos').data('overlay').load();
		});


         

        flashembed("#Top-content-area_UWB_DelValle", {src:'Top-content-area_UWB_DelValle.swf', width: 952, height: 298, wmode:'transparent'});


		 /*jQuery('#banner-delvalle').flash({
				src: 'dellvalle.swf', 
				width: 958,
				height: 298,
				wmode:'transparent'
			});*/
	

	/*$('#terminositems').load('terminos.html',function(){});
	 $('#politicasitems').load('politicas.html',function(){*/
		
	 });
     

	


				
		
