// Confirm delete
function boton_newsletters() {
var agree=confirm("Queres Recibir Información de Goin?");
if (agree)
return true ;
else
return false ;
}

// menu select
function gothere(mname)
{
var thisform = mname;
 if (thisform.selectsite.options[thisform.selectsite.options.selectedIndex].value != "nolink") {location.href=thisform.selectsite.options[thisform.selectsite.options.selectedIndex].value;}
}