var fDesc=new Array(); fDesc[0] = "AS iYahooCheck is a Yahoo ID Status Checker.
This app Created with Adobe Flash CS3 in ActionScript language and with AIR abilities.

you can check Status of Yahoo messenger IDs.
and you do don't need to login for checking other Yahoo IDs.

new Abilities of this version:
- Displaing image of IDs
- Saving image of IDs to Computer as JPG
- Find Yahoo 360 (if that page is available)
- Find Contact Details"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }