
function rollImageOn(myImage) {
	if (document.images)
	var newImage = "http://i.cnn.net/money/popups/2005/biz2/golden_rule/img_ind/" + myImage + "_over.gif";
	document.images[myImage].src = newImage;
	}
function rollImageOff(myImage) {
	if (document.images)
	var newImage = "http://i.cnn.net/money/popups/2005/biz2/golden_rule/img_ind/" + myImage + "_top.gif";
	document.images[myImage].src = newImage;
	}
function rollImageArrowOn(myImage) {
	if (document.images)
	var newImage = "http://i.cnn.net/money/popups/2005/biz2/golden_rule/img_all/" + myImage + "_red.gif";
	document.images[myImage].src = newImage;
	}
function rollImageArrowOff(myImage) {
	if (document.images)
	var newImage = "http://i.cnn.net/money/popups/2005/biz2/golden_rule/img_all/" + myImage + "_blue.gif";
	document.images[myImage].src = newImage;
	}
function updateFrames(thisNum,thisNav) {
	parent.tab.location="tab." + thisNav + ".exclude.html";
	parent.photo.location="picture." + thisNum + ".exclude.html";
	parent.nav.location="nav." + thisNum + ".exclude.html";
	parent.content.location="content." + thisNum + ".html";
	parent.ad.location="bottom.exclude.html";
	updateFramesX(thisNav);
	updateFramesX(thisNav);
	}
function updateFramesX(thisNav) {
	parent.tab.location="tab." + thisNav + ".exclude.html";
	}