	//BROWSER DETECT Decide which CSS to include
if (navigator.appName == "Netscape") {
		document.write("<LINK href='include/methodology_netscape.css' rel='stylesheet' type='text/css'>")
	}
else if (navigator.appName == "Microsoft Internet Explorer") {
		document.write("<LINK href='include/methodology_ie.css' rel='stylesheet' type='text/css'>")
}

if (navigator.appName != "Microsoft Internet Explorer" && navigator.appName != "Netscape") {
	document.write("<LINK href='include/methodology_ie.css' rel='stylesheet' type='text/css'>")
}
//END BROWSER DETECT Decide which CSS to include

//ROLL-OVER IMAGES Build array for navigation
TheMethodologies = new Array(new Image(338,22), new Image(338,22), new Image(338,22),new Image (338,22), new Image(338,22),new Image(338,22), new Image(167,22),new Image(167,22), new Image(167,22),new Image(167,22), new Image(338,22),new Image(338,22));

TheMethodologies[0].src = "graphics/methodology_graphics/evaluation_a.gif"
TheMethodologies[1].src = "graphics/methodology_graphics/evaluation_i.gif"
TheMethodologies[2].src = "graphics/methodology_graphics/initiation_a.gif"
TheMethodologies[3].src = "graphics/methodology_graphics/initiation_i.gif"
TheMethodologies[4].src = "graphics/methodology_graphics/planning_a.gif"
TheMethodologies[5].src = "graphics/methodology_graphics/planning_i.gif"
TheMethodologies[6].src = "graphics/methodology_graphics/control_a.gif"
TheMethodologies[7].src = "graphics/methodology_graphics/control_i.gif"
TheMethodologies[8].src = "graphics/methodology_graphics/execution_a.gif"
TheMethodologies[9].src = "graphics/methodology_graphics/execution_i.gif"
TheMethodologies[10].src = "graphics/methodology_graphics/closure_a.gif"
TheMethodologies[11].src = "graphics/methodology_graphics/closure_i.gif"

//End Array for Navigation

//ROLL-OVER IMAGES Function rolls images
function SwapMeth(nameImg,numImg) {
	if (document.images) {
		document[nameImg].src = TheMethodologies[numImg].src;
	}
}
//ROLL-OVER IMAGES  End Image roll function








