/* Created by webszok.net */

$('document').ready(function(){
	$('#topGoBtn').click(function(){
		$('#wrapper').ScrollTo(800);
		return false;
	});
});

function goto(nr)
{
  if (nr==1) { document.location.href="/" };
}

/*
function popup_scrolls(url, name, width, height)
{
	var x = (screen.availWidth - width)/2;
	var y = (screen.availHeight - height)/2;
	
	win = window.open(url, name, 'width='+width+',height='+height+',left='+x+',top='+y+',toolbar=0,menubar=0,scrollbars=1,resizable=0');
	win.focus();
}
*/

