// JavaScript Document
function meghallgatas(zene) {
szelesseg = 200;
magassag= 100;
xpos = (window.screen.width-szelesseg)/2;
ypos = ((window.screen.height-magassag)/2)-20;
open(zene,'_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,width='+szelesseg+',height='+magassag+',left='+xpos+',top='+ypos+',screenx='+xpos+',screeny='+ypos+',resizable=0');
}

function aktualis() {

szelesseg = 630;
magassag = 520;

xpos = (window.screen.width-szelesseg)/2;
ypos = ((window.screen.height-magassag)/2)-20;

nagykep=open('ablakba.htm','_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width='+szelesseg+',height='+magassag+',left='+xpos+',top='+ypos+',screenx='+xpos+',screeny='+ypos+',resizable=0');
}

function info() {

szelesseg = 630;
magassag = 270;

xpos = (window.screen.width-szelesseg)/2;
ypos = ((window.screen.height-magassag)/2)-20;

nagykep=open('info.htm','_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,width='+szelesseg+',height='+magassag+',left='+xpos+',top='+ypos+',screenx='+xpos+',screeny='+ypos+',resizable=0');
}



