/* Author: 
		@madzhup
*/

$(function(){
});

function showOrder(){
	$('#orderbox').css({top: $(document).scrollTop()+30+'px'})
	$('#orderbox,#shtorka').fadeIn(300);
}
function showServices(){
	$('#services,#shtorka').fadeIn(300);
}
function closeDialog(){
	$('#services,#orderbox,#shtorka').fadeOut(300);
}
function showForm(){
	$('#add-comment').slideDown(300);
}
function hideForm(){
    $('#add-comment').slideUp(300);
}
