var fDesc=new Array(); fDesc[0] = "myPhotoFrame is a small application displaying your photos in a floating photo frame.
Single file or a whole Folder content can be used as photo source, so photos can be changed in a slide show mode. If a single file selected, photo can be zoomed and positioned to fit into frame. If a folder content selected, disproportional images can be skipped. Slide show change Interval is adjustable, Random Order makes slide show more interesting.
There are 17 photo frame Skins bundled, so you can choose the one you like (more skins are coming soon on Download Frame Skins page). Each frame can be Rotated to fit you photo(s) the best way.
To provide the best look, photo frame can be Rotated at any angle (use Shift and Left / Right keys or Mouse Wheel), or Scaled (use /- keys or Mouse Wheel). Hold Ctrl key pressed to perform the above operation more precisely. 0 key resets angle to default."; 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 = ''; } }