function getFlash(){
	pop = window.open("http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash", "getFlash", 'width=500,height=400,scrollbars=yes,resizable=yes');
	pop.focus();
}