function show(var url) {
  window.open(url, url,'width=640,height=480,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes');
}

function enter_forum() {
document.getElementById('forumbutton').value='Belépés...';
document.getElementById('forumbutton').disabled='true';
location.href='http://www.scootertechno.hu/hsf';
}