
function openCapture( url ) {
	window.open(url, '', 'width=1024,height=736' );
}
