// JavaScript Document

function hideFlash()
{
/*if (!document.getElementById)return;*/
	 obj = document.getElementById("right_col_flash");
	 obj.style.display="none";
}

function intro_DoFSCommand(command){
	 obj = document.getElementById("right_col_flash");
	 obj.style.display="none";
	
}
