var fDesc=new Array(); fDesc[0] = "Professor Teaches Expression Web is the fastest and easiest way to learn Microsoft Expression Web, a powerful WYSIWYG (what you see is what you get) HTML editor used by web designers to make professional looking websites.

Computer training software has several hours of tutorials, lessons, and interactive exercises. Professional voice narration, interactive menus, and a simulated interface provide an easy transition to the real application.

Not only is Expression Web a powerful WYSIWYG editor, it also allows you to create compliant standards-based web sites faster and easier than ever. You can also generate a clean CSS and can make design decisions on the fly, knowing you are seeing an actual representation of your web page."; 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 = ''; } }