function comFlash(wert)
{

	var movie = window.document.mymovie;
	movie.SetVariable("toDo",wert);
}


