// JavaScript Document
	var misposiciones = new Array();
	var imagenesmenu  = new Array();
	var addthis_pub   = "3dids";	

	$(document).ready(
		function() {
			
			$(".l_login").click(function(){
				parent.$.fancybox( { 'href':'ajax_registrologin.php?log=1','type':'iframe','width':475, 'height':210, 'padding':0, 'ocuVid':true });
			});
			
			$(".frame").fancybox({
				'hideOnContentClick': false, 
				'padding'           : 0,
				'ocuVid'            : true,
				'autoScale'         : false,
				'transitionIn'      : 'none',
				'transitionOut'     : 'none'
			});										   
			
			$(".fancy").fancybox({ 
				'hideOnContentClick': true,
				'overlayShow': true,
				'overlayColor': '#ccc',
				'overlayOpacity': 0.8,
				'autoScale': true,
				'padding': 20
			});

			$(".fancy_catalogo").fancybox({ 
				'hideOnContentClick': true,
				'overlayShow': true,
				'overlayColor': '#FFF',
				'padding': 0,
				'overlayOpacity': 0.8,
				'titlePosition':'over'
			});

			
			$(".fancy2").fancybox({ 
				'hideOnContentClick': true,
				'overlayShow'       : true, 
				'autoScale'		    : false
			});
			
			$(".iframe").fancybox({
				'width'  : 475,
				'height' : 300,
				'padding': 0,
				'ocuVid' : true,
				
				'autoScale'     : false,
				'transitionIn'  : 'none',
				'transitionOut' : 'none',
				'type'          : 'iframe' 
			});	
			
			$(".iframe2").fancybox({
				'width'  : 390,
				'height' : 420,
				'padding': 0,
				'ocuVid'        : true,
				
				'autoScale' : false,
				'transitionIn' : 'none',
				'transitionOut' : 'none',
				'type' : 'iframe' 
			});	
			
			$("a.frame_video").click(function() {
				$.fancybox({
						'ocuVid'        : false,				   
						'padding'		: 0,
						'autoScale'		: false,
						'transitionIn'	: 'none',
						'transitionOut'	: 'none',
						'title'			: this.title,
						'href'			: this.href,
						'type'			: 'swf',
						'swf'			: { 'wmode':'transparent', 'allowfullscreen':'true' },
						'overlayColor'  : '#ccc',
						'overlayOpacity': 0.8
				});
			
				return false;
			});		
			
			
			//PARA LOS COMBOS CHULOS
			$("#buscador_tiendas select, #fcontacto select, #fregistro select, #flogin select").msDropDown();
			
			
			//$(window).resize(function(){ resize_img_h(); });
            
            $(window).resize(function(){ resize_chapa(); });
			
			/*$(window).scroll( function(){
				var of = $(document).scrollTop();
				setTimeout( 'marginTop('+of+');', 0);
			});*/
		}
	);

