function standaloneplayerfi() {
	width=320;
	height=180;
    x = (1024 - width)/2;
    y = (600 - height)/2;

    if (screen) {
        y = (screen.availHeight - height)/2+17;
        x = (screen.availWidth - width)/2-3;
    }
    f=window.open('http://www.radiovaasa.fi/wp-content/themes/radiovaasa/radiovaasa_standaloneplayer_fi.php','standaloneplayer','scrollbars=no,resizeable=0,toolbar=no,menubar=no,location=no,directories=no,copyhistory=no,status=no,width='+width+',height='+height+',screenX='+x+',screenY='+y+',top='+y+',left='+x);
    f.focus();
}
function standaloneplayersv() {
	width=320;
	height=180;
    x = (1024 - width)/2;
    y = (600 - height)/2;

    if (screen) {
        y = (screen.availHeight - height)/2+17;
        x = (screen.availWidth - width)/2-3;
    }
    f=window.open('http://www.radiovaasa.fi/wp-content/themes/radiovaasa/radiovaasa_standaloneplayer_sv.php','standaloneplayer','scrollbars=no,resizeable=0,toolbar=no,menubar=no,location=no,directories=no,copyhistory=no,status=no,width='+width+',height='+height+',screenX='+x+',screenY='+y+',top='+y+',left='+x);
    f.focus();
}
