function popAdmin(url){var win=window.open(url,'winname','scrollbars=1,status=0, location=0, resizable=1, menubar=0, directories=0, toolbar=0, width=700,height=550, top=10, left=10')}function opengal(laius,korgus,id,pid,kus,table,lang){var laius='500';var korgus='400';var kyssa=window.open('/gal.php?lang='+lang+'&pid='+pid+'&id='+id+'&kus='+kus+'&table='+table+'&did=<?=$did?>&path=<?=$path?>&width='+laius+'&height='+korgus,'','scrollbars=yes,width='+laius+',height='+korgus+',resizable=yes,top=10,left=10')}function nothing(){return}function popWin(url,he,wi){if(he<=0)he='300';if(wi<=0)wi='300';var kyssa=window.open(url,'','scrollbars=yes,width='+wi+',height='+he+',resizable=yes,top=10,left=10')}function pageDateDisplay(){var today=new Date();var y=today.getYear();var m=today.getMonth();var d=today.getDate();var h=today.getHours();var i=today.getMinutes();h=checkTime(h);i=checkTime(i);d=checkTime(d);document.getElementById('dateTXT').innerHTML=d+"."+(m+1)+". "+y+", "+h+":"+i;t=setTimeout('pageDateDisplay()',1000)}function checkTime(i){if(i<10){i="0"+i}return i}