% If Session("ErrFlg") Then ErrFlg = True ErrTxt = Session("ErrTxt") ctitle = Session("ctitle") cfirst = Session("cfirst") clast = Session("clast") caddress = Session("caddress") ccity = Session("ccity") cstate = Session("cstate") czip = Session("czip") cbustitle = Session("cbustitle") cofficephone = Session("cofficephone") ccellphone = Session("ccellphone") cemail = Session("cemail") cbusname = Session("cbusname") cwebsite = Session("cwebsite") clocations = Session("clocations") cindustry = Session("cindustry") cestablished = Session("cestablished") cemployees = Session("cemployees") cpremiums = Session("cpremiums") cbussize = Session("cbussize") cinterest = Session("cinterest") curgent = Session("curgent") cmethod = Session("cmethod") cbesttime = Session("cbesttime") Else ErrFlg = False ctitle = "" cfirst = "" clast = "" caddress = "" ccity = "" cstate = "" czip = "" cbustitle = "" cofficephone = "" ccellphone = "" cemail = "" cbusname = "" cwebsite = "" clocations = False cindustry = "" cestablished = "" cemployees = "" cpremiums = True cbussize = 1 cinterest = "" curgent = "" cmethod = 2 cbesttime = 4 End If Session("ErrFlg") = False %>