 
			
				07/05/2002, 13:44
			
			
			     |  
      |    |    |    Fecha de Ingreso: mayo-2002  
						Mensajes: 7
					  Antigüedad: 23 años, 5 meses Puntos: 0     |        |  
  |      Re: Ocultar layers(capas)        <HTML> 
<HEAD> 
<TITLE>intro</TITLE> 
<SCRIPT LANGUAGE=JavaScript> 
<!-- 
//var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; 
// Handle all the the FSCommand messages in a Flash movie 
function Show_Layer(){ 
  document.Agua.visibility = "visible"; 	 
  document.Flash.visibility = "hidden";  
}   
function intro_DoFSCommand(command, args) { 
  //var introObj = InternetExplorer ? intro : document.intro; 
  // 
  document.Agua.visibility = "show";  
  document.Flash.visibility = "hide";  
  // 
} 
// Hook for Internet Explorer  
//if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&  
//	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { 
//	document.write('<SCRIPT LANGUAGE=VBScript\> \n'); 
//	document.write('on error resume next \n'); 
//	document.write('Sub intro_FSCommand(ByVal command, ByVal args)\n'); 
//	document.write('  call intro_DoFSCommand(command, args)\n'); 
//	document.write('end sub\n'); 
//	document.write('</SCRIPT\> \n'); 
//} 
//--> 
</SCRIPT> 
<script language="JavaScript"> 
<!-- 
function MM_reloadPage(init) {  //reloads the window if Nav4 resized 
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseIn  t(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(); 
} 
MM_reloadPage(true); 
// --> 
</script> 
</HEAD> 
<BODY bgcolor="#FFFFFF"> 
<div id="Agua" style="position:absolute; left:0px; top:0px; width:700px; height:500px; visibility:hidden">  
  <table width="100%" border="0" cellspacing="0" cellpadding="0"> 
    <tr>  
      <td height="114">&nbsp;</td> 
    </tr> 
    <tr>  
      <td align="center" valign="middle"><applet archive="AnWater.jar" code="AnWater.class" width="550" height="250"> 
          <param name="credits" value="Applet by Fabio Ciucci (www.anfyteam.com)"> 
          <param name="res" value="1"> 
          <param name="image" value=               |