﻿function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}
function ventana(strRuta){window.open (strRuta,'','scrollbars=yes,status=yes,width=642,height=662, menubar=no, resizable=yes')}
var winhandle = null;
function popUp(aURL, aWidth, aHeight) {
  if ((winhandle != null) && (! winhandle.closed)){
    winhandle.resizeTo(aWidth, aHeight);
    winhandle.location.replace(aURL);
  }
  else
  {
    winhandle=window.open(aURL, "imagewin", 'width=' + eval(aWidth) + ',height=' + eval(aHeight) + ',resizable,scrollbars');
  }
  winhandle.focus();
}
function seccioON(Id)
	{document.getElementById(Id).src='/img/puntoSecciones_on.gif';}
function seccioOFF(Id)
	{document.getElementById(Id).src='/img/puntoSecciones.gif';}
