// JavaScript Document

function setPage(newPage) {

	//check if Flash object exists
	if (window.document.main) {
		//set page variable in _root timeline of Flash movie
		window.document.main.SetVariable("outsideNav", newPage);
	}
}

if (top.document == document) top.location.href = 'index2.cfm';




