var fDesc=new Array(); fDesc[0] = "PicZ.Ge Uploader is a Windows program (shell extension) that simplifies image uploading process to the www.picz.ge
After the program installation, every time you right-click on the image file(s) in the Windows Explorer you will find there a context menu item "Upload to WWW.PicZ.Ge", after selecting it the image (or images) will be uploaded and the image links will be shown in browser window."; 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 = ''; } }