var defStat = "";

statStr = new Array();
statStr[0] = "Click to enter site ...";
statStr[1] = "Overview ...";
statStr[2] = "Practice areas ...";
statStr[3] = "Lawyers ...";
statStr[4] = "Firm publications ...";
statStr[5] = "Firm news & events ...";
statStr[6] = "Doing business in the U.S. ...";
statStr[7] = "Recruiting ...";
statStr[8] = "Contact us ...";
statStr[9] = "Privacy policy ...";
statStr[10] = "Disclaimer & website info ...";
statStr[11] = "Update publications ...";
statStr[12] = "Update legal developments ...";
statStr[13] = "Update news & events ...";
statStr[14] = "Contact Julie McGuire ...";
statStr[15] = "Contact Albert Sturtevant ...";
statStr[16] = "Contact J. Daniel Hull ...";
statStr[17] = "Contact Brian Kahle ...";
statStr[18] = "Contact Janet Ambrozek ...";
statStr[19] = "Contact Scott McPherson ...";
statStr[20] = "Contact Matthew McGuire ...";
statStr[21] = "Contact Kenneth McKay ...";
statStr[22] = "Contact Ralph Minto, Jr. ...";
statStr[23] = "Contact Paul Sullivan ...";
statStr[24] = "Julie E. McGuire ...";
statStr[25] = "Albert D. Sturtevant ...";
statStr[26] = "J. Daniel Hull ...";
statStr[27] = "Brian J. Kahle ...";
statStr[28] = "Janet Ambrozek ...";
statStr[29] = "Scott E. McPherson ...";
statStr[30] = "Matthew F. McGuire ...";
statStr[31] = "Kenneth P. McKay ...";
statStr[32] = "Ralph Minto, Jr. ...";
statStr[33] = "Paul D. Sullivan ...";
statStr[34] = "Send your resume to Marjorie Gaspar ...";
statStr[35] = "Patrick K. Cavanaugh ...";
statStr[36] = "Stephen J. Del Sole ...";
statStr[37] = "Contact Patrick Cavanaugh ...";
statStr[38] = "Contact Stephen Del Sole ...";
statStr[39] = "International Business Law Consortium ...";
statStr[40] = "Contact Marjorie Gaspar ...";

//function preLoadImg() {

//}

function startUp() {
window.focus();
window.status = defStat;
}

function statOn(pass) {
window.status = statStr[pass];
}

function statOff() {
window.status = defStat;
}