function ieobject_flash(swf,xml,anchura,altura)
{
	document.write("<object type=\"application/x-shockwave-flash\" data=\""+swf+"?xml="+xml+"\"");
	document.write(" width=\""+anchura+"\" height=\""+altura+"\">");
	document.write("<param name=\"movie\" value=\""+swf+"?xml="+xml+"\" />");
	document.write("<param name=\"wmode\" value=\"transparent\" />");
	document.write("</object>");	
}

function ieobject_flashtexto(swf,texto,anchura,altura)
{
	document.write("<object type=\"application/x-shockwave-flash\" data=\""+swf+"?texto="+texto+"\"");
	document.write(" width=\""+anchura+"\" height=\""+altura+"\">");
	document.write("<param name=\"movie\" value=\""+swf+"?texto="+texto+"\" />");
	document.write("<param name=\"wmode\" value=\"transparent\" />");
	document.write("</object>");	
}

