function flash(swf, ancho, alto){
	var sTag=''
		+ '<embed src="' + swf + '" width="' + ancho + '" height="' + alto + '" quality=high wmode="transparent" menu="false"  pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>';
	document.write (sTag);
}

function ira(donde){
	window.location.href=donde;
}

