Ejercicio 1



<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.6001.18203" name=GENERATOR>HEAD>
<BODY>
<DIV id=applet1>DIV>
<SCRIPT type=text/javascript>

var width=0;
var height=0;
setWidthHeight();

if (height < 500) height=500;
if (width < 800) width=800;


var applet1=document.getElementById('applet1');

applet1.innerHTML=geogebra_applet(0.95*width,height*0.95,"",true,true,true,false,true,true,true,true,true,true,true,true);

function geogebra_applet(width,height,filename,framePossible,enableRightClick,enableShiftDragZoom,showResetIcon,showMenuBar,showToolBar,showToolBarHelp,showAlgebraInput,enableLabelDrags,showSpreadsheet,showAlgebraView) {
 
  ret = '';
  ret +='';
  ret +='';
  if (filename != "") ret+='';
  ret+='';
  ret+='';
  ret+='';
  ret+='';
  ret+='';
  ret+='';
  ret+='';
  ret+='';
  ret+='';
  ret+='';
  ret+='';
  ret+='Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.4.2 (or later) is installed and activated.';
  ret+='(click here to install Java now)';
  ret+='';
  return ret;
}

function setWidthHeight() {
  var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }
  //window.alert( 'Width = ' + myWidth );
  //window.alert( 'Height = ' + myHeight );
  width=myWidth;
  height=myHeight;
}
SCRIPT>


<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-1780044-1");
pageTracker._initData();
pageTracker._trackPageview();
pageTracker._trackEvent('Installers', 'Downloads', 'AppletStart');
script>

BODY>HTML>