Text = new Text(); function Text() { this.SiteID = "Static Site 9"; this.Prefix = ""; this.Suffix = ""; // ALT="<%= Text.Global_222_Select %>" this.Global_21_Welcome = this.Prefix + "Welcome" + this.Suffix; this.Global_23_BackToGallery = this.Prefix + "BACK TO GALLERY" + this.Suffix; this.Global_26_ViewDetails = this.Prefix + "VIEW DETAILS" + this.Suffix; this.Global_200_Thumbnail = this.Prefix + "thumbnail" + this.Suffix; this.Global_205_NetPublishLogo = this.Prefix + "Portfolio NetPublish" + this.Suffix; this.Global_206_Spacer = this.Prefix + "spacer" + this.Suffix; this.Global_208_DetailedInfo = this.Prefix + "detailed info" + this.Suffix; this.Global_209_Details = this.Prefix + "details" + this.Suffix; this.Global_210_Page = this.Prefix + "page" + this.Suffix; this.Global_222_Select = this.Prefix + "Select" + this.Suffix; }