$(document).ready(function () {

	//homeflash
	$('#homeflash').flash({
		swf: path+'flash/banners/banner_home_main.swf', width: '600',	height: '250',		hasVersion: 8,
		params: { menu: 'false', wmode: 'solid' ,scale: 'noscale' }
	});


	/*
	$('.eventoBotones').each( function(){
		_enlace = $(this).find('a')[0].href;
		_target = $(this).find('a')[0].target;
		_mensaje = $(this).find('a')[0].textContent;
		ancho = 46+(_mensaje.length*7);
		$(this).css({width: ancho});
		$(this).flash({
			swf: path+'flash/if/boton.swf',	width: '100%',	height: '30',	hasVersion: 9,
			flashvars: { mensaje: _mensaje, enlace: _enlace, target: _target },
			params: { menu: 'false', wmode: 'transparent', scale: 'noscale'}
		});
	});
	*/


});