<!-- Begin
function popUp(URL,winwid,winhei) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=1,width="+ winwid +",height="+ winhei +",left = 0,top = 0');");
}
// End -->

<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->


function CambiarURL(szURL, szTarget)
{
	window.open(szURL, szTarget, "");
}
