function Effect()
{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=58 HEIGHT=380>');
	document.write('	<PARAM NAME=movie VALUE="effect.swf"> ');
	document.write('	<PARAM NAME=quality VALUE=high> ');
	document.write('	<PARAM NAME=bgcolor VALUE=#151515>'); 
	document.write('	<EMBED src="effect.swf" quality=high bgcolor=#151515  WIDTH=58 HEIGHT=380 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
	document.write('</OBJECT>');
}

function Onderdelen()
{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=125 HEIGHT=18>');
	document.write('	<PARAM NAME=movie VALUE="onderdelen.swf">');
	document.write('	<PARAM NAME=quality VALUE=high>');
	document.write('	<PARAM NAME=bgcolor VALUE=#000000>');
	document.write('	<EMBED src="onderdelen.swf" quality=high bgcolor=#000000  WIDTH=125 HEIGHT=18 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
	document.write('</OBJECT>');
}

function SendToFlash()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" id=send_to_flash width=191 height=172 name="send_to_flash">');
	document.write('	<param name=movie value="send_to_flash.swf">');
	document.write('	<param name=quality value=high>');
	document.write('	<PARAM NAME=wmode VALUE=transparent>');
	document.write('	<embed src="send_to_flash.swf" quality=high  width=191 height=172	 swliveconnect=true name=send_to_flash type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>');
	document.write('</object>');
}

function ReceiveFromFlash()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" id=get_var width=450 height=45 name="get_var">');
	document.write('	<param name=movie value="recieve_from_flash.swf">');
	document.write('	<param name=quality value=high>');
	document.write('	<PARAM NAME=wmode VALUE=transparent>');
	document.write('	<embed src="recieve_from_flash.swf" quality=high  width=450 height=45 swliveconnect=true name=get_var type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>');
	document.write('</object> ');         
}
