var fDesc=new Array();
fDesc[0] = "Having problem with accessing iPhone via USB? Now iPhone DiskAid has arrived for helping you out of trouble. iPhone DiskAid from Aviosoft (formerly DVD X Studios) is a small but useful utility to enable you to transfer files and folders via USB between your device and your PC. So you can treat your iPhone as a hard drive and save any files and folder on it.
iPhone DiskAid fully supports all iPhones including iPhone OS 3.1, iPhone 3G, iPhone 3GS. It is not only a useful transfer but also a perfect manager for your iPhone which can easily realize iPhone management on PC like folder creation, renaming, file deleting, etc.
Main Features:
- USB file transfer - Easier & faster
- High compatibility
- Auto detection
- High transfer speed
- Batch copying supported
- Folder management
- Detailed information displayed
Requirements:
- Intel CPU with 350 MHz and MMX, or AMD CPU with 450 MHz and 3Dnow! or higher
- 64MB RAM or more
- Microsoft Windows 98/98SE/ME, Windows NT/2000/2003, Windows XP, Windows Vista, Windows 7
- All models of iPhone";
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 = '';
}
}