function PrintBannerSoluciones(xml)
{
	document.write('<embed ');
  	document.write('	allowscriptaccess="sameDomain"');
  	document.write('	src="./Recursos/Default/Flash/Soluciones/BannerSoluciones.swf" ');
	document.write('	flashvars="pathBanner=./Recursos/Default/Flash/Soluciones/' + xml + '" ');
	document.write('	quality="high" ');
	document.write('	pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" ');
	document.write('	type="application/x-shockwave-flash" width="500" height="132">');
	document.write('</embed>');
}

