//scroller width var swidth=200; //scroller height var sheight=300; //background color var sbcolor='#dddddd'; //scroller's speed var sspeed=2.0; var msg='' //Your messages go below: msg = '' +'

#1 app i my book. Definitely buy it. Constantly surprises me w/ newly discovered features like move, unzip , pic viewer, audio player, app installer...

'+'

Absolute best file manager out there - back up/restore worked flawlessly when I had to replace my phone

'+'

Exceptional. Just absolutely phenomenal. I highly recommend it.

'+'

Samsung moment - working perfectly.

'+'

The fastest and most polished file manager. Period.

'+'

Knockout app. Definite must have

'+'

The best file manager on the market hands down. Anything less is uncivilized.

'+'

This is so useful! Glad I picked this up. Makes managing data a snap!

'+'

Love this app! Why didn\'t Moto Droid come with this pre-installed?

'+'

Thank you! What is the point of a handheld computer without being able to search files. And photo browser is my new fav way to view. Gestures!

'+'

This app is excellent. If you\'re looking for control of your files download this app.

'+'

Perfect file utility

'+'

simply the best

'+'

Beats the other 3 file manager hands down! GET IT!!! This is the most user friendly of the bunch & has come a long way. Eliminates the need 4 other apps 2!

'+'

The best file manager, period. I\'ve tried them all. Look no further.

'+'

A must have. Google should have included something like this with Android.

'+'

Google owes you guys. This is a top quality and absolutely necessary app for any Android OS.

'+'

One word: AWESOME.

'+'

The best most underrated app on the phone.

'+'

Man this app should be awarded with a grammy

'+'

Hands down the best app on the market!

'+'

Tried every single one out there and this is the most well put together file manager.

'+'

Fastest explorer when it comes to zip files. It browses them faster than any other explorer/zip utility I\'ve tried.

'+'

Much better than the others that are out there and it\'s cosmetically superior as well!

'+'

Very useful application which is very well put together. This is a must have for any Android device.

'+'

Best file mgr on the market by far! Great work!

'+'

The first FM I ever downloaded and the best FM I ever downloaded.

'+'

Nice file manager and great features. Just gets better with each new release. Great application!

'+'

I like this app. It has a great interface and is very simple to organize and navigate.

'+'

Simply Superb..great software to manage files..a must have software..

'+'

Best file manager out there, I love it!

'+'

Amazing! Fast, functional, and slick... How could you not love this? Essential for any Android device.

'+'

The best there is !

'+'

1 word to describe this AMAZING

'+'

Astro is off the Hook, I love everything about this application, great job.

'+'

A true must-have for any android phone!

'+'

Most Valuable App! My phone wouldn\'t be the same without it.

'+'

Love how it can backup my apps on my SD card!

'+'

Great little app, make the most of android. Speedy dev. support. 5 stars!

'+'

Best app ever!

'+'

This is the app everyone should have

'+'

Words can\'t begin to describe how excellent this application is as well as necessary part of phone memory card mgnt.

'+'

One of the best and most useful apps ever. See what\'s running and where its installed.

'+'

Most useful app on the market. Well built and powerful. Had it on 3 phones now.

'+'

the best file manager on market. uninstalled tons of others. Not this one!!!

'+'

Searched and used them all. This is the best. Droid owner

'+'

Perfect app and exactly what I was looking for. Full feature app with everything you need to take control of your filesystem. Thanks you!

'+'

Must have application. Allows for file browsing and management as well as ability to attach almost any doc to an email.

'+'

Totally awesome

'+'

easily the best app out there.

'+'

A must-have application.

'+'

great app! You can back up your apps onto your sd card! Excellent!

'+'

This is a great app. you can edit every aspect of files on your sd card

'+'

One of my favorite app. Great task manager.

'+'

awesome app. Now I don\'t have to wait til I get to computer

'+'

very user friendly since its ui overhaul. priceless app for music addicts, like myself.

'+'

Awesome how you can backup all apps, especially if you want to keep older version without updates.

'+'

Sprint Hero: This is \"The\" file manager.

'+'

This is what I have been looking for. It is excellent. I wish I could give the app more than 5. It is a must have.

'+'

A must have. THE BEST File Manager I have used bc it provides AL options PLUS Icons (so u can see ur jpg files) rather than just file names

'+'

I\'ve used this quite a lot and it\'s a very good application. Very good multi functional App.

'+'

Best application I have installed for my Droid. Lets me see everything on my SD card.

'+'

Great application! A true must have. Easy to navigate and can replace task manager and task kill in my opinion. Thanks to the developer!

'+'

Amazing app...Just brought out more to like about this awesome Droid!!! I\'m in love...

'+'

LOVE this app! Deletes whole folders and its contents in 2 clicks - other apps don\'t do this, had to delete 1 by 1. Thank u!!

'+'

Very nice interface! Great product.

'+'

This is a POWERFUL app. I keep discovering things it\'ll do.

'+'

Totally awesome. Gave me the freedom to setup my Droid the way I wanted.

'+'

Really nice, by far the best file manager for the android, IMHO.

'+'

Very awesome

'+'

After installing many apps this is the first that is worthy with many features I was looking for compared to all the junk out there

'+'

Love this app. Use it daily

'+'

Yea! I can finally manage my files. Thank you for making the droid worthwhile.

'+'

I\'ve tried a few file managers and task manager. This is one of the best one so far. Excellent app. aesthetically pleasing and easy to use.

'+'

Extremely useful, elegant, and effective application from any angle. This is a must have for everyone. Awesome process and application managers.

'+'

By far the best file manager imo

'+''; // msg += '

this is message 1

'+ // '

This is message 2

' + // '

This is message 3

' + // '

This is message 4

' + // ''; // msg += // // ''+ // // ''+ // // ''+ // // ''+ // // // ''; //End of your messages // Begin the ticker code var resumesspeed=sspeed function start() { if (document.all) iemarquee(ticker); else if (document.getElementById) ns6marquee(document.getElementById('ticker')); } function iemarquee(whichdiv){ iediv=eval(whichdiv) sheight += 50; iediv.style.pixelTop=sheight iediv.innerHTML=msg sizeup=iediv.offsetHeight ieslide() } function ieslide(){ if (iediv.style.pixelTop>=sizeup*(-1)){ iediv.style.pixelTop-=sspeed setTimeout("ieslide()",100) } else{ iediv.style.pixelTop=sheight ieslide() } } function ns6marquee(whichdiv){ ns6div=eval(whichdiv) sheight += 50; ns6div.style.top=sheight + "px"; ns6div.innerHTML=msg sizeup=ns6div.offsetHeight ns6slide() } function ns6slide(){ if (parseInt(ns6div.style.top)>=sizeup*(-1)){ theTop = parseInt(ns6div.style.top)-sspeed ns6div.style.top = theTop + "px"; setTimeout("ns6slide()",100) } else { ns6div.style.top = sheight + "px"; ns6slide() } }