function navegar(web) 
{
document.location.href= web;
}
function navegar2(web) 
{
document.location.href= web;
}
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
