function PopupFile(url){
			
			window.open(url,'HELP','height=500,width=800,toolbar=yes,scrollbars=yes,resize=yes,top=0,left=0');
			}
			
			function DoNothing(){}
