var fDesc=new Array();
fDesc[0] = "Time is money and 123VideoMagic lets you quickly compose your event photos in simple yet professional way.
If you have a camera, you should get the 123VideoMagic as soon as you can, to expand your photography horizons.
Main Features:
-Green background of the videos and images can be replaced with background images based on interesting themes.
-50 theme based images are available in this product to choose from.
-You can replace the green background in your pre-existing Videos /Images with your own images by browsing them from your hard drive.
-Videos with following formats can be edited in this product - wmv, avi, mpeg, and mpg.
-Images with following formats can be edited in this product -.jpg, .bmp, .gif, .png, .tiff, .jpeg.
-Images with following formats can be used as a background in this product -.jpg, .bmp, .gif, .png, .tiff .jpeg.
-Few sample videos and theme images that can be replaced with green background are also provided with the application.
-Option to mask the video/image is also provided which helps the user to mask the intensity of the green color of the background.
-Video can be saved and published in avi (Divx, Xvid, Cinepak, IVX), mpg, mpeg(MPEG1,MPEG2,MPEG4), hav or wmv formats.
-Images can be published in bmp, gif, png or jpeg formats.
Requirements
- Processor (CPU): Intel® Pentium® 4 (equivalent) or higher recommended
- Minimum Memory (RAM): 512 MB RAM
- Minimum Hard Drive Space: 64 MB of free hard disk space
- Display (Screen Resolution): SVGA monitor with 256 colors and 1024 x 786 resolution
- Video Card: Any Video Card compatible with DirectX9
- Internet Access: Web Connection for activation
- Web Browser: Browser (IE/NS)
- Other System Requirements: DirectX9 with DirectDraw Acceleration and Hardware Acceleration enabled
- OS Support: Windows XP/Windows Vista/Windows 7 All Versions";
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 = '';
}
}