<!--
	function openImageView(path){
	imageHWD = window.open(path,"imgFrame","width=525,height=325,resizable=no")
	imageHWD.focus()
	}
	//-->

