<!--/* responsetek code */-->

function RTeSurvey(guid, langid){
	var wOpen;
	theWidth  = 720;
	theHeight = 640;
	theTop=(screen.availHeight/2)-(theHeight/2);
	theLeft=(screen.availWidth/2)-(theWidth/2);
	features='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,height='+theHeight+',width='+theWidth+',top='+theTop+',left='+theLeft;
	wOpen = window.open('https://ecollector.responsetek.com/collection/collection.aspx?cguid=' + guid +  '&langid='  + langid + '&cType=1', 'eSurvey', features);
	wOpen.focus();

			}


