/*function open_index()
{*/
  if(!(parent.conteudo))
  parent.window.location="index.php?link="+String(window.location).substring(String(window.location).lastIndexOf('/')+1,String(window.location).length);
  //escape(window.location);
//}

