
function redirect(url)
{document.location.href=url;}
function back()
{history.go(-1);}
function ulubione()
{var title='Lecce Pen Polska';var url='http://www.leccepen.com.pl';if(window.sidebar)window.sidebar.addPanel(title,url,"");else if(window.opera&&window.print)
{var mbm=document.createElement('a');mbm.setAttribute('rel','sidebar');mbm.setAttribute('href',url);mbm.setAttribute('title',title);mbm.click();}
else if(document.all)window.external.AddFavorite(url,title);}
function polec()
{window.open('?page=polec','','width=368px, height=210px');}
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;}
function $(id)
{return document.getElementById(id);}