/* -----------------------------------------------------------*/
/*
*   Copyright 2006 [di] digitale informationssysteme gmbh, Mannheim, www.digi-info.de
*   global.js - global js file
*
*   AUTHOR:
*   goma - Gordon Marshall - marshall(at)digi-info(dot)de
*
*
*   TODO:
*
*
*   CHANGELOG:
*   who:            when:           what:
*   goma            12.05.2006      created for AIRCO
*
*/
/* -----------------------------------------------------------*/

function antiSpam(mname,mserver,mdomain,mtext)
{
  if(mtext=="")
    document.write('<a href="mailto:'+mname+'@'+mserver+'.'+mdomain+'">'+mname+'@'+mserver+'.'+mdomain+'</a>');
  else
    document.write('<a href="mailto:'+mname+'@'+mserver+'.'+mdomain+'">'+mtext+'</a>');
}

function h1hide(){
	document.getElementById('h1').innerHTML = document.getElementById('ueberschrift').innerHTML;
	document.getElementById('ueberschrift').innerHTML = '';
}
