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 - 310; 
	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 Volver()
{
  history.back();
}



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="548" height="90">\n');
    	document.write('<param name="movie" value="images/28830.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/28830.swf" width="548" height="90"  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 RunFooHeadLogo()
{
	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="220" height="90">\n');
    	document.write('<param name="movie" value="images/28820.swf">\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="images/28820.swf" width="220" height="90"  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 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="775" height="51">\n');
    	document.write('<param name="movie" value="BotoneraTop.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="BotoneraTop.swf?actual= " width="775" height="51"  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="775" height="51">\n');
    	document.write('<param name="movie" value="BotoneraTop.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="BotoneraTop.swf?actual=' + idsec + '  " width="775" height="51"  bgcolor="#ffffff" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false">\n');
    	document.write('</embed></object>\n');
}
