
///  podglad kartoteki funduszu
// **********************************
function FundPreview(Symb_)
{
var OK_ = true;

OpenPopup( 'https://klient.progress24.pl/others/fund/?symb='+Symb_, 730 , 550, '', false );

return false;
} // FundPreview()
// ============================



///  wybierz fundusz
// **********************************
function FundChoice(Symb_)
{
var OK_ = true;

window.location.href = './progress-online.dhtml';

return false;
} // FundChoice()
// ============================



