

function cambiaSelect(param)
{
if (param.indexOf('.asp')>-1) this.location.href=param;
} 