var fDesc=new Array(); fDesc[0] = "Introductory Algebra provides a smooth transition from arithmetic to the more abstract skills and reasoning abilities developed in a beginning algebra course.

The style of the text is informal and non-technical, while maintaining mathematical accuracy. Each topic is developed in a straightforward, step-by-step manner. Each section contains many carefully developed and worked out examples that lead students successfully through the exercises and prepare them for examinations.

Whenever appropriate, information is presented in list form for organized learning and easy reference. Common errors are highlighted and explained so that students can avoid common pitfalls and better understand the correct corresponding techniques.

Practice problems with answers are provided in nearly every section to allow students to warm up and provide the instructor with immediate classroom feedback."; 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 = ''; } }