File size: 26,391 Bytes
4b1270d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="http://forum.escmid.org" />
<base href="http://forum.escmid.org/" /><!--[if IE]></base><![endif]-->
<meta name="generator" content="vBulletin 4.1.12" />

	<link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" />


		<meta name="keywords" content="forum,bbs,discussion,bulletin board" />
		<meta name="description" content="ESCMID Discussion Forum" />


<link rel="stylesheet" type="text/css" href="http://www.escmid.org/fileadmin/forum/forum.css" />
<!--[if IE]>

<link rel="stylesheet" type="text/css" href="http://www.escmid.org/fileadmin/forum/main_patches_ie7.css" />

<![endif]-->




<script type="text/javascript">

<!--

	if (typeof YAHOO === 'undefined') // Load ALL YUI Local

	{

		document.write('<script type="text/javascript" src="clientscript/yui/yuiloader-dom-event/yuiloader-dom-event.js?v=4112"><\/script>');

		document.write('<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=4112"><\/script>');

		var yuipath = 'clientscript/yui';

		var yuicombopath = '';

		var remoteyui = false;

	}

	else	// Load Rest of YUI remotely (where possible)

	{

		var yuipath = 'clientscript/yui';

		var yuicombopath = '';

		var remoteyui = true;

		if (!yuicombopath)

		{

			document.write('<script type="text/javascript" src="clientscript/yui/connection/connection-min.js"><\/script>');

		}

	}

	var SESSIONURL = "s=d3ad01f4093e1ef44f88be9f51e30110&";

	var SECURITYTOKEN = "guest";

	var IMGDIR_MISC = "images/misc";

	var IMGDIR_BUTTON = "images/buttons";

	var vb_disable_ajax = parseInt("0", 10);

	var SIMPLEVERSION = "4112";

	var BBURL = "http://forum.escmid.org";

	var LOGGEDIN = 0 > 0 ? true : false;

	var THIS_SCRIPT = "sendmessage";

	var RELPATH = "sendmessage.php";

	var PATHS = {

		forum : "",

		cms   : "",

		blog  : ""

	};

	var AJAXBASEURL = "http://forum.escmid.org/";

// -->

</script>
<script type="text/javascript" src="http://forum.escmid.org/clientscript/vbulletin-core.js?v=4112"></script>



	<link rel="alternate" type="application/rss+xml" title="ESCMID Discussion Forum RSS Feed" href="http://forum.escmid.org/external.php?type=RSS2" />
	



	<link rel="stylesheet" type="text/css" href="css.php?styleid=2&amp;langid=1&amp;d=1340278100&amp;td=ltr&amp;sheet=bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css," />

	<!--[if lt IE 8]>

	<link rel="stylesheet" type="text/css" href="css.php?styleid=2&amp;langid=1&amp;d=1340278100&amp;td=ltr&amp;sheet=popupmenu-ie.css,vbulletin-ie.css,vbulletin-chrome-ie.css,vbulletin-formcontrols-ie.css,editor-ie.css" />

	<![endif]-->


	<title>Contact Us - ESCMID Discussion Forum</title>
	<link rel="stylesheet" type="text/css" href="css.php?styleid=2&amp;langid=1&amp;d=1340278100&amp;td=ltr&amp;sheet=additional.css" />

</head>
<body>

<div id="wrapper">
<div id="head_wrapper">

			<!-- Header --> 
			<div id="header">

				<!-- Logo & Claim -->
				<div class="logo">
					<a href="/"><img src="https://www.escmid.org/fileadmin/src/img/escmid_logo.jpg" alt="ESCMID" /></a>
				</div>

				<!-- Metanavigation -->
				<div class="metanav">
					<ul><li><a href="https://www.escmid.org/" onfocus="blurLink(this);"  >Home</a></li><li><a href="https://www.escmid.org/topnavigation/contact/" onfocus="blurLink(this);"  >Contact</a></li><li><a href="https://www.escmid.org/sitemap/" onfocus="blurLink(this);"  >Sitemap</a></li><li class="forum"><a href="http://forum.escmid.org/">Forum</a></li></ul>
				</div>

				<div class="clear"><!-- --></div>
			</div>

			<!-- Top Navigation -->
			<div id="topnav">
				<ul><li id="dates-events"><a href="https://www.escmid.org/dates_events/" onfocus="blurLink(this);"  >Dates &<br/>Events</a><div class="second-lvl"><ul><li><a href="https://www.escmid.org/dates_events/calendar/" onfocus="blurLink(this);"  >Calendar</a></li><li><a href="https://www.escmid.org/dates_events/escmid_courses/" onfocus="blurLink(this);"  >ESCMID Courses</a></li><li><a href="https://www.escmid.org/dates_events/escmid_summer_school/" onfocus="blurLink(this);"  >ESCMID Summer School</a></li><li><a href="https://www.escmid.org/dates_events/escmid_conferences/" onfocus="blurLink(this);"  >ESCMID Conferences</a></li><li><a href="https://www.escmid.org/dates_events/eccmid/" onfocus="blurLink(this);"  >ECCMID</a></li><li><a href="https://www.escmid.org/dates_events/calendar_archive/" onfocus="blurLink(this);"  >Calendar archive</a></li></ul><div class="teaser-wrapper"><img src="https://www.escmid.org/uploads/pics/clock_calendar_210x140.jpg" width="210" height="140" border="0" alt="" /><p>The Calendar lists upcoming congresses, conferences and educational  courses organised or endorsed/promoted by ESCMID. You can find  information on past events in the archive. Material from these events  can be found in the ESCMID Online Lecture Library.</p></div></div></li><li id="news-discussion"><a href="https://www.escmid.org/news_discussion/" onfocus="blurLink(this);"  >News & Discussion</a><div class="second-lvl"><ul><li><a href="https://www.escmid.org/news_discussion/news/" onfocus="blurLink(this);"  >News</a></li><li><a href="https://www.escmid.org/news_discussion/escmid_newsletter/" onfocus="blurLink(this);"  >ESCMID Newsletter</a></li><li><a href="https://www.escmid.org/news_discussion/press_releases/" onfocus="blurLink(this);"  >Press releases</a></li><li><a href="https://www.escmid.org/news_discussion/press_room/" onfocus="blurLink(this);"  >@Press room</a></li><li><a href="https://www.escmid.org/news_discussion/discussion_forum/" onfocus="blurLink(this);"  >Discussion forum</a></li><li><a href="https://www.escmid.org/news_discussion/archive/" onfocus="blurLink(this);"  >Archive</a></li></ul><div class="teaser-wrapper"><img src="https://www.escmid.org/uploads/pics/computer-green-210X140.jpg" width="210" height="140" border="0" alt="" /><p>Your direct link to all sorts of news and information in the infection  fields including press releases, discussion forum and news on what is  happening at ESCMID, including the online ESCMID Newsletter.</p></div></div></li><li id="research-projects"><a href="https://www.escmid.org/research_projects/" onfocus="blurLink(this);"  >Research & Projects</a><div class="second-lvl"><ul><li><a href="https://www.escmid.org/research_projects/eccmid/" title="The Society's annual congress" onfocus="blurLink(this);"  >ECCMID</a></li><li><a href="https://www.escmid.org/research_projects/escmid_conferences/" title="Find information and registration details" onfocus="blurLink(this);"  >ESCMID Conferences</a></li><li><a href="https://www.escmid.org/research_projects/study_groups/" title="Find out about and join our topic-centred networking groups" onfocus="blurLink(this);"  >Study Groups</a></li><li><a href="https://www.escmid.org/research_projects/eucic/" title="European Committee for Infection Control" onfocus="blurLink(this);"  >EUCIC</a></li><li><a href="https://www.escmid.org/research_projects/eu_cast/" title="The European Committee on Antimicrobial Susceptibility Testing" onfocus="blurLink(this);"  >EUCAST</a></li><li><a href="https://www.escmid.org/research_projects/fighting_resistance/" title="Fighting Resistance" onfocus="blurLink(this);"  >Fighting Resistance</a></li><li><a href="https://www.escmid.org/research_projects/supported_research_projects/" onfocus="blurLink(this);"  >Supported research projects</a></li></ul><div class="teaser-wrapper"><img src="https://www.escmid.org/uploads/pics/091110_Mikrobiol_224_Research-Project_210x140.jpg" width="210" height="140" border="0" alt="" /><p>Find out about ESCMID Study Groups or collaborative projects such as  EUCAST and EUCIC, ESCMID Conferences as well as our Fighting Resistance  webpage. </p></div></div></li><li id="escmid-library"><a href="https://www.escmid.org/escmid_library/" onfocus="blurLink(this);"  >ESCMID <br />Library</a><div class="second-lvl"><ul><li><a href="https://www.escmid.org/escmid_library/online_lecture_library/" onfocus="blurLink(this);"  >Online Lecture Library</a></li><li><a href="https://www.escmid.org/escmid_library/clinical_microbiology_and_infection_cmi/" title="The Society's journals" onfocus="blurLink(this);"  >Clinical Microbiology and Infection (CMI)</a></li><li><a href="https://www.escmid.org/escmid_library/new_microbes_new_infections_nmni/" title="The Society's online journal" onfocus="blurLink(this);"  >New Microbes & New Infections (NMNI)</a></li><li><a href="https://www.escmid.org/escmid_library/medical_guidelines/" title="Clinical practice guidelines written or endorsed by ESCMID" onfocus="blurLink(this);"  >Medical guidelines</a></li><li><a href="https://www.escmid.org/escmid_library/escmid_yearbook/" title="Annual summary of the Society's activities" onfocus="blurLink(this);"  >ESCMID Yearbook</a></li><li><a href="https://www.escmid.org/escmid_library/manual_of_microbiology/" title="The Handbook of Clinical Microbiology" onfocus="blurLink(this);"  >Manual of Microbiology</a></li></ul><div class="teaser-wrapper"><img src="https://www.escmid.org/uploads/pics/Library_book_210x140.jpg" width="210" height="140" border="0" alt="" /><p>Here you can find online materials from ESCMID Events, the Society  Journals, CMI and NMNI, as well as Medical Guidelines, the Yearbook and  the Manual of Microbiology. </p></div></div></li><li id="profession-career"><a href="https://www.escmid.org/profession_career/" onfocus="blurLink(this);"  >Profession & Career</a><div class="second-lvl"><ul><li><a href="https://www.escmid.org/profession_career/awards_grants/" title="&gt;&gt;&gt; Awards &amp; Grants" onfocus="blurLink(this);"  >Awards & Grants</a></li><li><a href="https://www.escmid.org/profession_career/collaborative_centres_observerships/" title="&gt;&gt;&gt; Collaborative Centres &amp; Observerships" onfocus="blurLink(this);"  >Collaborative Centres & Observerships</a></li><li><a href="https://www.escmid.org/profession_career/educational_activities/" title="&gt;&gt;&gt; Educational activities" onfocus="blurLink(this);"  >Educational activities</a></li><li><a href="https://www.escmid.org/profession_career/pa_workshops/" onfocus="blurLink(this);"  >PA Workshops</a></li><li><a href="https://www.escmid.org/profession_career/parity_commission/" title="&gt;&gt;&gt; Parity Commission" onfocus="blurLink(this);"  >Parity Commission</a></li><li><a href="https://www.escmid.org/profession_career/trainee_association_of_escmid/" title="&gt;&gt;&gt; Trainee Association of ESCMID" onfocus="blurLink(this);"  >Trainee Association of ESCMID</a></li><li><a href="https://www.escmid.org/profession_career/speciality_training/" title="&gt;&gt;&gt; Speciality training" onfocus="blurLink(this);"  >Speciality training</a></li><li><a href="https://www.escmid.org/profession_career/jobs_in_cm_id/" title="&gt;&gt;&gt; Jobs in CM &amp; ID" onfocus="blurLink(this);"  >Jobs in CM & ID</a></li><li><a href="https://www.escmid.org/profession_career/eu_partner_search/" title="&gt;&gt;&gt; EU Partner Search" onfocus="blurLink(this);"  >EU Partner Search</a></li><li><a href="https://www.escmid.org/profession_career/eu_calls_other_funding/" title="Find out about important European funding programmes. " onfocus="blurLink(this);"  >EU calls & other funding</a></li></ul><div class="teaser-wrapper"><img src="https://www.escmid.org/uploads/pics/glove_hand_mouse_lab-2_210x140.JPG" width="210" height="140" border="0" alt="" /><p>Find offerings to further your career and professional development, such  as awards &amp; grants, observership visits, educational courses, jobs  and other information &amp; services.</p></div></div></li><li id="membership-organisation"><a href="https://www.escmid.org/membership_organization/" onfocus="blurLink(this);"  >Membership & Organisation</a><div class="second-lvl"><ul><li><a href="https://www.escmid.org/membership_organization/about_escmid/" onfocus="blurLink(this);"  >About ESCMID</a></li><li><a href="https://www.escmid.org/membership_organization/membership/" onfocus="blurLink(this);"  >Membership</a></li><li><a href="https://www.escmid.org/membership_organization/partners/" onfocus="blurLink(this);"  >Partners</a></li><li><a href="https://www.escmid.org/membership_organization/european_cooperation/" onfocus="blurLink(this);"  >European cooperation</a></li></ul><div class="teaser-wrapper"><img src="https://www.escmid.org/uploads/pics/DSC_8762_Organisation_210x140.jpg" width="210" height="140" border="0" alt="" /><p>View the organisational structure of ESCMID, collaboration with other  organisations as well as Statutes and Bylaws. Here you can read all  about the benefits of ESCMID membership and sign up online.</p></div></div></li><li id="eccmid-teaser"><a href="http://www.eccmid.org" title="ECCMID" target="_blank"></a></li></ul>
				<div class="clear"><!-- --></div>
			</div>
			
			<div id="panorama">

				<!-- Panorama -->
				<div class="topimage" style="position: relative;">
					<span class="forum-logo-title">Forum</span>
					<img src="https://www.escmid.org/fileadmin/forum/panorama.jpg" alt="ESCMID" />
				</div>

				<!-- Login -->
				<div class="loginbox">
					<ul><li><a href="https://www.escmid.org/forum/sso_login/" >Login</a></li><li><a href="https://www.escmid.org/forgot_password/" >Forgot password</a></li><li><a href="https://www.escmid.org/membership_organization/user_account/" >Registration</a></li></ul>
				</div>
			</div>
			


<div id="navbar" class="navbar">
	<ul id="navtabs" class="navtabs floatcontainer">
		
		
			<li class="selected"><a class="navtab" href="forum.php?s=d3ad01f4093e1ef44f88be9f51e30110">Forum</a>
				<ul class="floatcontainer">
					
					
					
						
						<li><a href="search.php?s=d3ad01f4093e1ef44f88be9f51e30110&amp;do=getdaily&amp;contenttype=vBForum_Post">Today's Posts</a></li>
						
					
					
					
					
					<li><a rel="help" href="faq.php?s=d3ad01f4093e1ef44f88be9f51e30110" accesskey="5">FAQ</a></li>
					
					
<!--

						<li><a href="calendar.php?s=d3ad01f4093e1ef44f88be9f51e30110">Calendar</a></li>

-->
					
					
					
					<li class="popupmenu">
						<a href="javascript://" class="popupctrl" accesskey="6">Community</a>
						<ul class="popupbody popuphover">
							
							
							<!---->
							
							
								<li><a href="memberlist.php?s=d3ad01f4093e1ef44f88be9f51e30110">User List</a></li>
							
							
						</ul>
					</li>
					
					
					
					<li class="popupmenu">
						<a href="javascript://" class="popupctrl">Forum Actions</a>
						<ul class="popupbody popuphover">
							
							<li>
								<a href="forumdisplay.php?s=d3ad01f4093e1ef44f88be9f51e30110&amp;do=markread&amp;markreadhash=guest">Mark Forums Read</a>
							</li>
							
							
						</ul>
					</li>
					
					<li class="popupmenu">
						<a href="javascript://" class="popupctrl" accesskey="3">Quick Links</a>
						<ul class="popupbody popuphover">
							
							
							
							
							<li><a href="showgroups.php?s=d3ad01f4093e1ef44f88be9f51e30110" rel="nofollow">
								
									View Forum Leaders
								
							</a></li>
							
							
							
							
						</ul>
					</li>
					
				</ul>
			</li>
		
		
		
			<li><a class="navtab" href="search.php?s=d3ad01f4093e1ef44f88be9f51e30110&amp;do=getdaily&amp;contenttype=vBForum_Post" accesskey="2">What's New?</a></li>
		
		

	</ul>

<!--- new USERBAR start -->
	<div id="toplinks" class="toplinks">
		
		<!--	<ul class="nouser">

			

				<li><a rel="help" href="faq.php?s=d3ad01f4093e1ef44f88be9f51e30110">Help</a></li>

				<li>

			<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=4112"></script>

			<form id="navbar_loginform" action="login.php?s=d3ad01f4093e1ef44f88be9f51e30110&amp;do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">

				<fieldset id="logindetails" class="logindetails">

					<div>

						<div>

					<input type="text" class="textbox" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="User Name" />

					<input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="Password" style="display:none;" />

					<input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />

					<input type="submit" class="loginbutton" tabindex="104" value="Log in" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" />

						</div>

					</div>

				</fieldset>

				<div id="remember" class="remember">

					<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> Remember Me?</label>

				</div>



				<input type="hidden" name="s" value="d3ad01f4093e1ef44f88be9f51e30110" />

				<input type="hidden" name="securitytoken" value="guest" />

				<input type="hidden" name="do" value="login" />

				<input type="hidden" name="vb_login_md5password" />

				<input type="hidden" name="vb_login_md5password_utf" />

			</form>

			<script type="text/javascript">

			YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");

			YAHOO.util.Dom.setStyle('navbar_password', "display", "none");

			YAHOO.util.Dom.setStyle('navbar_username', "color", "#828282");

			vB_XHTML_Ready.subscribe(function()

			{

			//

				YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);

				YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);

				YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);

				YAHOO.util.Event.on('navbar_password', "blur", navbar_password);

			});

			

			function navbar_username_focus(e)

			{

			//

				var textbox = YAHOO.util.Event.getTarget(e);

				if (textbox.value == 'User Name')

				{

				//

					textbox.value='';

					textbox.style.color='black';

				}

			}



			function navbar_username_blur(e)

			{

			//

				var textbox = YAHOO.util.Event.getTarget(e);

				if (textbox.value == '')

				{

				//

					textbox.value='User Name';

					textbox.style.color='#828282';

				}

			}

			

			function navbar_password_hint(e)

			{

			//

				var textbox = YAHOO.util.Event.getTarget(e);

				

				YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");

				YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");

				YAHOO.util.Dom.get('navbar_password').focus();

			}



			function navbar_password(e)

			{

			//

				var textbox = YAHOO.util.Event.getTarget(e);

				

				if (textbox.value == '')

				{

					YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");

					YAHOO.util.Dom.setStyle('navbar_password', "display", "none");

				}

			}

			</script>

				</li>

				

			</ul>-->
		
	</div>
<!--- new USERBAR end -->

	
		<div id="globalsearch" class="globalsearch">
			<form action="search.php?s=d3ad01f4093e1ef44f88be9f51e30110&amp;do=process" method="post" id="navbar_search" class="navbar_search">
				
				<input type="hidden" name="securitytoken" value="guest" />
				<input type="hidden" name="do" value="process" />
				<span class="textboxcontainer"><span><input type="text" value="search term" name="query" class="textbox"  onblur="if (this.value=='') this.value='search term';" onfocus="if (this.value=='search term') this.value='';" tabindex="99"/></span></span>
				<span class="buttoncontainer lupe"><span><input type="submit" class="searchbutton" src="images/buttons/search.png" name="submit" onclick="document.getElementById('navbar_search').submit;" value="Search" tabindex="100"/></span></span>
			</form>
<!--

			<ul class="navbar_advanced_search">

				<li><a href="search.php?s=d3ad01f4093e1ef44f88be9f51e30110" accesskey="4">Advanced Search</a></li>

				

			</ul>

-->
		</div>
	
</div>
</div><!-- closing div for above_body -->

<div class="body_wrapper">
<div id="forum-head">
<div id="breadcrumb" class="breadcrumb">
	<ul class="floatcontainer">
		<li class="navbithome"><a href="index.php?s=d3ad01f4093e1ef44f88be9f51e30110" accesskey="1"><img src="images/misc/navbit-home.png" alt="Home" /></a></li>
		
		
	<li class="navbit lastnavbit"><span>Contact Us</span></li>

	</ul>
	<hr />
</div>

 
 


	<form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
		<input type="hidden" name="do" value="dismissnotice" />
		<input type="hidden" name="s" value="s=d3ad01f4093e1ef44f88be9f51e30110&amp;" />
		<input type="hidden" name="securitytoken" value="guest" />
		<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
		<input type="hidden" name="url" value="" />
		<ol>
			<li class="restore" id="navbar_notice_1">
	
	If this is your first visit, be sure to
check out the <a href="faq.php?s=d3ad01f4093e1ef44f88be9f51e30110&amp;" target="_blank"><b>FAQ</b></a> by clicking the
link above. You may have to <a href="http://www.escmid.org/forum/register" target="_blank"><b>register</b></a>
before you can post: click the register link above to proceed. If you already have an ESCMID account just <a href="http://www.escmid.org/forum/sso_login/"><b>log in</b></a>. To start viewing messages,
select the forum that you want to visit from the selection below.
</li>
		</ol>
	</form>


<div id="pagetitle">
	<h1>Contact Us</h1>
</div>
</div>
<div id="forum-wrapper">


<form class="vbform block" action="sendmessage.php?do=contactus" method="post">
	<h2 class="blockhead">Send an Email to the Site Administrator</h2>
	<div class="blockbody formcontrols">
		<h3 class="blocksubhead">Your Details</h3>
		<div class="section">
			<div class="blockrow">
				<label for="name">Your Name:</label>
				<input type="text" class="primary textbox" id="name" name="name" value="" tabindex="1" />
			</div>

			<div class="blockrow">
				<label for="email">Email Address:</label>
				<input type="text" class="primary textbox" id="email" name="email" value="" tabindex="1" />
			</div>
		</div>

		<h3 class="blocksubhead">Subject</h3>
		<div class="section">
			<div class="blockrow">
			<label>Subject:</label>
			
				<ol class="group checkradio rightcol floatcontainer" id="subjects">
					<li>
	<label for="rb_sub0">
		<input type="radio" name="subject" id="rb_sub0" value="0"  onclick="this.onchange();" onchange="javascript:document.getElementById('rb_subjother_deps').disabled=true;" tabindex="1" />
		Feedback

	</label>
</li><li>
	<label for="rb_sub1">
		<input type="radio" name="subject" id="rb_sub1" value="1"  onclick="this.onchange();" onchange="javascript:document.getElementById('rb_subjother_deps').disabled=true;" tabindex="1" />
		Problems with the registration
	</label>
</li>
					
					<li>
						<label for="rb_subjother">
							<input id="rb_subjother" type="radio" name="subject" value="other" class="dep_ctrl"  onclick="this.onchange();" onchange="javascript:document.getElementById('rb_subjother_deps').disabled=false;document.getElementById('rb_subjother_deps').focus();" tabindex="1" />
							Other
						</label>
						<input id="rb_subjother_deps" type="text" class="textbox" name="other_subject" value="" onclick="javascript:document.getElementById('rb_subjother').checked=true;" tabindex="1" />
					</li>
					
				</ol>
			
			</div>
			
		</div>

		<h3 class="blocksubhead">Message</h3>
		<div class="section">
			<div class="blockrow">
				<label>Message:</label>
				<textarea class="textbox" rows="15" cols="100" name="message" tabindex="1"></textarea>
			</div>
		</div>

	</div>

	<div class="blockfoot actionbuttons">
		<div class="group">
			<input type="submit" class="button" value="Send" tabindex="1" />
			<input type="reset" class="button" value="Reset Fields" tabindex="1" />
		</div>
	</div>

	<input type="hidden" name="s" value="d3ad01f4093e1ef44f88be9f51e30110" />
	<input type="hidden" name="securitytoken" value="guest" />
	<input type="hidden" name="do" value="docontactus" />
	<input type="hidden" name="url" value="forum.php" />
</form>
</div>

<div style="clear: left">
   
   
</div>

<div id="footer" class="floatcontainer footer">

	<form action="forum.php" method="get" id="footer_select" class="footer_select">

		
		
		
	</form>


	<ul id="footer_links" class="footer_links">
		<li><a href="sendmessage.php?s=d3ad01f4093e1ef44f88be9f51e30110" rel="nofollow" accesskey="9">Contact Us</a></li>
		<li><a href="http://forum.escmid.org">Forum Home</a></li>
		

		
		<li><a href="archive/index.php?s=d3ad01f4093e1ef44f88be9f51e30110">Archive</a></li>

		
		
		
		<li><a href="http://www.escmid.org/footnavigation/imprint/">Imprint</a></li>
		<li><a href="sendmessage.php#top" onclick="document.location.hash='top'; return false;">Top</a></li>
	</ul>
	
	
	
	
	<script type="text/javascript">

	<!--

		// Main vBulletin Javascript Initialization

		vBulletin_init();

	//-->

	</script>
        
</div>
</div> <!-- closing div for body_wrapper -->

<div class="below_body">
<div id="footer_time" class="shade footer_time">All times are GMT +2. The time now is <span class="time">01:08</span>.</div>

<div id="footer_copyright" class="shade footer_copyright">
	<!-- Do not remove this copyright notice -->
	
	<!-- Do not remove this copyright notice -->	
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright">
	<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
	<img src="http://forum.escmid.org/cron.php?s=d3ad01f4093e1ef44f88be9f51e30110&amp;rand=1417734514" alt="" width="1" height="1" border="0" />
	<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
	
	
</div>

</div>

</body>
</html>