<!--
if(parseInt(navigator.appVersion) > 2) {
	var Img1on = new Image(36,33)
	var Img1off = new Image(36,33)
	var Img2on = new Image(36,33)
	var Img2off = new Image(36,33)
	var Img3on = new Image(36,33)
	var Img3off = new Image(36,33)
	var Img4on = new Image(36,33)
	var Img4off = new Image(36,33)
	var Img5on = new Image(36,33)
	var Img5off = new Image(36,33)
	var Img6on = new Image(36,33)
	var Img6off = new Image(36,33)
	var Img7on = new Image(36,33)
	var Img7off = new Image(36,33)
	var Img8on = new Image(36,33)
	var Img8off = new Image(36,33)
	var Img9on = new Image(36,33)
	var Img9off = new Image(36,33)
	var Img10on = new Image(36,33)
	var Img10off = new Image(36,33)
	var Img11on = new Image(36,33)
	var Img11off = new Image(36,33)
	var Img12on = new Image(36,33)
	var Img12off = new Image(36,33)
//	var Img13on = new Image(36,33)
//	var Img13off = new Image(36,33)

	Img1on.src = "/images/tpnv1.1.gif"
	Img2on.src = "/images/tpnv2.1.gif"
	Img3on.src = "/images/tpnv3.1.gif"
	Img4on.src = "/images/tpnv4.1.gif"
	Img5on.src = "/images/tpnv5.1.gif"
	Img6on.src = "/images/tpnv6.1.gif"
	Img7on.src = "/images/tpnv7.1.gif"
	Img8on.src = "/images/tpnv8.1.gif"
	Img9on.src = "/images/tpnv9.1.gif"
	Img10on.src = "/images/tpnv10.1.gif"
	Img11on.src = "/images/tpnv11.1.gif"
	Img12on.src = "/images/tpnv12.1.gif"
//	Img13on.src = "/images/tpnv13.1.gif"

	Img1off.src = "/images/tpnv1.gif"
	Img2off.src = "/images/tpnv2.gif"
	Img3off.src = "/images/tpnv3.gif"
	Img4off.src = "/images/tpnv4.gif"
	Img5off.src = "/images/tpnv5.gif"
	Img6off.src = "/images/tpnv6.gif"
	Img7off.src = "/images/tpnv7.gif"
	Img8off.src = "/images/tpnv8.gif"
	Img9off.src = "/images/tpnv9.gif"
	Img10off.src = "/images/tpnv10.gif"
	Img11off.src = "/images/tpnv11.gif"
	Img12off.src = "/images/tpnv12.gif"
//	Img13off.src = "/images/tpnv13.gif"
}
// show image text
function setImage(imgNum) {
	var imgName = "Img" + imgNum
	var imgFile = eval(imgName + "on.src")
	document.images[imgName].src = imgFile
	return false
}
// return to picture
function resetImage(imgNum) {
	var imgName = "Img" + imgNum
	var imgFile = eval(imgName + "off.src")
	document.images[imgName].src = imgFile
	return false
}
// -->
