// JavaScript Document

//<![CDATA[

/* function launchPlayer(bHome) {
            if (bHome) {
                playerWin = window.open("./kronik-radio/player.php", "player", 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=330,height=165');
            } else {
            	playerWin = window.open("./kronik-radio/player.php", "player", 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=330,height=165');
            }
        	playerWin.focus();
        } */
		
function launchPlayer() {
    playerWin = window.open("/kronik-radio/player.php", "player", 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=330,height=165');
 	playerWin.focus();
 }
 
 function MyF(partN) {
window.document.usa_locator.SetVariable('perem1', 'state' + partN);
}

function show(url) {
newwin =top.window.open(url, '_blank', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=725,height=525');
    }
 


//]]>
