function findlogin2(title, script, name) { var s = '
'+title+'x
'; s +='
'; s +=''; s += ''; s += '
'; s +='Укажите логин персонажа:
(можно щелкнуть по логину в чате)
Логин:
'; document.all("hint3").innerHTML = s; document.all("hint3").style.visibility = "visible"; document.all("hint3").style.left = 100; document.all("hint3").style.top = document.body.scrollTop+50; document.all(name).focus(); Hint3Name = name; } function findlogin(title, script, name) { var s; s = '
\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043B\u043E\u0433\u0438\u043D \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u0436\u0430:
(\u041C\u043E\u0436\u043D\u043E \u043A\u043B\u0438\u043A\u043D\u0443\u0442\u044C \u043F\u043E \u043B\u043E\u0433\u0438\u043D\u0443 \u0432 \u0447\u0430\u0442\u0435)'+ '
'+ ''+ '
'; s = crtmagic(5, title, s); document.getElementById("hint3").innerHTML = s; document.getElementById("hint3").style.visibility = "visible"; document.getElementById("hint3").style.left = 200; document.getElementById("hint3").style.top = 100; Hint3Name = name; document.getElementById(name).focus(); } var sd4 = 0; function foundmagictype(mtypes) { if(mtypes) { mtypes = mtypes+""; if(mtypes.indexOf(',') == -1) { return parseInt(mtypes); } var s = mtypes.split(','); var found = 0; var doubl = 0; var maxfound = 0; for(i = 0; i < s.length; i++) { var k = parseInt(s[i]); if(k > maxfound) { found = i + 1; maxfound = k; doubl = 0; } else { if(k == maxfound) { doubl = 1; } } } if(doubl) { return 0 }; return found; } return 0; } function crtmagic(mtype, title, body, subm, noclose) { return crtmagic_full(mtype, title, body, subm, noclose, 270, 0); } function closehint3() { document.getElementById("hint3").style.visibility = "hidden"; Hint3Name = ''; } function crtmagic_full(mtype, title, body, subm, noclose, dx, dy) { mtype = foundmagictype(mtype); var names = new Array('neitral',17, 6, 14, 17, 14, 7,0,0, 3, 'fire', 57, 30, 33, 20, 21, 14, 11, 12, 0, 'water', 57, 30, 33, 20, 21, 14, 11, 12, 0, 'air', 57, 30, 33, 20, 21, 14, 11, 12, 0, 'earth', 57,30, 33, 20, 21, 14, 11, 12, 0, 'white', 51, 25, 46, 44, 44, 10, 5, 5, 0, 'gray', 51, 25, 46, 44, 44, 10, 5, 5, 0, 'black', 51, 25, 46, 44, 44, 10, 5, 5, 0); var colors = new Array('B1A993','DDD5BF', 'ACA396','D3CEC8', '96B0C6', 'BDCDDB', 'AEC0C9', 'CFE1EA', 'AAA291', 'D5CDBC', 'BCBBB6', 'EFEEE9', '969592', 'DADADA', '72726B', 'A6A6A0'); while(body.indexOf('#IMGSRC#') >= 0) { body = body.replace('#IMGSRC#', '/i/misc/dmagic/'+names[mtype*10]+'_30.gif'); } var s = ''+ ''+ ''+ ''+ '
'+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ '
'+ ''+ ''+ ''+ ''+ ''+ ''+ '
'+ ''+ ''+ (names[mtype*10+7]?'':'')+ ''+ ''+ ''+ (names[mtype*10+8]?'':'')+ ''+ '
  '+ ''+ ''+ ''+ ''+ '
'+ '
'+title+ ' 
'+ '
'+body+ '
  
'+ ''+ ''+ ''+ ''+ ''+ ''+ '
'; return s; }