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 RunFooIntro()
{
	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="770" height="450">\n');
    	document.write('<param name="movie" value="/Templates/AustralSpectator/home06.swf">\n');
	document.write('<param name="quality" value="high">\n');
    	document.write('<param name="menu" value="false">\n');
	document.write('<embed src="/Templates/AustralSpectator/home06.swf" width="770" height="450" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false">\n');
    	document.write('</embed></object>\n');
}

function onbeforeload(){}