// This is NOT included in sitemap.shtml

if (document.images)
{
	var tfnoffImgArray = new Array();
	// Purple menu
	
	
	tfnoffImgArray[1] = new Image(); tfnoffImgArray[1].src = "http://www.stanleyworks.com/images/rollovers/ir_stock_off.gif";
	tfnoffImgArray[2] = new Image(); tfnoffImgArray[2].src = "http://www.stanleyworks.com/images/rollovers/ir_financialnews_off.gif";
	tfnoffImgArray[3] = new Image(); tfnoffImgArray[3].src = "http://www.stanleyworks.com/images/rollovers/ir_full_off.gif";
	tfnoffImgArray[4] = new Image(); tfnoffImgArray[4].src = "http://www.stanleyworks.com/images/rollovers/ir_earnings_off.gif";
	tfnoffImgArray[5] = new Image(); tfnoffImgArray[5].src = "http://www.stanleyworks.com/images/rollovers/ir_sec_off.gif";
	tfnoffImgArray[6] = new Image(); tfnoffImgArray[6].src = "http://www.stanleyworks.com/images/rollovers/ir_events_off.gif";
	tfnoffImgArray[7] = new Image(); tfnoffImgArray[7].src = "http://www.stanleyworks.com/images/rollovers/ir_ealerts_off.gif";
	tfnoffImgArray[8] = new Image(); tfnoffImgArray[8].src = "http://www.stanleyworks.com/images/rollovers/ir_gloss_off.gif";


	var tfnoonImgArray = new Array()

	// Purple menu
	
	
	tfnoonImgArray[1] = new Image(); tfnoonImgArray[1].src = "http://www.stanleyworks.com/images/rollovers/ir_stock_on.gif";
	tfnoonImgArray[2] = new Image(); tfnoonImgArray[2].src = "http://www.stanleyworks.com/images/rollovers/ir_financialnews_on.gif";
	tfnoonImgArray[3] = new Image(); tfnoonImgArray[3].src = "http://www.stanleyworks.com/images/rollovers/ir_full_on.gif";
	tfnoonImgArray[4] = new Image(); tfnoonImgArray[4].src = "http://www.stanleyworks.com/images/rollovers/ir_earnings_on.gif";
	tfnoonImgArray[5] = new Image(); tfnoonImgArray[5].src = "http://www.stanleyworks.com/images/rollovers/ir_sec_on.gif";
	tfnoonImgArray[6] = new Image(); tfnoonImgArray[6].src = "http://www.stanleyworks.com/images/rollovers/ir_events_on.gif";
	tfnoonImgArray[7] = new Image(); tfnoonImgArray[7].src = "http://www.stanleyworks.com/images/rollovers/ir_ealerts_on.gif";
	tfnoonImgArray[8] = new Image(); tfnoonImgArray[8].src = "http://www.stanleyworks.com/images/rollovers/ir_gloss_on.gif";

	
}


function tfnimageOn(i)
	{
	if (document.images)
		{
		document.images['tfn'+i].src = tfnoonImgArray[i].src
		}
	}
	
function tfnimageOff(i)
	{
	if (document.images)
		{
		document.images['tfn'+i].src = tfnoffImgArray[i].src
		}
	}


	

