		function newWindowOpener_scroll(dataSrc, width, height)
		{			
			handle = window.open(dataSrc, 'newWindowFrame', 'width='+width+',height='+height+',scrollbars=yes,resizable=yes,menubar=no');			
		}
