 $(document).ready(function(){
/*
	$("html").click(function()	{

	$('.menu-hide').hide();
    

	});
    */
    
    $(".root").click(function(){
    if($('.root').hasClass('er'))	{	
    $('.menu-hide').hide();
    $('.root').removeClass('er');	}
    else	{
    
    $('.menu-hide').show();
    $('.root').addClass('er');
    }
  });
  



  });




















function vkopen(url)	{

var params = "width=554,height=349,menubar=no,location=no,resizable=yes,scrollbars=yes,status=yes"

window.open('http://vkontakte.ru/share.php?url='+url, 'vk', params);	}

function ljopen(url,title)	{

var params = "width=1000,height=1200,menubar=no,location=no,resizable=yes,scrollbars=yes,status=yes"

window.open('http://www.livejournal.com/update.bml?event='+url+'&subject='+title, 'lj', params);	}

function twopen(url,title)	{

var params = "width=1000,height=1200,menubar=no,location=no,resizable=yes,scrollbars=yes,status=yes"

window.open('http://twitter.com/home?status='+title+' '+url, 'lj', params);	}

function fbopen(url)	{

var params = "width=554,height=349,menubar=no,location=no,resizable=yes,scrollbars=yes,status=yes"

window.open('http://www.facebook.com/sharer.php?u='+url, 'vk', params);	}
