function nastav_septani(komu){ if(komu!=''){ parent.parent.lista2.document.frm.komu.value=komu; parent.parent.lista2.document.frm.komu.style.backgroundColor='#ff6666'; parent.parent.lista2.document.frm.t.value=''; parent.parent.lista2.document.frm.t.focus(); } } function nastav_komu(){ obj=document.frm.komu; if(obj.value!=''){ obj.style.backgroundColor='#ff6666'; } else{ obj.style.backgroundColor=''; } document.frm.t.focus(); } function porad_ramce(adresa){ if(parent.document==document){ parent.location=adresa; } } function zadny_ramce(adresa){ if(parent.document!=document){ parent.location=adresa; } } function okno_vykopavani(koho){ window.open('http://chat.fichtlkramek.cz/admin_odstran.html?aliaz='+koho,'vykopavani','width=620,height=80,left='+ ((screen.width/2)-(600/2))+',top='+((screen.height/2)-(60/2))); } function okno_septani(komu){ window.open('http://chat.fichtlkramek.cz/frame_okno.html?k='+komu,komu,'width=420,height=322,left='+ ((screen.width/2)-(400/2))+',top='+((screen.height/2)-(302/2))); } function pridej_smailika(id){ id=" "+id+" "; obj=parent.parent.lista2.document.frm.t; tmp = obj.selectionStart+id.length; obj.value=obj.value.substr(0,obj.selectionStart)+id+ obj.value.substr(obj.selectionEnd,obj.value.length-obj.selectionEnd); obj.setSelectionRange(tmp,tmp); obj.focus(); } function pridej_jmeno(jmeno){ if(jmeno!=''){ obj=parent.parent.lista2.document.frm.t; obj.value='->'+jmeno+': '+obj.value; obj.setSelectionRange(obj.value.length,obj.value.length); obj.focus(); } } function okno_profil(ramec){ ramec=window.open('',ramec,'scrollbars=yes,width=650px,height=500px,left='+((screen.width/2)-(650/2))+ ',top='+((screen.height/2)-(500/2))); menu_nastaveni.focus(); }