var w;
		function ApriPopUpCreditsWelcome() {
			w = window.open("html/credits.htm","Pop", 
		"height=180,width=430,top=200,left=100,resizable=no");
		}

