function popupDownload(url) {
	var dlsubwin=  window.open(url, 'DLSUB', 'width=640,scrollbars=yes,location=no');
	dlsubwin.focus();
}

