function ajuda_popup(pagina)
{
  url='http://wiki.valorizaonline.com.br/'+pagina+'?useskin=help';
  target='help_vci';
  options='left=20,top=100,width=800,height=500,scrollbars=yes';
  window.open(url, target, options);
}

