// JavaScript Document

var html = new Array(20);
html[0] = "<b>Rebecca Alexander</b><br> Associate Professor<br><b>Office:</b> Salem 108<br><b>Phone:</b> (336) 758-5568<br>";
html[1] = "<b>Ulrich Bierbach,</b><br> Associate Professor<br><b>Office:</b> Salem 3B<br><b>Phone:</b> (336) 758-3507<br>";
html[2] = "<b>Christa L. Colyer,</b><br> Associate Professor, Deptartment Chair<br><b>Office:</b> Salem 207C<br><b>Phone:</b> (336) 758-4936<br>";
html[3] = "<b>Lindsay R. Comstock,</b><br> Assistant Professor<br><b>Office:</b> Salem 14A<br><b>Phone:</b> (336) 758-5514<br>";
html[4] = "<b>Patricia C. Dos Santos,</b><br>Assistant Professor<br><b>Office:</b> Salem 3A<br><b>Phone:</b> (336) 758-3144<br>";
html[5] = "<b>Willie Hinze,</b><br>Professor<br><b>Office:</b> Salem 211<br><b>Phone:</b> (336) 758-5509<br>";
html[6] = "<b>Bradley T. Jones,</b><br>Professor<br><b>Office:</b> Salem 116A<br><b>Phone:</b> (336) 758-5512<br>";
html[7] = "<b>Paul B. Jones,</b><br> Associate Professor<br><b>Office:</b> Salem 115A<br><b>Phone:</b> (336) 758-3708<br>";
html[8] = "<b>Angela G. King,</b><br>Senior Lecturer<br><b>Office:</b> Salem 206<br><b>Phone:</b> (336) 758-5511<br>";
html[9] = "<b>S. Bruce King,</b><br>Professor<br><b>Office:</b> Salem 15B<br><b>Phone:</b> (336) 758-5774<br>";
html[10] = "<b>Dilip K. Kondepudi,</b><br>Professor<br><b>Office:</b> Salem 204<br><b>Phone:</b> (336) 758-5131<br>";
html[11] = "<b>Abdessadek Lachgar,</b><br>Professor<br><b>Office:</b> Salem 203<br><b>Phone:</b> (336) 758-4676<br>";
html[12] = "<b>Ronald E. Noftle,</b><br>Professor<br><b>Office:</b> Salem 115B<br><b>Phone:</b> (336) 758-5520<br>";
html[13] = "<b>Akbar Salam,</b><br>Associate Professor<br>Ollen R. Nalley Faculty Fellow<br><b>Office:</b> Salem 202<br><b>Phone:</b> (336) 758-3713<br>";
html[14] = "<b>Robert L. Swofford,</b><br>Professor<br><b>Office:</b> Salem 209<br><b>Phone:</b> (336) 758-4490<br>";
html[15] = "<b>Jeremy Cooper,</b><br>Visiting Professor<br><b>Office:</b> Salem 4B<br><b>Phone:</b> (336) 758-5513<br>";
html[16] = "<b>Mark E. Welker,</b><br>William L. Poteat Professor of Chemistry, Associate Provost for Research<br><b>Office:</b> Salem 15A<br><b>Phone:</b> (336) 758-5758<br>";
html[17] = "<b>Al Rives,</b><br>Senior Lecturer<br><b>Office:</b> Salem 14B<br><b>Phone:</b> (336) 758-4630<br>";
html[18] = "<b>John Tomlinson,</b><br>Assistant Professor<br><b>Office:</b> Salem 9C<br><b>Phone:</b> (336) 758-4351<br>";
html[19] = "<b>Cathy Welder,</b><br>Visiting Professor<br><b>Office:</b> Salem 4A<br><b>Phone:</b> (336) 758-3965<br>";

var email = new Array(20);
email[0] = "alexanr";
email[1] = "bierbau";
email[2] = "colyercl";
email[3] = "comstolr";
email[4] = "dossanpc";
email[5] = "hinze";
email[6] = "jonesbt";
email[7] = "jonespb";
email[8] = "kingag";
email[9] = "kingsb";
email[10] = "dilip";
email[11] = "lachgar";
email[12] = "noftle";
email[13] = "salama";
email[14] = "swofford";
email[15] = "cooperjt";
email[16] = "welker";
email[17] = "rivesab";
email[18] = "tomlinjt";
email[19] = "welderco";


var webPage = new Array(20);
webPage[0] = "http://www.wfu.edu/chemistry/faculty/RebeccaAlexander.html";
webPage[1] = "http://www.wfu.edu/chemistry/faculty/UliBierbach.html";
webPage[2] = "http://www.wfu.edu/chemistry/faculty/ChristaColyer.html";
webPage[3] = "http://www.wfu.edu/chemistry/faculty/LRComstock.html";
webPage[4] = "http://www.wfu.edu/chemistry/faculty/PatriciaDosSantos.html";
webPage[5] = "http://www.wfu.edu/chemistry/faculty/WillieHinze.html";
webPage[6] = "http://www.wfu.edu/chemistry/faculty/BradJones.html";
webPage[7] = "http://www.wfu.edu/chemistry/faculty/PaulJones.html";
webPage[8] = "http://www.wfu.edu/chemistry/faculty/AngelaKing.html";
webPage[9] = "http://www.wfu.edu/chemistry/faculty/BruceKing.html";
webPage[10] = "http://www.wfu.edu/chemistry/faculty/DilipKondepudi.html";
webPage[11] = "http://www.wfu.edu/chemistry/faculty/AbdessadekLachgar.html";
webPage[12] = "http://www.wfu.edu/chemistry/faculty/RonaldNoftle.html";
webPage[13] = "http://www.wfu.edu/chemistry/faculty/AkbarSalam.html";
webPage[14] = "http://www.wfu.edu/chemistry/faculty/RobertSwofford.html";
webPage[15] = "http://www.wfu.edu/chemistry/faculty/JeremyCooper.html";
webPage[16] = "http://www.wfu.edu/chemistry/faculty/MarkWelker.html";
webPage[17] = "http://www.wfu.edu/chemistry/faculty/AlRives.html";
webPage[18] = "http://www.wfu.edu/chemistry/faculty/JohnTomlinson.html";
webPage[19] = "http://www.wfu.edu/chemistry/faculty/CathyWelder.html";


function switchTxt(inNum)
{
	document.getElementById("updateArea").innerHTML = html[inNum];
	document.getElementById("updateArea").innerHTML = document.getElementById("updateArea").innerHTML + "<b>Email: </b>"+email[inNum] + "\@wfu.edu";
	//document.getElementById("updateArea").innerHTML = document.getElementById("updateArea").innerHTML + "<a href=\'" + webPage[inNum] + "\'>--more--</a>";
	document.getElementById("updateArea").innerHTML = document.getElementById("updateArea").innerHTML + "<br><br>Click Name For Details";
}

function switchOut()
{
	document.getElementById("updateArea").innerHTML = "";
	document.facPic.src='images/blank.png';
}