var winply;

function Play()
{
	prms = "";
	prms += "menubar=no, ";
	prms += "toolbar=no, ";
	prms += "location=no, ";
	prms += "directories=no, ";
	prms += "status=no, ";
	prms += "scrollbars=no, ";
	prms += "resizable=no, ";
	prms += "width=420, ";
	prms += "height=200";
	if(winply==null || winply.closed)
	winply = window.open('play.html', "myplayer", prms);
}

function Email(nm)
{
	nm = "mailto:"+nm+"@"+"mr604.com";
	window.location.href= nm;
}

function SubMenu(id)
{
	if(document.getElementById('smArch').style.display == "")
		document.getElementById('smArch').style.display = "none";
	else
	{
	document.getElementById('smArch').style.display = (id == 'smArch')?"":"none";
	}
}

// Autorem skryptu jest: SŁAWOMIR KOKŁOWSKI
// www.kurshtml.boo.pl
// Jeśli chcesz wykorzystać ten skrypt na swojej stronie, nie usuwaj tego komentarza!

function flash(id, kolor, czas, kolor2, czas2)
{
  if (document.getElementById)
  {
    document.getElementById(id).style.color = kolor;
    setTimeout('flash("' +  id + '","' + kolor2 + '",' + czas2 + ',"' + kolor + '",' + czas + ')', czas);
  }
  else if (document.all)
  {
    document.all[id].style.color = kolor;
    setTimeout('flash("' +  id + '","' + kolor2 + '",' + czas2 + ',"' + kolor + '",' + czas + ')', czas);
  }
}
