function animation_pop() {


				//throw up a new window with award graphic and comment
				var leftPos = 0;
				var	sw=660;
				var	sh=570;
				if (screen)	{
					var st = (screen.height-(sh+15)) /2;
					x = (screen.width)/2;
					leftPos = (x-(sw/2));
				}
				else {
					leftPos = 70;
					st = 0;
				}



				animation_window =	window.open	("flash_pop.html","flash_popup","width="+sw+",height="+sh+",left="+leftPos+",top="+st);


			}



