function openImage(ImgName)	{

	str = "viewImage.asp?iname=" + ImgName

	new_win = window.open(str, "ImgWindow", "status, width=500, height=500, left=15, top=15, resiable=no, status=no scrollbars=no");
	new_win.focus();

	return;
}
