function redimensionar() {
	if (navigator.appName == 'Microsoft Internet Explorer') {
		document.getElementById('tabla').style.height = '100%';
	} else  {
		document.getElementById('tabla').style.height = window.innerHeight + 'px';
	}
}
function PopupPic(sPicURL) { 
	window.open( "foto/popup.htm?"+sPicURL, "",  
	"resizable=1,HEIGHT=200,WIDTH=200,"); 
} 
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function PopupPic2(sPicURL) { 
	window.open( "../foto/popup.htm?"+sPicURL, "",  
	"resizable=1,HEIGHT=200,WIDTH=200,"); 
}
//-->
