agent = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
function images(){
if (agent) {
pics = new Array
pics[0] = new Image()
pics[0].src="images/blank.gif"
pics[1] = new Image()
pics[1].src="images/t1.gif"
pics[2] = new Image()
pics[2].src="images/t4.gif"
pics[3] = new Image()
pics[3].src="images/t2.gif"
pics[4] = new Image()
pics[4].src="images/t3.gif"
pics[5] = new Image()
pics[5].src="images/t6.gif"
pics[6] = new Image()
pics[6].src="images/t5.gif"
pics[7] = new Image()
pics[7].src="images/t7.gif"
pics[8] = new Image()
pics[8].src="images/t8.gif"
}
}

