function AddFavorite() 
{ 
  if(window.external) 
     external.AddFavorite(location.href, document.title)
  else 
    alert("Sorry, your browser doesn't support this feature.");
}

function expandIt(){
	hts = screen.height - 400; 
	document.getElementById('expandMe').style.height = hts;
}

function expandItHome(){
	hts = screen.height - 400; 
	document.getElementById('expandMe').style.height = hts;
}

function mostrar(a){
if (document.getElementById(a).style.display =='') {
    document.getElementById(a).style.display = 'none';
   }
   else {
    document.getElementById(a).style.display='';
    }
}


function RunFooHead()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="642" height="133">\n');
    	document.write('<param name="movie" value="images/33769.swf">\n');
	document.write('<param name="quality" value="high">\n');
    	document.write('<param name="menu" value="false">\n');
    	document.write('<param name="bgcolor" value="#f1eff0">\n');
	document.write('<embed src="images/33769.swf" width="642" height="133"  bgcolor="#f1eff0" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false">\n');
    	document.write('</embed></object>\n');
}

function RunFooMenu()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="782" height="57">\n');
    	document.write('<param name="movie" value="MenuSup.swf?actual= ">\n');
	document.write('<param name="quality" value="high">\n');
    	document.write('<param name="menu" value="false">\n');
    	document.write('<param name="bgcolor" value="#ffffff">\n');
	document.write('<embed src="MenuSup.swf?actual= " width="782" height="57"  bgcolor="#ffffff" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false">\n');
    	document.write('</embed></object>\n');
}

function RunFooMenuInt(idsec)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="782" height="57">\n');
    	document.write('<param name="movie" value="MenuSup.swf?actual=' + idsec + ' ">\n');
	document.write('<param name="quality" value="high">\n');
    	document.write('<param name="menu" value="false">\n');
    	document.write('<param name="bgcolor" value="#ffffff">\n');
	document.write('<embed src="MenuSup.swf?actual=' + idsec + '  " width="782" height="57"  bgcolor="#ffffff" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false">\n');
    	document.write('</embed></object>\n');
}