function survey()
{
    window.open('http://www.nationalcordbloodprogram.org/patient_reg/search_survey.html', 'surveyWindow', 'menubar=0, resizable=1, scrollbars=1');

    surveyWindow.moveTo(0,0);



}

