﻿function crea(){
	var introFlash = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	introFlash += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	introFlash += " width=\"800\" height=\"400\">";
	introFlash += " <param name=movie value=\"Flash/intro.swf\">";
	introFlash += " <param name=quality value=high>";
	introFlash += " <embed src=\"Flash/intro.swf\" quality=high width=\"800\" height=\"400\" ";
	introFlash += " type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	introFlash += "</object>"

	var d = document;
	var doc = d.getElementById("mainFlash");
	doc.innerHTML = introFlash;
}
function crea2(){
	var boxPiede = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	boxPiede += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	boxPiede += " width=\"900\" height=\"60\">";
	boxPiede += " <param name=movie value=\"Flash/5_x_1000.swf\">";
	boxPiede += " <param name=quality value=high>";
	boxPiede += " <embed src=\"Flash/5_x_1000.swf\" quality=high width=\"900\" height=\"60\" ";
	boxPiede += " type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	boxPiede += "</object>";

	var d2 = document;
	var doc2 = d2.getElementById("box5x1000");
	doc2.innerHTML = boxPiede;
}

