var fDesc=new Array();
fDesc[0] = "Outlook Image Viewer is the photos and images viewer for Outlook Users.
Outlook Image Viewer is a time-saving viewer for Outlook users who place a high value on their time to receive and browse photos, pictures and images.
Main features:
- Provide functions to view and browse Html-based Report of your favorite photos, pictures and images.
- A Html-based Report for your favorite photos, pictures and images.
- Let OE Users switch to Outlook XP/2003 conveniently.
- User friendly user interface.
- Support IE 7.0.
- Support Asia Double-Bytes Characters.
- Work with any version of Microsoft Outlook 2000 and above.";
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 = '';
}
}