function launchIt(select) {
var option = select.options[select.selectedIndex];
if (option.value.length > 0){
window.open(option.value +'/immigration-doctor-' + option.value +'.html',option.getAttribute('name '));
}
}