// Codigo ventana
function AbrirVentana(URL){
	remote=null;
	remote=window.open(url,Cotpa,'width=500,height=400,resizable=yes,scrollbars=no,left='+(screen.availWidth-500)/2+',top='+(screen.availHeight-400)/2+'');
		if ((document.window != null) && (!hWnd.opener))
			hWnd.opener = document.window;
	}                                  
// fin codigo ventana