function Logout(){ window.location='Logout.html'; } function SelectWord(el){ document.ParserForm.word.value=el.value; } function MinMax(name){ var minimize = document.getElementById(name); if(minimize.style.display=='block'){ minimize.style.display='none'; }else{ minimize.style.display='block'; } } function WriteWordList(){ var b = document.FormWord.ListWord.value; var sel = window.opener.document.ParserForm.word_list; var str = ''; while (sel.childNodes.length) { if (sel.firstChild.tagName == 'OPTGROUP') { while (sel.firstChild.childNodes.length) { sel.firstChild.removeChild(sel.firstChild.firstChild); } } sel.removeChild(sel.firstChild); } for( i=0; iПредварительный просмотр"); myWin.document.write(window.document.getElementById(ElementById).value); myWin.document.write(""); // закрыть документ - (но не окно!) myWin.document.close(); } function initTinyMCE(){ } function SearchImageResult(url,images_fild){ //window.opener.document.getElementById(images_fild).value=url; window.opener.document.getElementById(images_fild+'_img').src=url; window.close(); } function OpenSerchImageWindow(images_fild,resurs){ window.open("content/SearchImages.php?search="+resurs+"&images_fild="+images_fild+"&products_name="+window.document.getElementById("products_name").value, "SearchImages",'fullscreen=1,toolbar=0,scrollbars=1'); }