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("