
function odesign(form) {
     var url = form.our_designers.options[form.our_designers.selectedIndex].value;
     if (url != '') location.href = url;
     return false;
}
