function nahled(aaa, wi, he) {
prewiev = window.open('',aaa,'toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,width='+ wi +',height='+ he +',left=200,top=150');
prewiev.document.open();
prewiev.document.write("<html><head>");
prewiev.document.write("<title>prosports: equipment & fashion</title></head>");
prewiev.document.write("<BODY bgcolor=white marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 bottommargin=0 framespacing=0 frameborder=0>");
prewiev.document.write("<center><a href=javascript:onClick=window.close()><img src=img/produkty/"+aaa+".jpg border=0 alt='Kliknutím obrázek zavrete'></a></center>");
prewiev.document.write("<img src=img/hp/pop_up.gif border=0 alt='prosports: equipment & fashion'>");
prewiev.document.write("</body></html>");
prewiev.document.close();
prewiev.window.focus();
}


