// PRE-LOAD ROLLOVER IMAGES
if(Image)
{
	var img1 = new Image();
	img1.src = "http://www.cloroxenespanol.com/img/clorox/ES_632.gif";
	var img2 = new Image();
	img2.src = "http://www.cloroxenespanol.com/img/clorox/ES_633.gif";
}

// ROLLOVER FUNCTIONS
function onPrinterFriendlyMouseOver(img)
{
	img.src = "http://www.cloroxenespanol.com/img/clorox/ES_632.gif";
}

function onPrinterFriendlyMouseOut(img)
{
	img.src = "http://www.cloroxenespanol.com/img/clorox/ES_94.gif";
}

function onSTAFMouseOver(img)
{
	img.src = "http://www.cloroxenespanol.com/img/clorox/ES_633.gif";
}

function onSTAFMouseOut(img)
{
	img.src = "http://www.cloroxenespanol.com/img/clorox/ES_95.gif";
}