$(document).ready(function(){
	
	if($('#flashSwf').length){
		$('#flashSwf').flash({
			src: 'flash/site.swf',
			width: 640,
			height: 440,
			wmode: 'transparent',
			menu: 'false'},
			{version: 8}
		);
	}
	
	if($('#flashVideo').length){
		$('#flashVideo').flash({
			src: 'flash/mediaplayer.swf',
			width: 640,
			height: 380,
			menu: 'false',
			allowfullscreen: 'true',
			flashvars: {file: $('#flashVideo').attr('rel'), autostart: 'true'}},
			{version: 8}
		);
	}
	
	$('#navigation .head').click(function(){
		$('#navigation ul').slideUp();
		$(this).next().slideDown();
	});
	
	
	fontLoc = "flash/arial.swf";
	if(typeof sIFR == "function"){
		sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:fontLoc, sColor:"#FFFFFF", sLinkColor:null, sBgColor:null, sHoverColor:null, sWmode:"transparent", sFlashVars:"textalign=left&offsetTop=0"}));
	}
	
	$('img[@src$=.png]').ifixpng();
});
