function newWindow6(survey) {
survey=window.open(survey,'Detail','status=no,scrollbars=yes,toolbar=no,width=720,height=500')
survey.focus
}
