var fDesc=new Array(); fDesc[0] = "BYO Booth lets you create event-based Instagram & Twitter social media print stations, so users can hashtag photos on their mobile devices in order to print and display them in real time at your event.
Print hashtagged photos from Instagram, Twitter.
Display Instagram & Twitter slideshows/walls.
Instagram Video support.
Search for photos and videos by username.
Multiple hashtag support.
Hashtag Contest Mode to reward uploads.
Create Instagram Flip Books from videos.
Watch Folder support for roaming photographers.
Upload incoming photos to Facebook or FTP.
Display advertising with images and videos."; 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 = ''; } }