	function OpenPopUp(PopUpName){
		window.open(PopUpName, '', 'width=800,height=720,left=20,top=200,resizable=0,scrollbars=1');
	}
	
	function closePopUp(){
   // Close the current window
    window.close();
    }
	
