PS_WIDGET_TWEEN = 0; function PS_radio_playRadioChannel(id) { win=window.open("http://www.polskastacja.pl/webplayer/index.php?channel="+id,"","top=100px, left=100px, width=780px, height=780px, scrollbars=no"); } function PS_radio_tween() { var cleft = parseInt(document.getElementById("PS_WIDGET_RADIO").style.left); var nleft = cleft + (PS_WIDGET_TWEEN - cleft) * 0.2; // if (nleft > -15) nleft = -15; document.getElementById("PS_WIDGET_RADIO").style.left=nleft+'px'; if (Math.abs(cleft - PS_WIDGET_TWEEN) > 5) { setTimeout("PS_radio_tween()",20); } else { PS_WIDGET_TWEEN = 0; } } function PS_radio_over() { if (PS_WIDGET_TWEEN == 0) setTimeout("PS_radio_tween()",20); PS_WIDGET_TWEEN = -15; } function PS_radio_out() { if (PS_WIDGET_TWEEN == 0) setTimeout("PS_radio_tween()",20); PS_WIDGET_TWEEN = -275; } function PS_radio_install() { document.write('