var flashcolor		= "000000"		// cab
var flashheight		= "221"			// HEIGHT 
var flashwidth		= "1000"			// WIDTH 

var showdate		= "no"	

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="headercolor"><tr><td align="left" valign="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="logo">');
document.write('<PARAM NAME="movie" VALUE="swf/cabecera.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
document.write('<EMBED src="swf/cabecera.swf" quality="high" wmode="transparent" bgcolor="#'+flashcolor+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');


   if (showdate == "yes") {

document.write('</div>');

}



//  End -->
