function goplayer(co, jaki){ url = "player.php?co="+co+"&jaki="+jaki; specs = "toolbar=no,directories=no,menubar=no,scrollbars=no,width=300,height=312"; open(url, "", specs); } function gallery(idg){ url = "gallery.php?idg="+idg; specs = "toolbar=no,directories=no,menubar=no,scrollbars=no,width=850,height=700"; open(url, "", specs); } function bigphoto(photo, w, h){ url = "big.php?photo="+photo+"&w="+w+"&h="+h; specs = "toolbar=no,directories=no,menubar=no,scrollbars=no,width="+w+",height="+h; open(url, "", specs); } function druk(cid){ url = "print.php?cid="+cid; specs = "toolbar=no,directories=no,menubar=yes,scrollbars=yes,width=600,height=400"; open(url, "", specs); } function ulubione(){ var nazwa = 'Softmaks.pl Sp. z o.o.'; var url = 'http://www.softmaks.pl'; if (window.sidebar) { window.sidebar.addPanel(nazwa, url, ""); } else if (window.external){ window.external.AddFavorite(url, nazwa) } } function get(id) { if (document.getElementById(id)) { return document.getElementById(id); } return false; } function tosession(par,wart){ var foo = new Image(); foo.src = 'admin/controller/ajaxSESSION.php?par='+par+'&wart='+wart; } function newsblock(id,what) { if(what=='on'){ get('news_block_'+id).style.display='block'; get('news_name_'+id+'b').style.display='block'; get('news_name_'+id+'a').style.display='none'; get('news_arrow_'+id+'b').style.display='block'; get('news_arrow_'+id+'a').style.display='none'; tosession(id,'1'); } if(what=='off'){ get('news_block_'+id).style.display='none'; get('news_name_'+id+'b').style.display='none'; get('news_name_'+id+'a').style.display='block'; get('news_arrow_'+id+'b').style.display='none'; get('news_arrow_'+id+'a').style.display='block'; tosession(id,'0'); } }