/**********************************************************\
 * FUNCTION writeFlash( )                                 *
 *--------------------------------------------------------*
 * Writes flashmovie for workaround the eolas patent      *
\**********************************************************/
function writeFlash(flashdata) 
{ 
	document.write(flashdata); 
}
