window.onload=startBgMusic function startBgMusic() { var so = new SWFObject("flash/admin_soundcontrol.swf", "admin_soundcontrol", "0", "0", "9", "#694700"); so.addVariable("zene_ut", "/upload/backendmusic/Liebestraum No 3 S 541-3.mp3"); so.addParam("scale", "noscale"); so.write("flashcontent"); setTimeout("noflashdivshow()", 1000); } function noflashdivshow() { var o = document.getElementById('noflashdiv'); if (o) o.style.display = 'block'; } // Űrlap elemek értékeinek törlése // =============================== function resetDatas(o) { var i = 0; while (o[i]) { if ((o[i].type == "text") || (o[i].type == "textarea") || (o[i].type == "password")) o[i].value = ''; if ((o[i].type == "checkbox") || (o[i].type == "radio")) o[i].checked = false; if (o[i].type == "select") o[i].selected = false; i++; } } function openPic(pic, w, h, dl) { window.open('popup/gallery.php?pic=' + pic + (dl?'&dl=1':''), '', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=' + w +',height=' +h); return false; } function addEvent(O,E,F,x){ return(x=O.addEventListener)?x(E,F,1):(x=O.attachEvent)?x('on'+E,F):!1 }