var fDesc=new Array();
fDesc[0] = "Upload, send and share your files with Attachmore. We make sharing your digital life easy.
Attachmore is a large file sharing company based in San Diego that helps individuals and businesses upload, send and share file attachments that are too large to upload as typical email attachments. If you are like most people you cannot upload attachments that are larger than 10MB. If your attachment is larger than 20MB you can pretty much forget about sending it via traditional email. The world needs an easy, secure and reliable way to upload, attach, send and share their files and digital life. Whether it’s attaching photos, videos, music, PowerPoint’s, folders, website code or any kind of file it should never be a hassle. It should be easy and with Attachmore it is. The day of the FTP has gone way of the 8 track cassette. Burning cd’s or DVD’s to share your files? Forget it! With Attachmore you send it simply from our website or with our software application. Attachmore is simply the easiest, best and most cost effective way to upload, attach, send and share your files and digital life.
If you aren’t ready for our software and just want to give us a kick in the tires or have a one-time need you can get started today with a “Free Large File Transfer”. Attachmore provides a 100MB account for free to all those in need of file delivery. Can you send it? Yes you can with Attachmore!";
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 = '';
}
}