
function redirect(url)
{document.location.href=url;}
function back()
{history.go(-1);}
function ulubione(){if(navigator.appName=="Microsoft Internet Explorer"){document.write("<a href='javascript:bookmarkIE();'>Dodaj do ulubionych</a>");}
else{document.write("<a href='http://www.info-pr.pl' rel='sidebar' title='Wortal info-PR'>Dodaj do ulubionych</a>");}}
function bookmarkIE(){window.external.AddFavorite("http://www.info-pr.pl","Wortal info-PR");}
function polec()
{window.open('?page=polec','','width=368px, height=180px');}
function isInt(str)
{var i=parseInt(str);if(isNaN(i))
return false;i=i.toString();if(i!=str)
return false;return true;}
function FormatCurrency(fPrice)
{var sCurrency=""+(fPrice+0.00500000001);var nPos=sCurrency.indexOf('.');if(nPos<0)
{sCurrency+='.00';}
else
{sCurrency=sCurrency.slice(0,nPos+3);var nZero=3-(sCurrency.length-nPos);for(var i=0;i<nZero;i++)
sCurrency+='0';}
return sCurrency;}