if (top.frames.length == 0)
   if (top.location != "http://www.marceloafonso.com/")
    {
      window.open("RedirPg.HTM", "REDIRPG", "toolbar=no, width=600, height=300, directories=no, status=no, scrollbars=no, resize=no, menubar=no, fullscreen=no, location=no, copyhistory=no, top, left");
      top.location="http://www.marceloafonso.com/";
      setTimeout("window.close('REDIRPG')",10000);
    }

function AbreLink(target, url)
{
   eval(target+".location='"+url+"'");
}

function AbreOpc(target, obj)
{
  eval(target+".location='"+obj.options[obj.selectedIndex].value+"'");
  obj.selectedIndex=0;
}

function figur(fig,wd,ww,hh,sc)
{ 
   msg = window.open(fig, wd, "toolbar=no, width="+ww+", height="+hh+", directories=no, status=no, scrollbars="+sc+", resize=no, menubar=no, fullscreen=no, location=no, copyhistory=no, top, left");
}
