RE: Syntax Help

2000-05-22 Thread Mike Murry

I think you need to write it like this:

cfif isdefined("form.questionname")

Mike Murry
Web Developer
[EMAIL PROTECTED]
214.599.5290 




-Original Message-
From: Gordon Burns [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 22, 2000 2:39 AM
To: [EMAIL PROTECTED]
Subject: Syntax Help


cfif isdefined("form.#questionname#")

This used to work perfecly when we were using 3.1 now that we have
moved to 4.1 it has failed.

Can anyone help Error message is as follows.

Parameter 1 of function IsDefined which is now "form." must be a
syntactically valid variable name

The error occurred while evaluating the expression:
isdefined("form.#questionname#")


Thanks

Gordon

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF and new browser windows

2000-05-15 Thread Mike Murry

How about using the same NewWin code in the Full Size Image windows onLoad
event?

Mike Murry
Web Developer
[EMAIL PROTECTED]
214.599.5290 




-Original Message-
From: Jay Wigginton [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 15, 2000 1:20 PM
To: [EMAIL PROTECTED]
Subject: OT: CF and new browser windows


I have an application that creates thumbnail images of a larger image...
upon clicking on the thumbnail I have it opening a new window with the full
size image using the code...

img src="#drawingthumbdir#/#thumbnail#" border="0" alt=""
onClick="NewWin=window.open('#drawingimagedir#/#drawing#','NewWin','toolbar=
no,scrollbars=auto,width=660,height=505');"

The problem I have now is that some of the full size images require a
"drawing legend" to be opened also...  can anyone offer any suggestions on
how to cause two new windows to be opened upon a click... and the order is
important also... must open the full size drawing above and then open
another new window with the legend or any other creative ideas on how to
accomplish this...

thanks
Jay


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: how do you have a static picture in the background

2000-05-11 Thread Mike Murry

For Netscape, you need to define a separate div for the image

#backgroundDiv {
layer-background-image:URL(filename.gif);
}

And then position it where you want it.

Mike Murry
Web Developer
[EMAIL PROTECTED]
214.599.5290 




-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 10, 2000 3:13 PM
To: [EMAIL PROTECTED]
Subject: Re: how do you have a static picture in the background


Not true? The FIXED attribute DOES NOT work in NS 4.08 (Naigator 4.5) but
the
rest of the style sheet does!

Dave


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 10, 2000 11:27 AM
Subject: RE: how do you have a static picture in the background


 You can in IE but not Netscape:

 BODY BACKGROUND="images/yourbackground.gif" BGPROPERTIES="FIXED"

Not true. Use a style-sheet for cross-browser compatibility:

style type="text/css"!--
 BODY {
   background: white url(images/whatever.gif);
   background-repeat: no-repeat;
   background-attachment: fixed;
   }
--
/style

This is from the StyleSheet help content in CF Studio 4 and 4.5.


ron allen hornbaker   õ¿õ¬
mailto:[EMAIL PROTECTED]~
humankind systems, inc.
http://humankindsystems.com/LoftCam




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: REM out CF codes

2000-04-11 Thread Mike Murry

Use this:

!--- cftag ---

Notice the three dashes on each side (as opposed to the html comment tag
which uses 2 dashes).

Mike Murry
Web Developer
[EMAIL PROTECTED]
214.599.5290 




-Original Message-
From: Michel Gagnon [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 11, 2000 8:43 AM
To: [EMAIL PROTECTED]
Subject: REM out CF codes


This is a multi-part message in MIME format.

--=_NextPart_000_00AB_01BFA3A2.C5C2F160
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi!

Is there a way to temporarily REM out CF tags=20
so that the server doesn't execute them?



--=_NextPart_000_00AB_01BFA3A2.C5C2F160
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT face=3DArial size=3D2Hi!/FONT/DIV
DIVnbsp;/DIV
DIVFONT face=3DArial size=3D2Is there a way to temporarily REM out =
CF tags=20
/FONT/DIV
DIVFONT face=3DArial size=3D2so that the server doesn't execute=20
them?/FONT/DIV
DIVnbsp;/DIV
DIVnbsp;/DIV/BODY/HTML

--=_NextPart_000_00AB_01BFA3A2.C5C2F160--


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Trouble uploading Mac Image Files.

2000-04-03 Thread Mike Murry

Another application I use was having this same problem. Maybe their
workaround will work for you.

http://weblogs.userland.com/manilaNewbies/stories/storyReader$17

Mike Murry
Web Developer
[EMAIL PROTECTED]
214.599.5290 




-Original Message-
From: Talha Rizvi [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 31, 2000 8:50 PM
To: [EMAIL PROTECTED]
Subject: Trouble uploading Mac Image Files.




I've been having trouble uploading image files to an NT Server from IE on
the
Mac, Netscape loads them fine. The problem then is not the difference in
file
storage formats between Mac and NT, but the way IE is encoding the images
when
it sends them. I've tried to look into its preferences and make sure the
MIME
format is correct and tried switching all sorts of different settings, but
to no
avail. Does somebody know how to tweak IE so that it sends them correctly.
Thanks
-Talha



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Programmer's font

2000-04-03 Thread Mike Murry

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_000_01BF9DAA.4B3244D0
Content-Type: text/plain;
charset="iso-8859-1"

No problem.

Mike Murry
Web Developer
[EMAIL PROTECTED]
214.599.5290 




-Original Message-
From: John Morgan [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 03, 2000 11:50 AM
To: [EMAIL PROTECTED]
Subject: RE: Programmer's font


Me too please!

-John-

At 08:51 AM 4/3/00 -0400, you wrote:
I use a font called Hells Programmer. It has exactly what you want. Let me
know if you want it and I'll send it to you.



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--_=_NextPart_000_01BF9DAA.4B3244D0
Content-Type: application/octet-stream;
name="hells.fon"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="hells.fon"

TVp7AAMg//8FAAABQAAA
AAQA






AAC6
DgAOH7QJzSG4AUzNIVRoaXMgcHJvZ3JhbSBtdXN0IGJlIHJ1biB1bmRlciBNaWNyb3NvZnQgV2lu
ZG93cy4NCiQA






AE5F
BQGJAAIASKRSdwCAMABAAEAAgACJAIkAiwQABAIA
AwIEAAeAAQAATAARAFAMOAAACIACAABdAGIAMBwGgAC/AGgAMBwIgAAA
AAdGT05URElSBUZPTlRTAAAsRk9OVFJFUyAxMzMsIDk2LCA3MjogSGVsbHMgUHJvZ3Jh
bW1lciAoNiwgOCkAAABtdHN3cwIABgAAAgcFAABDb3B5cmlnaHQgKGMpLCBQZXJmb3JtYW5jZSBE
YXRhAGxlcgYAYABgAAcAAJABAAYACAAw
BgAGACB+IABgAAD2BABIZWxscyBQcm9ncmFtbWVyAAgAAAInBgAAQ29weXJpZ2h0
IChjKSAxOTkyLCBQZXJmb3JtYW5jZSBEYXRhAAAIAGAA
YAAJAACQAQAGAAsAMAYABgAgfiAAYAAAFgYASGVsbHMgUHJvZ3JhbW1l
cgBtdHN3AAIHBQAAQ29weXJpZ2h0IChjKSwgUGVyZm9ybWFuY2UgRGF0YQBsZXIA
AAAGAGAAYAAHAACQAQAGAAgAMAYABgAgfiAAYAAA9gQA
AAD2AQYA9gEGAP4BBgAGAgYADgIGABYCBgAeAgYAJgIGAC4CBgA2AgYAPgIGAEYCBgBO
AgYAVgIGAF4CBgBmAgYAbgIGAHYCBgB+AgYAhgIGAI4CBgCWAgYAngIGAKYCBgCuAgYAtgIGAL4C
BgDGAgYAzgIGANYCBgDeAgYA5gIGAO4CBgD2AgYA/gIGAAYDBgAOAwYAFgMGAB4DBgAmAwYALgMG
ADYDBgA+AwYARgMGAE4DBgBWAwYAXgMGAGYDBgBuAwYAdgMGAH4DBgCGAwYAjgMGAJYDBgCeAwYA
pgMGAK4DBgC2AwYAvgMGAMYDBgDOAwYA1gMGAN4DBgDmAwYA7gMGAPYDBgD+AwYABgQGAA4EBgAW
BAYAHgQGACYEBgAuBAYANgQGAD4EBgBGBAYATgQGAFYEBgBeBAYAZgQGAG4EBgB2BAYAfgQGAIYE
BgCOBAYAlgQGAJ4EBgCmBAYArgQGALYEBgC+BAYAxgQGAM4EBgDWBAYA3gQGAOYECADuBAAA
ICAgICAAIABQUABQ+FD4UAAAIHigcCjwIABAqFAgUKgQAECgoECokGgAICAA
AAAQIEBAQCAQACAQCAgIECAAACCocKggICD4ICAAICBA+AAg
AAgIECBAgIAAcIiYqMiIcAAQMBAQEBA4AHCICBAgQPgAcIgIcAiIcAAQMFCQ+BAQAPiA8AgIiHAA
cIDwiIiIcAD4CAgQICAgAHCIiHCIiHAAcIiIiHgIcAAgACAAACAAICBAABAgQCAQ
APgA+ABAIBAgQAAAcIgIECAAIABwiOio+IBwAHCIiIj4iIgA8IiI8IiI8ABwiICAgIhwAPCI
iIiIiPAA+ICA8ICA+AD4gIDwgICAAHCIgLiIiHgAiIiI+IiIiABwICAgICBwAAgICAiIiHAAiJCg
wKCQiACAgICAgID4AIjYqIiIiIgAiMiomIiIiABwiIiIiIhwAPCIiPCAgIAAcIiIiKiQaADwiIjw
oJCIAHCIQCAQiHAA+CAgICAgIACIiIiIiIhwAIiIiIiIUCAAiIiIiKjYiACIiFAgUIiIAIiIiFAg
ICAA+AgQIECA+AAwICAgICAwAICAQCAQCAgAMBAQEBAQMAAgUPgAIBAA
AHiIiJhoAICA8IiIiPBwiICIcAAICHiIiIh4cIj4gHAAGCAgcCAgIHiIiHgI
cICA8IiIiIgAIABgICAgcAAQADAQEBCQYICAiJDgkIgAYCAgICAgcPCoqKio8IiIiIgA
AABwiIiIcPCIiIjwgAAAeIiIiHgIAACwyICAgHiAcAjwACAgcCAgIBgAAACIiIiYaAAA
AIiIiFAgqKioqFCIUCBQiIiIiHgIcAAA+BAgQPgAECAgQCAgEAAgICAAICAgACAQ
EAgQECAAaLAAAEhlbGxzIFByb2dyYW1tZXIAeIiIiHgIcAAAgIDwiIiIiAAA
AAAgAGAgICBwACAAYCAgICAgwAAAgICIkOCQiA

RE: Programmer's font

2000-04-03 Thread Mike Murry

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_000_01BF9DAA.9ED9068C
Content-Type: text/plain;
charset="iso-8859-1"

Here it is.

Mike Murry
Web Developer
[EMAIL PROTECTED]
214.599.5290 




-Original Message-
From: Dan Blickensderfer [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 03, 2000 1:59 PM
To: [EMAIL PROTECTED]
Subject: Re: Programmer's font


I would like to request a copy also.

Thanks,
Dan


At 08:51 AM 4/3/00 -0400, you wrote:
I use a font called Hells Programmer. It has exactly what you want. Let me
know if you want it and I'll send it to you.


---
---
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--_=_NextPart_000_01BF9DAA.9ED9068C
Content-Type: application/octet-stream;
name="hells.fon"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="hells.fon"

TVp7AAMg//8FAAABQAAA
AAQA






AAC6
DgAOH7QJzSG4AUzNIVRoaXMgcHJvZ3JhbSBtdXN0IGJlIHJ1biB1bmRlciBNaWNyb3NvZnQgV2lu
ZG93cy4NCiQA






AE5F
BQGJAAIASKRSdwCAMABAAEAAgACJAIkAiwQABAIA
AwIEAAeAAQAATAARAFAMOAAACIACAABdAGIAMBwGgAC/AGgAMBwIgAAA
AAdGT05URElSBUZPTlRTAAAsRk9OVFJFUyAxMzMsIDk2LCA3MjogSGVsbHMgUHJvZ3Jh
bW1lciAoNiwgOCkAAABtdHN3cwIABgAAAgcFAABDb3B5cmlnaHQgKGMpLCBQZXJmb3JtYW5jZSBE
YXRhAGxlcgYAYABgAAcAAJABAAYACAAw
BgAGACB+IABgAAD2BABIZWxscyBQcm9ncmFtbWVyAAgAAAInBgAAQ29weXJpZ2h0
IChjKSAxOTkyLCBQZXJmb3JtYW5jZSBEYXRhAAAIAGAA
YAAJAACQAQAGAAsAMAYABgAgfiAAYAAAFgYASGVsbHMgUHJvZ3JhbW1l
cgBtdHN3AAIHBQAAQ29weXJpZ2h0IChjKSwgUGVyZm9ybWFuY2UgRGF0YQBsZXIA
AAAGAGAAYAAHAACQAQAGAAgAMAYABgAgfiAAYAAA9gQA
AAD2AQYA9gEGAP4BBgAGAgYADgIGABYCBgAeAgYAJgIGAC4CBgA2AgYAPgIGAEYCBgBO
AgYAVgIGAF4CBgBmAgYAbgIGAHYCBgB+AgYAhgIGAI4CBgCWAgYAngIGAKYCBgCuAgYAtgIGAL4C
BgDGAgYAzgIGANYCBgDeAgYA5gIGAO4CBgD2AgYA/gIGAAYDBgAOAwYAFgMGAB4DBgAmAwYALgMG
ADYDBgA+AwYARgMGAE4DBgBWAwYAXgMGAGYDBgBuAwYAdgMGAH4DBgCGAwYAjgMGAJYDBgCeAwYA
pgMGAK4DBgC2AwYAvgMGAMYDBgDOAwYA1gMGAN4DBgDmAwYA7gMGAPYDBgD+AwYABgQGAA4EBgAW
BAYAHgQGACYEBgAuBAYANgQGAD4EBgBGBAYATgQGAFYEBgBeBAYAZgQGAG4EBgB2BAYAfgQGAIYE
BgCOBAYAlgQGAJ4EBgCmBAYArgQGALYEBgC+BAYAxgQGAM4EBgDWBAYA3gQGAOYECADuBAAA
ICAgICAAIABQUABQ+FD4UAAAIHigcCjwIABAqFAgUKgQAECgoECokGgAICAA
AAAQIEBAQCAQACAQCAgIECAAACCocKggICD4ICAAICBA+AAg
AAgIECBAgIAAcIiYqMiIcAAQMBAQEBA4AHCICBAgQPgAcIgIcAiIcAAQMFCQ+BAQAPiA8AgIiHAA
cIDwiIiIcAD4CAgQICAgAHCIiHCIiHAAcIiIiHgIcAAgACAAACAAICBAABAgQCAQ
APgA+ABAIBAgQAAAcIgIECAAIABwiOio+IBwAHCIiIj4iIgA8IiI8IiI8ABwiICAgIhwAPCI
iIiIiPAA+ICA8ICA+AD4gIDwgICAAHCIgLiIiHgAiIiI+IiIiABwICAgICBwAAgICAiIiHAAiJCg
wKCQiACAgICAgID4AIjYqIiIiIgAiMiomIiIiABwiIiIiIhwAPCIiPCAgIAAcIiIiKiQaADwiIjw
oJCIAHCIQCAQiHAA+CAgICAgIACIiIiIiIhwAIiIiIiIUCAAiIiIiKjYiACIiFAgUIiIAIiIiFAg
ICAA+AgQIECA+AAwICAgICAwAICAQCAQCAgAMBAQEBAQMAAgUPgAIBAA
AHiIiJhoAICA8IiIiPBwiICIcAAICHiIiIh4AA

RE: Programmer's font

2000-04-03 Thread Mike Murry

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_000_01BF9DAE.7028B6D0
Content-Type: text/plain;
charset="iso-8859-1"

Sure.

Mike Murry
Web Developer
[EMAIL PROTECTED]
214.599.5290 




-Original Message-
From: Quinn Michaels [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 03, 2000 2:33 PM
To: [EMAIL PROTECTED]
Subject: Re: Programmer's font


can i get a copy of that

thanks
Q
- Original Message -
From: John Morgan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 03, 2000 9:49 AM
Subject: RE: Programmer's font


 Me too please!

 -John-

 At 08:51 AM 4/3/00 -0400, you wrote:
 I use a font called Hells Programmer. It has exactly what you want. Let
me
 know if you want it and I'll send it to you.


 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--_=_NextPart_000_01BF9DAE.7028B6D0
Content-Type: application/octet-stream;
name="hells.fon"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="hells.fon"

TVp7AAMg//8FAAABQAAA
AAQA






AAC6
DgAOH7QJzSG4AUzNIVRoaXMgcHJvZ3JhbSBtdXN0IGJlIHJ1biB1bmRlciBNaWNyb3NvZnQgV2lu
ZG93cy4NCiQA






AE5F
BQGJAAIASKRSdwCAMABAAEAAgACJAIkAiwQABAIA
AwIEAAeAAQAATAARAFAMOAAACIACAABdAGIAMBwGgAC/AGgAMBwIgAAA
AAdGT05URElSBUZPTlRTAAAsRk9OVFJFUyAxMzMsIDk2LCA3MjogSGVsbHMgUHJvZ3Jh
bW1lciAoNiwgOCkAAABtdHN3cwIABgAAAgcFAABDb3B5cmlnaHQgKGMpLCBQZXJmb3JtYW5jZSBE
YXRhAGxlcgYAYABgAAcAAJABAAYACAAw
BgAGACB+IABgAAD2BABIZWxscyBQcm9ncmFtbWVyAAgAAAInBgAAQ29weXJpZ2h0
IChjKSAxOTkyLCBQZXJmb3JtYW5jZSBEYXRhAAAIAGAA
YAAJAACQAQAGAAsAMAYABgAgfiAAYAAAFgYASGVsbHMgUHJvZ3JhbW1l
cgBtdHN3AAIHBQAAQ29weXJpZ2h0IChjKSwgUGVyZm9ybWFuY2UgRGF0YQBsZXIA
AAAGAGAAYAAHAACQAQAGAAgAMAYABgAgfiAAYAAA9gQA
AAD2AQYA9gEGAP4BBgAGAgYADgIGABYCBgAeAgYAJgIGAC4CBgA2AgYAPgIGAEYCBgBO
AgYAVgIGAF4CBgBmAgYAbgIGAHYCBgB+AgYAhgIGAI4CBgCWAgYAngIGAKYCBgCuAgYAtgIGAL4C
BgDGAgYAzgIGANYCBgDeAgYA5gIGAO4CBgD2AgYA/gIGAAYDBgAOAwYAFgMGAB4DBgAmAwYALgMG
ADYDBgA+AwYARgMGAE4DBgBWAwYAXgMGAGYDBgBuAwYAdgMGAH4DBgCGAwYAjgMGAJYDBgCeAwYA
pgMGAK4DBgC2AwYAvgMGAMYDBgDOAwYA1gMGAN4DBgDmAwYA7gMGAPYDBgD+AwYABgQGAA4EBgAW
BAYAHgQGACYEBgAuBAYANgQGAD4EBgBGBAYATgQGAFYEBgBeBAYAZgQGAG4EBgB2BAYAfgQGAIYE
BgCOBAYAlgQGAJ4EBgCmBAYArgQGALYEBgC+BAYAxgQGAM4EBgDWBAYA3gQGAOYECADuBAAA
ICAgICAAIABQUABQ+FD4UAAAIHigcCjwIABAqFAgUKgQAECgoECokGgAICAA
AAAQIEBAQCAQACAQCAgIECAAACCocKggICD4ICAAICBA+AAg
AAgIECBAgIAAcIiYqMiIcAAQMBAQEBA4AHCICBAgQPgAcIgIcAiIcAAQMFCQ+BAQAPiA8AgIiHAA
cIDwiIiIcAD4CAgQICAgAHCIiHCIiHAAcIiIiHgIcAAgACAAACAAICBAABAgQCAQ
APgA+ABAIBAgQAAAcIgIECAAIABwiOio+IBwAHCIiIj4iIgA8IiI8IiI8ABwiICAgIhwAPCI
iIiIiPAA+ICA8ICA+AD4gIDwgICAAHCIgLiIiHgAiIiI+IiIiABwICAgICBwAAgICAiIiHAAiJCg
wKCQiACAgICAgID4AIjYqIiIiIgAiMiomIiIiABwiIiIiIhwAPCIiPCAgIAAcIiIiKiQaADwiIjw
oJCIAHCIQCAQiHAA+CAgICAgIACIiIiIiIhwAIiIiIiIUCAAiIiIiKjYiAC