var fDesc=new Array(); fDesc[0] = "PhotoStreamr Home lets you stream your photos from your computer to your iOS device over a wireless network. No syncing or downloading means more precious space saved on your iPhone, iPad or iPod Touch.

Since you're streaming photos to your iOS device, you're no longer limited to what you've synced or downloaded. So you can view all of the photos on your computer. It's fast too.

You can view your photos over a cellular connection or WiFi hotspot using the Remote Server feature. No need to register or create an account somewhere! Furthermore, you can save full-size photos to your camera roll or save the photos in a folder to view later, without a network connection."; 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 = ''; } }