<% if(Request.QueryString["setTextOnlyMode"] == "true") { Session["textOnly"] = "true"; } if(Request.QueryString["setTextOnlyMode"] == "false") { Session["textOnly"] = "false"; } if(Session["textOnly"]!=null && Session["textOnly"].ToString() == "true") { %>

Display Images
Print View

<% } else { %> <% } %>

This file has been removed from the system.

<% if(Session["textOnly"]!=null && Session["textOnly"].ToString() == "true") {} else { if(Request.QueryString["printView"] != "true") { %> <% } } %>