<!-- Functions PopupFile() and DoNothing()

			function PopupFile(url){
			
			window.open(url,'CAL','height=650,width=600,left=0,top=0,resizable=yes,scrollbars=yes');
		
			}
			function DoNothing(){}
