var fDesc=new Array();
fDesc[0] = "NOWnNOW is a new concept video communication service that can be used for online conferences, lectures, consultations and various types of meetings among people in multi-locations where Internet access is available.
NOWnNOW provides a realistic atmosphere of a conference room and lecture room for any type of meetings such as conferences, seminars, 1:1 education, remote and distance learning education and in-company broadcasting.
Combining advanced Teleconferencing technology with user friendly tools right at your fingertips.
With minimal hardware and software requirement you can EXPERIENCE conferences, communications, education and consultation environments in a whole new way at a fraction of the cost of conventional video conferencing solutions.";
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 = '';
}
}