<!--

function showImage(ele) {
	winProp = "toolbar=0,location=0,resizable=1,scrollbars=1,status=1,height=390,width=355,left=0,top=0"
	var newWin = window.open(ele.href, ele.target, winProp)
	newWin.focus()
}
//-->

