function clearClasses(){$$(".selected").each(function(e){e.removeClassName("selected");}) $$(".unselected").each(function(e){e.removeClassName("unselected");})} function cds(){clearClasses();$('menu_cds').addClassName("selected");$('menu_teaching').addClassName("unselected");$('menu_documentation').addClassName("unselected");$('menu_mongolia').addClassName("unselected");$('content_cds').style.display='block';$('content_teaching').style.display='none';$('content_documentation').style.display='none';$('content_mongolia').style.display='none';} function teaching(){clearClasses();$('menu_cds').addClassName("unselected");$('menu_teaching').addClassName("selected");$('menu_documentation').addClassName("unselected");$('menu_mongolia').addClassName("unselected");$('content_cds').style.display='none';$('content_teaching').style.display='block';$('content_documentation').style.display='none';$('content_mongolia').style.display='none';} function documentation(){clearClasses();$('menu_cds').addClassName("unselected");$('menu_teaching').addClassName("unselected");$('menu_documentation').addClassName("selected");$('menu_mongolia').addClassName("unselected");$('content_cds').style.display='none';$('content_teaching').style.display='none';$('content_documentation').style.display='block';$('content_mongolia').style.display='none';} function mongolia(){clearClasses();$('menu_cds').addClassName("unselected");$('menu_teaching').addClassName("unselected");$('menu_documentation').addClassName("unselected");$('menu_mongolia').addClassName("selected");$('content_cds').style.display='none';$('content_teaching').style.display='none';$('content_documentation').style.display='none';$('content_mongolia').style.display='block';} function about(){Modalbox.show('
\ Klughammer GmbH
\ Ulrichsberger Strasse 17
\ 94469 Deggendorf
\ Tel. +49 (0)991 991 339-0
\ Fax +49 (0)991 991 339-50
\ E-Mail: info@campusmedicus.net
\
\ Scientific Board
\ Prof. Dr. med. habil. Gunter Haroske, Dresden
\ Prof. Dr. med. Dietmar Kunze, Dresden
\ Prof. Dr. med. Dr. h.c. Martin Oberholzer, Basel
\
',{title:'About',width:400});} function privacy(){Modalbox.show('
\ Confidentiality and Data Protection
\
\ Klughammer GmbH acknowledges that information relating to medical applications is highly sensitive and needs to be handled carefully.
\
\ We are committed to respecting the confidentiality of physicians and patients. All patient data are anonymized.
\
\ Anybody working with Campus Medicus will not disclose any personal details of service users or anyone involved in the service to outside parties without their prior permission except in the following circumstances:
\
\ The confidentiality of service users or personnel will only be breached if any information received by Klughammer GmbH gives rise to concern for the safety of a patient. Klughammer will take immediate steps to protect this information.
\
\ We will ensure that all members of Campus Medicus are aware of, and agreed to adhere to, the confidentiality policy. Breaches of confidentiality will be treated as a serious matter. Users violating these conditions may be banished from Campus Medicus.
\
\ This confidentiality statement will be reviewed regularly and updated if appropriate.
\
',{title:'Privacy Policy',width:500});}