// JavaScript Document
/*$(function() 
{
	//$('#gal a').lightBox({fixedNavigation:true});
	$('#gal a, .fotos a').lightBox
	({
		speed: 700,
		show_linkback: true,
		opacity: 0.7,
		txtImage: 'Ð&#65533;Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ',
		txtOf: 'Ð¸Ð·',
		imageLoading: '/assets/images/lightbox-ico-loading.gif',
		imageBtnClose:'/assets/images/lightbox-btn-close.gif',
		imageBtnPrev: '/assets/images/lightbox-btn-prev.gif',
		imageBtnNext: '/assets/images/lightbox-btn-next.gif',	
		overlayBgColor: '#000',
		overlayOpacity: 0.8
	});
});


$(document).ready
(
 	function()
	{
		$('#menu a').each
		(
		 	function(i)
			{
				href = $(this).attr('href');
				reg  = /^http:\/\/.*?$/;
				if(reg.test(href))
				{
					$(this).attr('target', '_blank');
				}
			}
		);
		
		swfobject.embedSWF("/assets/flash/top.swf", "flash", "901", "328", "9.0.0", null, null, {bgcolor: '#000000'});
		swfobject.embedSWF("/assets/flash/slideshow.swf", "ssflash", "125", "20", "9.0.0", null, null, {bgcolor: '#000000', allowFullScreen: true});
	}
);
*/
var flashvars = {};
var params = {};
params.wmode = "transparent";
var attributes = {bgcolor: '#000000'};
swfobject.embedSWF("assets/templates/site/flash/header.swf", "header", "1180", "130", "9.0.0", null, null, params, attributes);
//swfobject.embedSWF("/assets/flash/slideshow.swf", "ssflash", "125", "20", "9.0.0", null, null, {bgcolor: '#000000', allowFullScreen: true});
