function flashThrough( result )
{

	switch ( result )
	{
		case "ctrl+t":
			window.open( '' );
			break;
		case "f11":
		
			break;
	}

}

