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 - 410; /*201*/
	document.getElementById('expandMe').height = hts;
}

function mostrar(a){
if (document.getElementById(a).style.display =='') {
    document.getElementById(a).style.display = 'none';
   }
   else {
    document.getElementById(a).style.display='';
    }
}

function loadprint(){
	document.getElementById('btback').style.display = 'none';
/*	document.getElementById('btpreimprimir').style.display = 'none';*/
}
function beforeprint()
{
	document.getElementById('imgprint').style.display = 'none';
}

function beforeprint1()
{
	document.getElementById('imgprint').style.display = 'none';
	document.getElementById('imgclose').style.display = 'none';
}


function RunFooHead(section)
{
	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="771" height="200">\n');
    	document.write('<param name="movie" value="Cabezal2.swf?item='+ section +' ">\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="Cabezal2.swf?item='+section+'" width="771" height="200"  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 RunFooHeadHome()
{
	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="771" height="200">\n');
    	document.write('<param name="movie" value="Cabezal2.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="Cabezal2.swf" width="771" height="200"  bgcolor="#ffffff" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false">\n');
    	document.write('</embed></object>\n');
}
