function RunFlash(width,height,align,wmode,menu,name,variavel)
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width=\"'+width+'\" height=\"'+height+'\" align=\"'+align+'\">\n');
	document.write('<param name="movie" value=\"'+name+'\" />\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value=\"'+wmode+'\">\n');
	document.write('<param name="menu" value=\"'+menu+'\">\n');
	document.write('<param name="salign" value="'+align+'" />\n');
	document.write('<param name="FlashVars" value="strvar=\"'+variavel+'\"">\n');
	document.write('<param name="allowscriptaccess" value="samedomain">\n');
	document.write('<embed FlashVars="strvar=\"'+variavel+'\"" wmode=\"'+wmode+'\" salign="'+align+'" quality="high" menu=\"'+menu+'\" src=\"'+name+'\" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width=\"'+width+'\" height=\"'+height+'\"></embed>\n');
	document.write('</object>\n');
}


function cartaoNatal(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="550" height="400">\n');
	document.write('<param name="movie" value="swf/cartao_lw_som.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="swf/cartao_lw_som.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>\n');
	document.write('</object>\n');
}

