function SendFeedback()
{
   fLoc = '/scripts/survey/main_comments.pl?type=' + escape(document.feedback.type.value) + '&comment=' + escape(document.feedback.comment.value);
   document.feedback.comment.value = '';
   document.feedback.type.value = 0;
   fPopUp = window.open(fLoc,'FeedbackThankYou','top=50,left=200,width=300,height=200,channelmode=0,dependant=1,fullscreen=0,resizable=no,toolbar=0,status=0,scrollbars=1,location=0,menubar=0,directories=0');
}

