		
		//function to submit the Right side donation form to pop-up window
		function createTarget(){
			window.open('','submit_popup',"width=450,height=250");
			var set_timeout1=setTimeout("document.donationForm.target='submit_popup';",100);
			var set_timeout=setTimeout("document.donationForm.submit();",200);
		}
		
		function popitup(url, h, w) {
			newwindow=window.open(url,'name','width=650,height=450');
			if (window.focus) {newwindow.focus()}
			return false;
		}

		

