/* Created by webszok.net */

$('document').ready(function(){
	$('#topGoBtn').click(function(){
		$('#top').ScrollTo(800);
		return false;
	});
	$('#content_bottom_navibtn').css({ display: "none" });
	$('#content_bottom_navibtn').fadeIn(1300);
});
function topmenu(nr)
{
  if (nr==001) {window.location="location.php"};
};

