<!--
	// -------------------------------------------------
	// flash
	// -------------------------------------------------

	function FL_CloseFlash()
	{
 		return CL_removePopup();
	}
	
	function CU_mover(o,image)
	{
		if (o)
		{
			o.setAttribute('oldimage',o.src);
			o.src = image;
		}
	}

	function CU_mout(o)
	{
		if (o)
			o.src = o.getAttribute('oldimage');
	}
//-->
