// JavaScript Document
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
//-->
<!--
function updatePic(n,f,d1,d2) {

	writit(n,'Nombre');
	writit('<img src="imagenes/' + f + '" border="0">','Foto');
	writit(((d1 != "")?'<img src="../media/flechaNegra.gif">' + d1 + '.':'') + '<br>' + ((d2 != "")?'<img src="../media/flechaNegra.gif">' + d2 + '.':'<br>'),'Descripcion');			
}
//-->

<!--
function writit(text,id) {
	if (document.getElementById) {
		x = document.getElementById(id);
		x.innerHTML = '';
		x.innerHTML = text;
	} else if (document.all) {
		x = document.all[id];
		x.innerHTML = text;
	} else if (document.layers) {
		x = document.layers[id];
		text2 = '<P CLASS="testclass">' + text + '</P>';
		x.document.open();
		x.document.write(text2);
		x.document.close();
	}
}
//-->

