<html>
<head>
<title>тайтл</title>
<script>
window.onblur = function () {document.title='документ неактивен'}
window.onfocus = function () {document.title='документ снова активен'}
</script>
</head>
<body>
<img src="http://www.google.com.ua/images/nav_logo83.png">
</body>
</html>