function findlogin2(title, script, name) {
var 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 = '';
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 = ''+
''+
''+
''+
''+
''+
''+
'![](/i/misc/dmagic/b'+names[mtype*10]+'_03.gif) | '+
' | '+
'![](/i/misc/dmagic/b'+names[mtype*10]+'_07.gif) | '+
' '+
' | '+
' '+
''+
''+
''+
(names[mtype*10+7]?' | ':'')+
' | '+
''+
''+
''+
''+title+
' | | '+
' | '+
''+
''+body+
' | '+
' | '+
' | '+
(names[mtype*10+8]?' | ':'')+
' '+
' | '+
' '+
''+
''+
''+
'![](/i/misc/dmagic/b'+names[mtype*10]+'_27.gif) | '+
' | '+
'![](/i/misc/dmagic/b'+names[mtype*10]+'_31.gif) | '+
' '+
' | '+
' '+
' | '+
'
'+
'
';
return s;
}