function webSurvey(){
	var newWindow=window.open('../contact_us/survey.php', 'Survey', 'width=600, top=0, left=0, scrollbars=yes');
	newWindow.focus();
}
function webSurvey1(){
	var newWindow=window.open('../../contact_us/survey.php', 'Survey', 'width=600, top=0, left=0, scrollbars=yes');
	newWindow.focus();
}
function webSurvey2(){
	var newWindow=window.open('contact_us/survey.php', 'Survey', 'width=600, top=0, left=0, scrollbars=yes');
	newWindow.focus();
}
