function Carregar (APagina)

{
  window.parent.frames[1].location= APagina;
  return false;
}