function popup(openfile,filen){
	fullD=window.open(openfile+'.php?file='+filen,'download','width=200,height=200,resizable=yes,scrollbars=yes,menubar=no,left=200,top=100' );
	fullD.focus();
}

