// CODIGO DE LAUNCH DE LOS SITIOS DEL COMBO DE DESTINOS

function gotoSite(obj)
{
var s;
s=obj.options[obj.selectedIndex].value
if (s!="") {
window.top.location.href=s;
}
}

