function showvideo() {	
	$('p0-dietz').innerHTML = "<div id=\"flashheader\"></div>";
	Element.show( $('mybox') )
}

function getFlashMovieObject(movieName)
{
  if (window.document[movieName]) 
  {
    return window.document[movieName];
  }
  if (navigator.appName.indexOf("Microsoft Internet")==-1)
  {
    if (document.embeds && document.embeds[movieName])
      return document.embeds[movieName]; 
  }
  else // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
  {
    return document.getElementById(movieName);
  }
}


function close_overlay() {

	$('p0-dietz').innerHTML = "<div id=\"flashheader\"></div>";
	
	var swf = getFlashMovieObject("myobject");
	swf.SetVariable("/:MYpauseMovie", "true");
	
	Element.hide( $('mybox') );
	swfobject.embedSWF("media/spruch/index.swf", "flashheader", "710", "400", "9.0.0", "media/flash/flash-spot/expressInstall.swf", flashvars, params, attributes);

//	window.location.href = "index.php";
}

function jsload() {
	Element.hide( $('nojs') );
}