﻿function pokaz(){
	$('nieruch').tween('top',(-15) +'px');
	};

function chow(){
	$('nieruch').tween('top','-'+(80) +'px');
	};
function pokazfb(){
	$('faceb').tween('left',(0) +'px');
	};

function chowfb(){
	$('faceb').tween('left','-'+(205) +'px');
	};
