window.onload=function(){
	if(navigator.userAgent.match(/Safari/)){
		document.getElementById('flash_close').style.display='none';
		
		document.getElementById('menu2').style.backgroundColor='#48372d';
}		}