var page = self.location.href;


if (page.indexOf("1A.html") != -1) {

	var highlightButton1 = "_on";
}


else if (page.indexOf("1B.html") != -1) {

	var highlightButton1 = "_on";
}

else {

	var highlightButton1 = "_off";
	
}


if (page.indexOf("2A.html") != -1) {

	var highlightButton2 = "_on";
}


else if (page.indexOf("2B.html") != -1) {

	var highlightButton2 = "_on";
}


else if (page.indexOf("2C.html") != -1) {

	var highlightButton2 = "_on";
}


else {

	var highlightButton2 = "_off";
	
}

if (page.indexOf("3A.html") != -1) {

	var highlightButton3 = "_on";
}


else if (page.indexOf("3B.html") != -1) {

	var highlightButton3 = "_on";
}

else {

	var highlightButton3 = "_off";
	
}


document.write('<TABLE WIDTH=111 CELLPADDING=0 CELLSPACING=0 BORDER=0><TR><TD VALIGN=top NOWRAP>');

document.write('<A HREF="partC.page1A.html" onMouseOver="imgOn(\'img1\');" onMouseOut="imgOff(\'img1\');"><IMG ID="img1" NAME="img1" WIDTH=72 HEIGHT=72 BORDER=0 HSPACE=12 SRC="http://images.businessweek.com/common_images/fantasycareer/images/rollovers/photo.1' + highlightButton1 + '.gif"><\/A><br>');

document.write('<\/TD><\/TR><TR><TD VALIGN=top>');

document.write('<IMG WIDTH=111 HEIGHT=18 BORDER=0 SRC="http://images.businessweek.com/common_images/fantasycareer/images/1x1.gif"><br>');


document.write('<\/TD><\/TR><TR><TD VALIGN=top>');

document.write('<A HREF="partC.page3A.html" onMouseOver="imgOn(\'img3\');" onMouseOut="imgOff(\'img3\');"><IMG ID="img3" NAME="img3" WIDTH=72 HEIGHT=72 BORDER=0 HSPACE=12 SRC="http://images.businessweek.com/common_images/fantasycareer/images/rollovers/photo.3' + highlightButton3 + '.gif"><\/A><br>');

document.write('<\/TD><\/TR><TR><TD VALIGN=top>');

document.write('<IMG WIDTH=111 HEIGHT=18 BORDER=0 SRC="http://images.businessweek.com/common_images/fantasycareer/images/1x1.gif"><br>');


document.write('<\/TD><\/TR><TR><TD VALIGN=top>');

document.write('<A HREF="partC.page2A.html" onMouseOver="imgOn(\'img2\');" onMouseOut="imgOff(\'img2\');"><IMG ID="img2" NAME="img2" WIDTH=72 HEIGHT=72 BORDER=0 HSPACE=12 SRC="http://images.businessweek.com/common_images/fantasycareer/images/rollovers/photo.2' + highlightButton2 + '.gif"><\/A><br>');

document.write('<\/TD><\/TR><TR><TD VALIGN=top>');

document.write('<IMG WIDTH=111 HEIGHT=18 BORDER=0 SRC="http://images.businessweek.com/common_images/fantasycareer/images/1x1.gif"><br>');

document.write('<\/TD><\/TR><\/TABLE>');

document.close();