var colaborate = {
src: 'flash/gill.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(colaborate);

sIFR.replace(colaborate, {
selector: 'h1.titel'
,css: [
  '.sIFR-root { margin: 0 0 20px 0; color: #717273; font-weight: bold; height: 19px; font-size: 19px; }'
],
wmode: 'transparent'
});

function showmenu(id, type)
{
	if(type == 'show')
	{
		document.getElementById(id).style.display = 'block';
	} else
	{
		document.getElementById(id).style.display = 'none';
	}
}
