// JavaScript Document
<!--
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
function VerDetalle(pagina,ancho,alto,posX,posY)
	{
		modo = "width=" + ancho + ",height=" + alto + ",menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0,,left=" + posX + ",top=" + posY
		a = window.open(pagina,"",modo)
	}
//-->

