
	function mouse_here(id){
		document.getElementById(id).className='menu_here'
	}



	function mouse_not_here(id){
		document.getElementById(id).className='menu'
	}

	function block_none(id_block,id_none){
		document.getElementById(id_none).style.display='none';
		document.getElementById(id_block).style.display='block';
	}

function viewvideo(path)
{
	$(window).scrollTop(0);
	$('#fon').css('height',$('#global').height());
	$('#fon').show();
	$('#video_big').html('<embed height="360" width="604" flashvars="height=360&width=604&file=' + path + '&backcolor=0xacacac&frontcolor=0x000000&lightcolor=0xffffff&screencolor=0x000000&displayheight=340&displaywidth=604&showstop=true&showdownload=false&autoscroll=true" allowfullscreen="true" allowscriptaccess="always" src="/flash/mediaplayer.swf"/>');
	$('#video_gall').show();
}
function close_video()
{
	$('#video_gall').hide();
	$('#fon').hide();
	$('#video_big').html('');
}
function createSocWin(link_url){
	var w = 650;
	if(screen.width){
		var winl = (screen.width-w)/2;
		var wint = 100;
	}else{
		winl = 0;wint =100;
	}
	if (winl < 0) winl = 0;
	if (wint < 0) wint = 100;

	var win = window.open(link_url,'windCountry', 'height=600,width=' + w + ',top=' + wint + ',left=' + winl + ', scrollbars=yes,status=no');
	win.window.focus();
}

