var fDesc=new Array(); fDesc[0] = "SWF, Lock and Load is a program to design preloaders to introduce graphics into the website to inform the user of the progress in loading the Flash movie / Macromedia files (SWF). This easy program succeeds in retaining the user in the website as the time taken for loading is substantial and possesses the capability to distract the user to move on to the next site or skip the important marketing information or Introduction. This program has more than hundred preloaders to choose by alleviating the need to create preloaders from scratch. SWF, Lock and Load provide options for external preload or combine with existing preloaders. It has a concept of smart preloaders that determines the extent to be preloaded for smooth uninterrupted viewing depending on the internet connection and its speed of download. Project files can be saved to be used later to incorporate changes required.
Information is crucial and SWF, Lock and Load provide options to introduce messages on loading in terms of percentage or bytes or frames. System configuration requirement is optimum with support to both Windows and Mac Operating systems. It comes with basic requirement of software preinstalled such as QuickTime and Adobe flash player for Windows and CarbonLib and QuickTime for Mac OS."; 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 = ''; } }