function RTeCollector(strParam) {
	intHeight = 460;
	intWidth  = 640;
	intTop=(screen.height/2)-(intHeight/2)
	intLeft=(screen.width/2)-(intWidth/2)
	strFeatures='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height='+intHeight+',width='+intWidth+',top='+intTop+',left='+intLeft;
	winEcollector=window.open('http://ecollector.responsetek.com/eCollector.asp?' + strParam, 'eCollector', strFeatures);
}
