function flash(nazwa,width,height,tryb,bgcolor)
	{
	if (AC_FL_RunContent == 0) 
		{
		alert("This page requires AC_RunActiveContent.js.");
		} 
	else 
		{
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', width,
			'height', height,
			'src', 'flash/'+nazwa,
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', tryb,
			'bgcolor', bgcolor,
			'devicefont', 'false',
			'id', nazwa,
			'name', nazwa,
			'menu', 'false',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'flash/'+nazwa,
			'salign', ''
			); //end AC code
		}
	}
function write_mhref(user, domain, text)
{
	var at = '@';
	var mail = user + at + domain;
	document.write("<a href='mailto:" + mail + "' title='Napisz do nas'>" + ( text == undefined ? mail : text ) + "</a>");
}
