/**
 * @author Igor Sawczuk
 */
function wplayer(code) {
noweOkno = window.open('http://radio.wieza.net/wplayer/wplayer.php?c='+code, 'wPlayer', 'menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width=220, height=390, left=400, top=400');
noweOkno.focus();
};
function wphelp(code) {
noweeOkno = window.open('http://radio.wieza.net/wplayer/help.php?c='+code, 'wPlayer Help', 'menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=no, status=no, width=220, height=370, left=400, top=400');
noweeOkno.focus();
};