	function OpenPopUp(PopUpName){
		window.open(PopUpName, '', 'width=710,height=380,left=20,top=130,resizable=0,scrollbars=0');
	}
	
	function OpenPopUpPrivacy(PopUpName){
		window.open(PopUpName, '', 'width=680,height=650,left=30,top=50,resizable=0,scrollbars=0');
	}
	
	function OpenPopUpNews(PopUpName){
		window.open(PopUpName, '', 'width=490,height=350,left=30,top=50,resizable=0,scrollbars=0');
	}
	
	function closePopUp(){
   // Close the current window
    window.close();
    }
