var fDesc=new Array();
fDesc[0] = "Break the Distance Barrier. Break the Time Barrier. Come Close! Feel the presence. Explore the marvels of iBall's webcam technology…..specially developed for Indian skin tone. More clearer, more closer.
- 1.3M pixels resolution (Interpolated 12M pixels still image & 2M pixels video)
- High quality 1/4 CMOS sensor
- High quality 5G wide angle lense
- Built-in High Sensitive USB Microphone
- Snapshot button for still image capture
- Flexible wire design allows positioning camera as you want
- Keep camera on its stand or remove and plug into laptop USB port directly
- Built-in 10 Photo frames and 16 special effects for more fun
- 4X Digital Zoom and Auto Face Tracking Function";
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 = '';
}
}