for(i=1;i<=1;i++)
{
	eval("an"+i+"On= new Image()");
	eval("an"+i+"On.src= '../images/services_analyst" + i + "_on.gif'");
	eval("an"+i+"Off= new Image()");
	eval("an"+i+"Off.src= '../images/services_analyst" + i + ".gif'");
}

function ascRoll(num,state)
{
	eval("document.images['ascNav" + num + "'].src = an" + num + state + ".src");
}
